After installation of icetea with setup.py, I'm not able to launch the icetea installed:
$ icetea --help
Traceback (most recent call last):
File "C:\Python27\Scripts\icetea-script.py", line 11, in <module>
load_entry_point('icetea==1.0.0', 'console_scripts', 'icetea')()
File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line 570, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line 2755, in load_entry_point
return ep.load()
File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line 2409, in load
return self.resolve()
File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line 2419, in resolve
raise ImportError(str(exc))
ImportError: 'module' object has no attribute 'icedea_main'
However invoking icetea locally work (python icetea.py --help).
After installation of icetea with
setup.py
, I'm not able to launch the icetea installed:However invoking icetea locally work (
python icetea.py --help
).