[Qgis-developer] qgis.gui crash on mac os x 10.4
Luca Mandolesi
mandoluca at gmail.com
Tue Nov 6 14:09:23 EST 2007
> Even so, sys.path.append adds to the end of the search list, so the
> Qgis bundle will be searched last, and your installed PyQt/SIP will
> be found first. A better way might be to insert instead of append.
> Try this instead of the sys.path.append:
>
> sys.path.insert(1,'/Applications/qgis0.9.0.app/Contents/MacOS/share/
> qgis/python')
>
> This should put it at the beginning of the search list, but after the
> script path (item 0).
>
> -----
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
> http://www.kyngchaos.com/
from some day I recive this message when I launch my scripts:
Last login: Tue Nov 6 20:06:22 on ttyp1
Welcome to Darwin!
host95-6-dynamic:~ my_user $ cd
'/Users/my_user/Desktop/plugins/2_basic_main_window/' &&
'/usr/local/bin/pythonw'
'/Users/mando/Desktop/plugins/2_basic_main_window/mainwindow.py' &&
echo Exit status: $? && exit 1
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap
What's meaning?
More information about the Qgis-developer
mailing list