Seite 1 von 1

Programmabbruch nach neuer Installation auf anderem Rechner

Verfasst: Sonntag 18. September 2011, 22:08
von pippo
Habe heute wxPython auf einem neuen MacBookPro installiert. Jetzt laufen plötzlich Programme, die auf dem alten PowerBook problemlos waren, nicht mehr. Es kommt folgende Fehlermeldung:

2011-09-18 21:26:52.131 Python[580:e0b] 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.

Weiss jemand was das bedeutet und wie man darauf reagierne sollte ?

Re: Programmabbruch nach neuer Installation auf anderem Rech

Verfasst: Sonntag 18. September 2011, 23:34
von deets
Sieht nach einer Inkompatibilitaet von wx mit OSX Lion aus. Bug reporten oder schauen, ob's schon ne neuere Version gibt.