ray
unread,Aug 9, 2011, 8:31:12 PM8/9/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scitools
Rinning Windows 7, the suggested $scripting prefix doesn't work.
Using %scripting% does work.
While the basic operation seems to get to the test_allutils.py, that's
as far as it goes. While modulecheck.py , pyc, and pyo are in C:
\Python26\Lib\site-packages\scitools, it is not found.
The scripting variable points to C:\Python26\scripting.
Here is what I get when I run the test:
C:\Users\rjoseph>python %scripting%/src/tools/test_allutils.py
Traceback (most recent call last):
File "C:\Python26\scripting/src/tools/test_allutils.py", line 9, in
<module>
import scitools.modulecheck as modulecheck
ImportError: No module named scitools.modulecheck
I appreciate suggestions.
Ray