You need to install Python23Compat to get the LaunchServices package. http://pythonmac.org/packages/Python23Compat-0.0-py2.3-macosx10.3.zip
On Mar 1, 2006, at 1:06 PM, Keith Ray wrote: > so I do this (please excuse the different names than in previous msgs) > > $ python >>>> import open_test_file > > and get this: > > Traceback (most recent call last): > File "<stdin>", line 1 ,in ? > File "open_test_file.py" ,line 10, in ? > from appscript import * > File "/Library/Python/2.3/site-packages/appscript/__init__.py > line 15, in ? > from findapp import ApplicationNotFoundError > File "/Library/Python/2.3/site-packages/site-packages/appscript/ > findapp.py", > line 9, in ? > from LaunchServices.Launch import LSFindApplicationForInfo > ImportError: No module named LaunchServices.Launch > > > On 3/1/06, Grig Gheorghiu <[EMAIL PROTECTED]> wrote: >> That may mean that there is a syntax or path-related error in your >> test_my_app.py file. Can you try running it through python at the >> command line? I've seen this before, when I had syntax errors in my >> fixtures, yet pyFIT was saying "fixture not found" instead of >> reporting >> the errors. >> > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG@python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig