Re: Python Error from Apress book

2009-07-08 Thread Gabriel Genellina
En Wed, 08 Jul 2009 06:35:54 -0300, Dave Angel escribió: Gabriel Genellina wrote: Jul 2009 09:55:13 -0300, Dave Angel escribió: Gabriel Genellina wrote: En Mon, 06 Jul 2009 19:56:40 -0300, matt0177 escribió: When I try to run the command as outlined in the book "simple_markup2.py < test

Re: Python Error from Apress book

2009-07-08 Thread Matthew Edmondson
I'm running XP SP3. The program now works great from either of the directories, as long as include 'python' before it. As far as looking at the error with stack trace, I really don't know enough yet to know how to do that. I'm running the file from command line, because I'm not sure how to run it r

Re: Python Error from Apress book

2009-07-08 Thread Dave Angel
Gabriel Genellina wrote: En Tue, 07 Jul 2009 09:55:13 -0300, Dave Angel escribió: Gabriel Genellina wrote: En Mon, 06 Jul 2009 19:56:40 -0300, matt0177 escribió: When I try to run the command as outlined in the book "simple_markup2.py < test_input.txt > test_output.html i get the follo

Re: Python Error from Apress book

2009-07-07 Thread Gabriel Genellina
En Tue, 07 Jul 2009 09:55:13 -0300, Dave Angel escribió: Gabriel Genellina wrote: En Mon, 06 Jul 2009 19:56:40 -0300, matt0177 escribió: When I try to run the command as outlined in the book "simple_markup2.py < test_input.txt > test_output.html i get the following error every time. IO

Re: Python Error from Apress book

2009-07-07 Thread Dave Angel
Matthew Edmondson wrote: Thanks a ton for the help. At first adding the path didn't work, but after restarting my computer, ran like a champ :) Hopefully I can get decent with this language one day! All you needed was to restart the DOS-box (Command Prompt), after you did the control-panel

Re: Python Error from Apress book

2009-07-07 Thread Dave Angel
matt0177 wrote: Adding the python before the command line didn't work at first, but upon moving the files to the c:\python25 it worked like a champ. Thank you both for the help. Very frustrating to run into stuff like this when you're first trying to learn a knew language, it really throws off yo

Re: Python Error from Apress book

2009-07-07 Thread matt0177
r momentum! -- View this message in context: http://www.nabble.com/Python-Error-from-Apress-book-tp24364269p24374988.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Error from Apress book

2009-07-07 Thread Dave Angel
Gabriel Genellina wrote: En Mon, 06 Jul 2009 19:56:40 -0300, matt0177 escribió: When I try to run the command as outlined in the book "simple_markup2.py < test_input.txt > test_output.html i get the following error every time. IOError: [Errno 9] Bad file descriptor That's a Windows probl

Re: Python Error from Apress book

2009-07-06 Thread Gabriel Genellina
En Mon, 06 Jul 2009 19:56:40 -0300, matt0177 escribió: When I try to run the command as outlined in the book "simple_markup2.py < test_input.txt > test_output.html i get the following error every time. IOError: [Errno 9] Bad file descriptor That's a Windows problem. When you execute the scri

Python Error from Apress book

2009-07-06 Thread matt0177
o troubleshooting is a sorely lacked skill atm :) Thanks, Matt -- View this message in context: http://www.nabble.com/Python-Error-from-Apress-book-tp24364269p24364269.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list