[Pythonmac-SIG] PyObjC

2006-03-30 Thread Dan Grassi
Hi, I had embedded python under 10.3.x but under 10.4 it fails on import from Foundation import * It seems that the problem is that it is launching the wrong python. sys.path: ['/System/Library/Frameworks/Python.framework/Versions/2.3/ lib/python23.zip'... I have installed MacPython-OSX-2.4.1

[Pythonmac-SIG] SQLite & python

2006-03-28 Thread Dan Grassi
Hi, I am totally confused by all the versions and name conflicts of py- sqlite and sqlite not to mention the python version confusion. What I really want to do is use both sqlite version 2 and sqlite version 3 since I have existing sqlite version2 DBs and new CoreData apps that use sqlite