python - What is the dependancy package for Pynxc? -


i have downloaded pynxc package http://code.google.com/p/pynxc/ . did not dependencies package list.

when run ./pynxc --download program_name.py , error i.e

no module named wx  no module named parser 

for wx, have installed wxpython. still not working.

for parser, don't know package need install. comes while "import parser"

i using python2.7

you need wxpython , psyco - parser should part of installation.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -