j
k
j a
j l
On Mon, 15 Apr 2002, Peter Bienstman wrote:
......The following works, because setup.py lives in d:\bar ../foo None of these work: D:/foo /D:/foo //D:/foo D:\foo \D:\foo \D:\foo
...The following works, because setup.py lives in d:\bar ../foo None of these work: D:/foo /D:/foo //D:/foo D:\foo \D:\foo \D:\foo
The following works, because setup.py lives in d:\bar ../foo None of these work: D:/foo /D:/foo //D:/foo D:\foo \D:\foo \D:\foo
The following works, because setup.py lives in d:\bar
../foo
None of these work:
D:/foo /D:/foo //D:/foo D:\foo \D:\foo \D:\foo
Have you tried double / or \ after the drive letter:
D:\foo D://foo
?
Pearu
Back to the thread
Back to the list