On Windows, I have installed punjab using "python setup.py install", but when I am trying to start using "twistd -y punjab" it says "twistd is not recognized as an internal or external command", so I added env variable PATH pointing to "C:\Python27\Lib\site-packages\twisted\scripts", but after that if I am trying the command "twistd -y punjab", it simply opens the twistd.py file present at the path I added to PATH env variable.
Can anyone tell me how to start the punjab bosh server??