Re: [Pythonmac-SIG] Gtk issues

2009-06-07 Thread Chris Van Bael
Hi, In the post you mentioned below, there is step 3: 3 install pygtk 2.10.14 (working well with the framework) PKG_CONFIG_PATH=/Library/Frameworks/GLib.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Gtk.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Cairo.framework/Resource

[Pythonmac-SIG] py2app PyQt sqldrivers

2009-06-07 Thread Scott Frankel
How does one add PyQt sqldrivers to an app created with py2app? My app relies on the QPSQL driver. Unless I'm mistaken, the QPSQL driver does not appear to have been included in the macports install. Nonetheless, I have the driver on my development machine. Does libqsqlpsql.dylib have to

Re: [Pythonmac-SIG] Interpreter not initialized

2009-06-07 Thread Scott Frankel
Yes, it turned out to be a $PATH problem. Thanks! Scott On Jun 5, 2009, at 6:54 PM, Ned Deily wrote: In article , Scott Frankel wrote: Is there a way to coerce python_select? Does python_select require bash? python_select essentially only affects the command /opt/local/bin/python. If th