|
From: Andrey K. <ak...@kd...> - 2001-11-08 17:07:10
|
Hi!
Is it only me who gets the following:
for i in argv:
print i
[...]
$ pymol -c mov.py
[...]
Hit ESC anytime to toggle between text and graphics.
Command mode. No graphics front end.
Traceback (most recent call last):
File "C:\Program Files\DeLano Scientific\PyMOL/modules\pymol\parser.py", lin
e 174, in parse
execfile(args[nest][0],pymol_names,pymol_names)
File "mov.py", line 90, in ?
for i in sys.argv:
AttributeError: 'sys' module has no attribute 'argv'
Memory: 0 blocks expected, 0 found, 42 maximum allocated.
Linux version and plain python under winnt are ok. It's only pymol that
gives that strange behaviour.
--
Andrey V Khavryuchenko http://www.kds.com.ua/
Offshore Software Development
|