When trying to make a prompt to the DOS :
C:\pyparsing-1.3.1> python setup.py install
where pyparsing-1.3.1 is the folder, I got this message :
python is not a recognize task.
Can somebody tell me how to install that parsing module.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm glad you were able to resolve your problem for yourself, although I don't really quite see how this worked! It looks like the directory containing the python.exe executable is not part of your default PATH. I guess you must have some sort of file association that "figured out" what to do with a file ending with ".py".
Welcome to pyparsing! Be sure to post any questions or interesting applications you come up with.
-- Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When trying to make a prompt to the DOS :
C:\pyparsing-1.3.1> python setup.py install
where pyparsing-1.3.1 is the folder, I got this message :
python is not a recognize task.
Can somebody tell me how to install that parsing module.
Thanks
Sorry, it's now working.
I forget to take off "python" before install command.
Fraggle -
I'm glad you were able to resolve your problem for yourself, although I don't really quite see how this worked! It looks like the directory containing the python.exe executable is not part of your default PATH. I guess you must have some sort of file association that "figured out" what to do with a file ending with ".py".
Welcome to pyparsing! Be sure to post any questions or interesting applications you come up with.
-- Paul