Guarda non sono un programmatore quindi ripeto che mi parli arabo

Al massimo qualcosina nel terminale ma nulla di più. Comunque lo spero proprio e ti ringrazio in anticipo, altrimenti non mi rimane che usare phd guiding...il che non mi piace affatto.
Comunque tornando a noi ho provato a disintstallare python e reinstallare python 2.7 e wxPython 2.8 ma a quanto pare niente, nel terminale esce questo:
Last login: Thu May 10 16:01:08 on console
carloserver:~ Carlo$ python2.7-32 /Users/Carlo/Downloads/gigiwxcapture/GiGiWxCapture.py
/Users/Carlo/Downloads/gigiwxcapture/modules/gigiwxGUI.xrc
2012-05-10 16:07:17.870 Python[364:f07] CFURLCreateWithString was passed this invalid URL string: '/System/Library/CoreServices/CommonCocoaPanels.bundle' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
Traceback (most recent call last):
File "/Users/Carlo/Downloads/gigiwxcapture/GiGiWxCapture.py", line 37, in <module>
run_main()
File "/Users/Carlo/Downloads/gigiwxcapture/GiGiWxCapture.py", line 34, in run_main
Controller.main()
File "/Users/Carlo/Downloads/gigiwxcapture/modules/Controller.py", line 917, in main
app = MyApp(0)
File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core.py", line 7981, in __init__
self._BootstrapApp()
File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core.py", line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/Users/Carlo/Downloads/gigiwxcapture/modules/Controller.py", line 912, in OnInit
controller = Controller(self)
File "/Users/Carlo/Downloads/gigiwxcapture/modules/Controller.py", line 44, in __init__
self.MainFrame=View.MainFrame(None,resource)
File "/Users/Carlo/Downloads/gigiwxcapture/modules/View.py", line 32, in __init__
self.PostCreate(resource.LoadFrame(parent,"gigiwxcapture"))
File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/xrc.py", line 149, in LoadFrame
return _xrc.XmlResource_LoadFrame(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed at /BUILD/wxPython-src-2.8.12.1/src/common/bookctrl.cpp(186) in GetPageRect(): unexpected alignment
carloserver:~ Carlo$