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
After a 'successful' install, running castero from cmd runs this error. I've tried both pip install and manual clone from Git hub, both calling this same error. Running Windows 10, what can I do?
Traceback (most recent call last): File "C:\Python34\Scripts\castero-script.py", line 9, in <module> load_entry_point('castero==0.4.1', 'console_scripts', 'castero')() File "C:\Python34\lib\site-packages\pkg_resources.py", line 353, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "C:\Python34\lib\site-packages\pkg_resources.py", line 2302, in load_entry_point return ep.load() File "C:\Python34\lib\site-packages\pkg_resources.py", line 2029, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "C:\Python34\lib\site-packages\castero-0.4.1-py3.4.egg\castero\__main__.py", line 1, in <module> import curses File "C:\Python34\lib\curses\__init__.py", line 13, in <module> from _curses import * ImportError: No module named '_curses'
The text was updated successfully, but these errors were encountered:
There seems to be a fix for this here which says to do pip install windows-curses.
Let me know if that works, although I will say that I don't really develop castero with Windows in mind so you're likely to encounter other issues unless you're using something like Cygwin.
The pip install windows-curses worked like a charm, full install using Cygwin. However, now whenever I try to run castero I get a Redirection is not supported message. I've done some quick googling and it seems that the most common use-case for this message is regarding nano and git. It's a long shot, but do you have any advice for my next stepping-stone?
After a 'successful' install, running castero from cmd runs this error. I've tried both pip install and manual clone from Git hub, both calling this same error. Running Windows 10, what can I do?
Traceback (most recent call last): File "C:\Python34\Scripts\castero-script.py", line 9, in <module> load_entry_point('castero==0.4.1', 'console_scripts', 'castero')() File "C:\Python34\lib\site-packages\pkg_resources.py", line 353, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "C:\Python34\lib\site-packages\pkg_resources.py", line 2302, in load_entry_point return ep.load() File "C:\Python34\lib\site-packages\pkg_resources.py", line 2029, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "C:\Python34\lib\site-packages\castero-0.4.1-py3.4.egg\castero\__main__.py", line 1, in <module> import curses File "C:\Python34\lib\curses\__init__.py", line 13, in <module> from _curses import * ImportError: No module named '_curses'
The text was updated successfully, but these errors were encountered: