Michael Hoffman wrote:
> Colin J. Williams wrote:
>
> > C:\XXX is required, C:XXX is not acceptable.
>
> C:XXX is acceptable, it just means something entirely different from
> C:\XXX. There is a current working directory on each drive. C:XXX is
> file XXX in the current directory on drive C:.
Fur
Colin J. Williams wrote:
C:\XXX is required, C:XXX is not acceptable.
C:XXX is acceptable, it just means something entirely different from
C:\XXX. There is a current working directory on each drive. C:XXX is
file XXX in the current directory on drive C:.
How should os.path.join('C:', 'ugh') be tre
I am puzzled by the Windows XP usage below:
C:\Python23\Lib\site-packages\PyMatrix>c:python23\python
The system cannot find the path specified.
C:\Python23\Lib\site-packages\PyMatrix>c:python23\python.exe
The system cannot find the path specified.
C:\Python23\Lib\site-packages\PyMatr