views:

81

answers:

1

I got a python file which using something called pyparsing but when I run it It showed an error that pyparsing is required can any one pls tel me what to do not that I am a dump in that thing called pything I need to run that script only :)thanks

+1  A: 

If pyparsing is required, and you haven't got it, you need to install it. See http://pyparsing.wikispaces.com/Download+and+Installation for instructions.

Zack