Unable to run Punjab

880 Views Asked by At

I downloaded Punjab from Github. I also have Python 2.7, Twisted Python 10.2, OpenSSL required to run Punjab. I was able to install Punjab successfully but while running it reports "twistd is not recognised as an internal or external command"

I have no knowledge of python; could someone please tell me what to do?

2

There are 2 best solutions below

0
On BEST ANSWER

Have you installed twisted? http://twistedmatrix.com/trac/

If you have then it seems like it is not in your execution path.

0
On

"twistd is not recognised as an internal or external command", if you are using windows os this is mean that the twistd is not in the PATH of searching ( environement variabls).

You must add the twistd scripts folder path to windows PATH for example :

if the twistd is in this path ='c:\python27\lib\site_package\twistd'
right click on your
my computer icon -> proporietes -> advaced(tab) ->click "envirment variables"

search for PATH in the list of "system variables" and add your path
"c:\python25\lib\site_package\twistd\scripts"