First: I can not find any documentation in the downloaded tarball.
Second: When I try to run interscript I get the following error message;
Traceback (most recent call last):
File "iscr.py", line 15, in ?
interscript.run_from_options(args)
File "C:\PYTHON22\interscript\__init__.py", line 121, in run_from_options
from interscript.frames.processf import process_frame
File "C:\PYTHON22\interscript\frames\processf.py", line 6, in ?
from interscript.frames.platform import platform
File "C:\PYTHON22\interscript\frames\platform\__init__.py", line 4, in ?
exec 'from interscript.frames.platform.'+os_name+' import platform_frame'
File "<string>", line 1, in ?
ImportError: No module named nt
nt.py does not exist anywhere on my system.
What do I have to do?
-EdK
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First: I can not find any documentation in the downloaded tarball.
Second: When I try to run interscript I get the following error message;
Traceback (most recent call last):
File "iscr.py", line 15, in ?
interscript.run_from_options(args)
File "C:\PYTHON22\interscript\__init__.py", line 121, in run_from_options
from interscript.frames.processf import process_frame
File "C:\PYTHON22\interscript\frames\processf.py", line 6, in ?
from interscript.frames.platform import platform
File "C:\PYTHON22\interscript\frames\platform\__init__.py", line 4, in ?
exec 'from interscript.frames.platform.'+os_name+' import platform_frame'
File "<string>", line 1, in ?
ImportError: No module named nt
nt.py does not exist anywhere on my system.
What do I have to do?
-EdK