[Pythonmac-SIG] [fitnesse] fitnesse PyFit on 2 Macs

Keith Ray keith.ray at gmail.com
Wed Mar 1 22:06:23 CET 2006


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 <grig at gheorghiu.net> 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.
>


More information about the Pythonmac-SIG mailing list