-
Notifications
You must be signed in to change notification settings - Fork 3
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
The demo does not work as the demo image shows #2
Comments
Hey there! The demo was recorded on Windows 10 using Python 3.9 so that's odd.. Seems like an issue with the terminal you're running the program in. Could you record your vs code terminal? |
Thanks for reporting this! I was unaware that the module did not work in the windows command prompt and I'll try to find a way to make it work there too, I'll let you know when this is solved. |
I just released version 2.4.0, it should be fixed (if it is, please close this issue :)), thanks again for reporting this! |
Hi Matthias, I cannot install the new release of ConsoleDraw nor build it from a local repo clone: Installing directly from GIT since normal pip install consoledraw brings v3.x:
Or trying to run setup.py from my desktop:
Really glad I can be of help in any way that you think. |
Should be fixed now, thanks for letting me know! |
Is that in cmd or in the python console? I believe there is a difference between the two and it worked for me in cmd, haven't tested it in the python console yet tho |
It's not the Python Console. It is a standard CMD console, I've tried opening it in Admin mode, resizing fonts, many options. I've just also tried with another PC, Python v3.10.0, W10 up-to-date, standard CMD console and the effect is the same. I think maybe you should try in a clean VM? Maybe your testing environment is using some non-standard additional piece of software. |
Very odd, it behaves like that for me in the Python console but works in CMD. I tried testing on a vm and it gave me the expected result, could you show me what it looks like in the Python console? |
I have two tests to report: 1. Python IDLE console. Fails when executing the demo code with the following output info:
screen capture: 2. Tested on a brand new fresh and clean install of W10Pro (old version: 1909) on VMware. The only SW added was GIT and Python 3.10.1. It produces the same result of the digital watch jumping up and down one line and the seconds skipping back and forth one second. Sorry to report this one, I really expected a different result. original screen capture of the observed behavior: |
Might take me a while to figure this one out, I'll keep you updated and do my best though. |
Hi! The demo code you posted leaves successive screens with the following text:
←[0;0f
before each print.
Working on W10, with Python 3.9.
Visual Studio Code, "externalTerminal" on launch.json.
The text was updated successfully, but these errors were encountered: