ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

Installation doesn't work on windows #6

Closed pan- closed 6 years ago

pan- commented 6 years ago

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).

theotherjimmy commented 6 years ago

There's a typo on this line

pan- commented 6 years ago

@theotherjimmy replacing icedtea by icetea seems to work.

jupe commented 6 years ago

fixed: https://github.com/ARMmbed/icetea/commit/6a58cbec1dee0fe6c2be6d560f0d2651b9887694