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

ImportError: No module named msvcrt on my Linux box #5

Open
ncc111 opened this issue Jun 1, 2018 · 0 comments
Open

ImportError: No module named msvcrt on my Linux box #5

ncc111 opened this issue Jun 1, 2018 · 0 comments

Comments

@ncc111
Copy link

ncc111 commented Jun 1, 2018

./HmcRestClient
Traceback (most recent call last):
File "./HmcRestClient", line 9, in
load_entry_point('HmcRestClient==1.0', 'console_scripts', 'HmcRestClient')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/home/ivan/HmcRestClient-master/src/main/Main.py", line 18, in
from src.main.HmcRestClient import *
File "/home/ivan/HmcRestClient-master/src/main/HmcRestClient.py", line 27, in
import msvcrt
ImportError: No module named msvcrt

I am running on Linux. It seems that I don't have the msvcrt.
May I ask for your help? Thank you.

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

1 participant