pmm icon indicating copy to clipboard operation
pmm copied to clipboard

ImportError: No module named _curses in Windows

Open kghch opened this issue 8 years ago • 3 comments

I have no idea whether this can be used in windows.

After pip install pmm and successfully installed it, when I run the pmm command, it returns the following:

Traceback (most recent call last): File "e:\python\lib\runpy.py", line 162, in run_module_as_main "main", fname, loader, pkg_name) File "e:\python\lib\runpy.py", line 72, in run_code exec code in run_globals File "E:\Python\Scripts\pmm.exe_main.py", line 5, in File "e:\python\lib\site-packages\pmm\cli.py", line 7, in from pick import pick File "e:\python\lib\site-packages\pick_init.py", line 3, in import curses File "e:\python\lib\curses_init_.py", line 15, in from _curses import * ImportError: No module named _curses

kghch avatar Mar 01 '17 03:03 kghch