I'm absolutely new in the mac's world.I just bought a MacBook.I'am trying to install Python 2.4 on it apart to the preinstalled 2.3version.I read on the net that I'd to install firstUniversal-MacPython-2.4.3-2006-04-07.dmg
and then to patch it with TigerPython24Fix-r2Python 2.4 's installation was
I'm trying to convert python code into a mac application with py2app.
My python code uses PyQt4 to access a sqlite db.
At run time (on a different mac from the one where I build the .app where
there is no PyQt4+Qt4 installed) I get the error:
Driver not loaded
Unable to establish a database connec
I was using py2app 0.3.6 on OsX Tiger and this configuration:
Python 2.5.2
Qt 4.3.4
PyQt4.3.3
PyQwt 5.0.2
and every thing was working fine with this setup:
setup(name = 'dieta',
version = __version__,
app=[{"script":"dieta.py",
"icon_re