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
./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.
The text was updated successfully, but these errors were encountered:
./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.
The text was updated successfully, but these errors were encountered: