View Single Post
  #7  
Old 08-16-2010, 12:13 AM
Stream Recorder
 
Posts: n/a
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by ljdahl View Post
ereader2html.py say.pdb outdir "My Name" 1234567812345678

And then I receive: 'EREADER2HTML.py' is not recognized as an internal or external command, operable program or batch file.

Is something that I am doing wrong?
Run it this way:
Code:
python ereader2html.py say.pdb outdir "My Name" 1234567812345678
Read the following page for more
http://docs.python.org/faq/windows
Reply With Quote