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

Running Error Traceback #28

Closed
bearlyMatt opened this issue Feb 20, 2019 · 2 comments
Closed

Running Error Traceback #28

bearlyMatt opened this issue Feb 20, 2019 · 2 comments

Comments

@bearlyMatt
Copy link

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'

@xgi
Copy link
Owner

xgi commented Feb 21, 2019

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.

@bearlyMatt
Copy link
Author

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?

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

2 participants