From: Brad A. <bra...@ma...> - 2006-07-25 14:12:39
|
Alex Tweedly wrote: >import sys >sys.path > >and check that the correct PythonCard folder appears there. >Also check there is a file called __init__.py in there (I think >that's needed to make this directory be able to be used as a package >that can be 'import'ed.) The problem turned out to be that I had an older version of PythonCard that I had checked out via CVS in a different directory in one of the directories in sys.path. That older version didn't have helpful.py. Thanks for the help. The idea of looking at sys.path was what I needed...I knew I was missing something obvious. |