C:\Windows\system32\cmd.exe /c python src/main.py
Traceback (most recent call last):
File "src/main.py", line 14, in <module>
DesktopManager(redirect=False).MainLoop()
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7978
, in __init__
self._BootstrapApp()
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7552
, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "src/main.py", line 6, in OnInit
preferences = gui.PreferencesWindow()
File "C:\Projects\Current\DesktopManager\src\gui.py", line 190, in __init__
CreateChildren()
File "C:\Projects\Current\DesktopManager\src\gui.py", line 152, in CreateChild
ren
self.Icon = TaskBarIcon("Resources/icon.bmp", "Desktop Manager", self)
File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_windows.py", line 3
86, in SetIcon
return _windows_.TopLevelWindow_SetIcon(*args, **kwargs)
TypeError: in method 'TopLevelWindow_SetIcon', expected argument 2 of type 'wxIc
on const &'
shell returned 1
Hit any key to close this window...