Really, really annoying problem

Fredrik Lundh effbot at telia.com
Wed Sep 20 18:12:20 EDT 2000


Brett wrote:
> People seem to be missing the point!!
>
> create a module with the code "print sys.argv[0]" to see what i mean

c:\> type \foo.py
import sys
print sys.argv[0]
c:\> python \foo.py
\foo.py

and?

</F>



More information about the Python-list mailing list