phaplt / winpython

Automatically exported from code.google.com/p/winpython
0 stars 0 forks source link

wppm fails with "KeyError: 'spyderlib'" #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Calling wppm on the WinPython Command Prompt causes the following error to 
occur (BUT WinPython Control Panel still works):
----

Traceback (edited):

Scripts\wppm
    from winpython import wppm, utils
winpython\wppm.py
    from winpython.config import get_data_path
winpython\config.py
    add_image_path(get_module_data_path('spyderlib', relpath='images')
guidata\configtools.py
    datapath = getattr(sys.modules[modname], "DATAPATH", "")
KeyError: 'spyderlib'

-------

This occurrs on WinPython-64bit-2.7.3.3.exe on Windows 7 (64 bit) on two 
totally different systems.

Original issue reported on code.google.com by jtrat...@gmail.com on 30 Apr 2013 at 11:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 3a7e1ba2872e.

This was a dumb import error affecting only wppm script. Thanks for reporting.

Original comment by pierre.raybaut on 10 Aug 2013 at 12:55

GoogleCodeExporter commented 9 years ago
Issue 34 has been merged into this issue.

Original comment by pierre.raybaut on 10 Aug 2013 at 1:13

GoogleCodeExporter commented 9 years ago
Thanks for fixing this :)

Original comment by jtrat...@gmail.com on 13 Aug 2013 at 8:04