i/o redirection on NetWare volume

Brian Alexander crystalc at interlog.com
Tue May 23 14:05:01 EDT 2000


Hello;

I have a python program that takes input from stdin and send the result to
stdout. It works perfectly when the source is a data file (or keyboard
input) from a local drive (c:). When the file is on a NetWare volume, the
program just seems to copy the unprocessed source to the screen. Here is how
I invoke it:


local source:
python jlines.py < c:\myinput.txt

NetWare volume:
python jlines.py < j:\myinput.txt

Does anyone know what might be going on?

Many thanks,

Brian.

PS: I hope I haven't already posted this message. Please forgive me if I
have.






More information about the Python-list mailing list