C:\Windows\system32\cmd.exe /c python src/main.pyTraceback (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 CreateChildren self.Icon = TaskBarIcon("Resources/icon.bmp", "Desktop Manager", self) File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_windows.py", line 386, in SetIcon return _windows_.TopLevelWindow_SetIcon(*args, **kwargs)TypeError: in method 'TopLevelWindow_SetIcon', expected argument 2 of type 'wxIcon const &'shell returned 1Hit any key to close this window...