Desperately trying to get Neutron IDE up and running on a brand new Ubuntu EC2 instance.
First, I had to install both python-dev and python-imaging packages (as well as gcc, but that's pretty common) just to get the pip install process to complete successfully.
Now, I'm stuck on an unresponsive start execution just after the ssl cert completes successfully:
./neutronide.py -l -f start
Hangs with (when canceled via keyboardinterrupt command):
File "./neutronide.py", line 179, in <module>
start_loop(args)
File "./neutronide.py", line 124, in start_loop
io.start()
File "/usr/local/lib/python2.7/dist-packages/tornado/ioloop.py", line 301, in start
event_pairs = self._impl.poll(poll_timeout)
Anybody have any ideas on where to go from here?