You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use drawille on a Windows operating system (Windows 7 or 10). After successfully installing the drawille package into my virtual environment, using pip, using it by typing
So, it seems, there is a dependency on the curses package and Windows doesn't provide the package, natively. So I installed curses using the instructions from this StackOverflow post. But when I now enter my python installation and enter the following lines:
I'd like to use
drawille
on a Windows operating system (Windows 7 or 10). After successfully installing thedrawille
package into my virtual environment, usingpip
, using it by typingleads to this error:
So, it seems, there is a dependency on the
curses
package and Windows doesn't provide the package, natively. So I installedcurses
using the instructions from this StackOverflow post. But when I now enter my python installation and enter the following lines:the result on screen is:
Ôáä
and not a dot as expected (and as I see when using my Linux computer and the same lines of code).
Any hints?
The text was updated successfully, but these errors were encountered: