开发者

Unable to run Punjab

I downloaded Punjab from Github. I also have Python 2.7, Twisted Python 10.2, OpenSSL r开发者_如何学JAVAequired 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?


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

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


"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"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜