Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python print() doesn't work well. #3798

Closed
Independent-X opened this issue Mar 23, 2024 · 2 comments
Closed

Python print() doesn't work well. #3798

Independent-X opened this issue Mar 23, 2024 · 2 comments

Comments

@Independent-X
Copy link

Independent-X commented Mar 23, 2024

There was a mistake in my formal issue#3772.

Python print() will be buggy if I use execute command

py "%f"

and print too many rows at one time.

Bug Example

For example, the picture below shows the output of

for i in range(40):
	print(i,"test test test")

Execute with geany's execute button:
image

Type the execute command in cmd.exe:
image

#System Version
Windows 11 22H2
Version 10.0.22621.3296
Windows Feature Experience Pack 1000.22687.1000.0

Originally posted by @Independent-X in #3772 (comment)

@elextr
Copy link
Member

elextr commented Mar 24, 2024

Geany just starts the program, it actually runs as a separate process entirely under windows so this has nothing to do with Geany and there is nothing we can do to change the behaviour. Perhaps look on Windows forums I think I have seen reference to something similar elsewhere.

@eht16
Copy link
Member

eht16 commented Apr 14, 2024

I cannot reproduce this (similar to #3772).

Either it is related to Windows 11 vs my Windows 7 or some settings. But as @elextr said, Geany just starts the configured command.

@eht16 eht16 closed this as completed Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants