Hi all, Maybe a totally noob question, but I'll ask it anyway since I couldn't find an answer on the series of tubes... I'm working on a pygame program that runs on Linux, Windows and Mac. It uses an database which it accesses through SQLAlchemy. So on Linux in setup.py we have a section to install the program and create that database. Now on Windows with py2exe I have a setup.py which has a console and a windows script. The windows script runs the program and the console script sets up the database. Since I use no library.zip file, this can also access the SQLAlchemy modules.
Now I want to do something similar to that for OSX. I cannot run the script with the python installed on OSX because it needs SQLAlchemy. But the modules I need are somewhere in the application bundle, can I use them somehow? Greets, Chris _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig