T
Tony Ha
Question from a newbie.
In the interactive Python shell.
1. How do I find out where I am in the file system under WindowXP?
I try os.curdir, which only give '.' back, I would like a full path
like the Unix 'pwd' give.
2. How do I change directory under WindowXp?
I try os.chdir('C:\Downloads\Python\SOAPpy-0.11.3\fpconst-0.6.0')
but I get the following Error message:
Traceback (most recent call last):
File "<input>", line 1, in ?
OSError: [Errno 22] Invalid argument: 'C:\\Downloads\\Python\\SOAPpy-0.11.3
\x0cpconst-0.6.0'
Can any body help, thanks!!
In the interactive Python shell.
1. How do I find out where I am in the file system under WindowXP?
I try os.curdir, which only give '.' back, I would like a full path
like the Unix 'pwd' give.
2. How do I change directory under WindowXp?
I try os.chdir('C:\Downloads\Python\SOAPpy-0.11.3\fpconst-0.6.0')
but I get the following Error message:
Traceback (most recent call last):
File "<input>", line 1, in ?
OSError: [Errno 22] Invalid argument: 'C:\\Downloads\\Python\\SOAPpy-0.11.3
\x0cpconst-0.6.0'
Can any body help, thanks!!