os.system limitations on Windows NT

Markus Kohler kohler at medien.tecmath.de
Fri Oct 27 05:58:08 EDT 2000


Thanks for your hints
Actually there were two problems.

First I used "cl" instead of "link", because I passed the wrong variable
to a function. It seems that cl automatically invoked link, but that It
truncated
the arguments (silly Windows behaviour probably).

The other problem was that I had a  "f.close" instead of "f.close()".

That's the disadvantage of having a convenient syntax for function objects.


Markus








More information about the Python-list mailing list