taddeimania / pyimpact

Python ImpactJS Development Webserver
0 stars 1 forks source link

Running on Windows 7? #1

Open ghost opened 11 years ago

ghost commented 11 years ago

Hey, I tried to run this and got the following error. Can you help?

I am running Windows 7, Python 2.7.5 and my PATH is C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\;

D:\Files\Projects\Impact\Jump'n'Run\jumpnrun\jumpnrun>startimpact
Traceback (most recent call last):
  File "C:\Python27\Scripts\startimpact-script.py", line 9, in <module>
    load_entry_point('pyimpact==0.1.0', 'console_scripts', 'startimpact')()
  File "C:\Python27\lib\site-packages\pytool\cmd.py", line 148, in console_script
    cls().start(sys.argv[1:])
  File "C:\Python27\lib\site-packages\pytool\cmd.py", line 153, in start
    signal_handler(RELOAD_SIGNAL, self.reload)
ValueError: invalid signal value
taddeimania commented 11 years ago

I haven't played with pyimpact on Windows 7. it looks like a pytool bug( one of the dependencies). good news is I'm good friends with the maintainer of pytool so we will look into this. thanks!

ghost commented 11 years ago

Cheers, I'm running the amadeus server with python server.py okay. I figure others might try this and get the same error. If you need more information or someone to test any updates, I'm willing.