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

_curses module #2

Open
diwasdahal opened this issue May 18, 2017 · 4 comments
Open

_curses module #2

diwasdahal opened this issue May 18, 2017 · 4 comments

Comments

@diwasdahal
Copy link

I am getting module import failed: No module named _curses with jython, any help would be much appreciated.

Thanks

@diwasdahal diwasdahal changed the title _curses named _curses module May 18, 2017
@HariSekhon
Copy link
Owner

Which program are you trying to run?

@pratapsingh
Copy link

pratapsingh commented Feb 21, 2020

Getting below error

jython -J-cp $(hadoop classpath) hdfs_time_block_reads.jy --help

module import failed: No module named _curses

cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
python --version
Python 2.7.5 

@pratapsingh
Copy link

Added this to resolve the above but getting another error:

export PYTHONPATH="$PYTHONPATH:/usr/lib64/python27.zip:/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/lib-tk:/usr/lib64/python2.7/lib-old:/usr/lib64/python2.7/lib-dynload:/usr/lib64/python2.7/site-packages:/usr/lib/python2.7/site-packages:/usr/lib64/python27.zip"
alias jython='jython -Dpython.path=$PYTHONPATH'

  File "/usr/lib64/python2.7/stringprep.py", line 8, in <module>
    from unicodedata import ucd_3_2_0 as unicodedata
ImportError: cannot import name ucd_3_2_0

@HariSekhon
Copy link
Owner

HariSekhon commented Mar 1, 2020

something is weird in your Python/Jython environment, that isn't even related to my code, it's complaining about a file under the python2.7 directory...

It's probably related to the -Dpython.path which I haven't used probably causing some incompatibility.

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

3 participants