No, that installer applies to all versions of Python 2.3. There is an installer that is only needed on Mac OS X 10.4.x that allows you to use packages built for 10.3 with the vendor Python.
You actually need both of these in order to use appscript. -bob On Mar 1, 2006, at 5:11 PM, Keith Ray wrote: > Thanks. I discovered this. For some reason, I thought that installer > was only needed on MacOS X 10.3.x. > > On 3/1/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: >> 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 >> >> > > > -- > > C. Keith Ray > <http://homepage.mac.com/keithray/blog/index.html> > <http://homepage.mac.com/keithray/xpminifaq.html> > <http://homepage.mac.com/keithray/resume2.html> _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig