liftoff / GateOne

Gate One is an HTML5-powered terminal emulator and SSH client
http://liftoffsoftware.com/Products/GateOne
Other
6.28k stars 925 forks source link

Terminal starts then immediately crashes #514

Open musicmunky opened 9 years ago

musicmunky commented 9 years ago

I can bring up the initial GateOne window, but as soon as I attempt to go further (click the "Terminal:SSH" icon) it crashes back to that page. It's failing with the following error:

Traceback (most recent call last):
    File "/home/tandrews/GateOne/gateone/applications/terminal/plugins/ssh/scripts/ssh_connect.py", line 23 in <module>
        from concurrent import futures
ImportError:  No module named concurrent

I've verified that the futures module is installed - any thoughts on this one would be appreciated. Thanks!

musicmunky commented 9 years ago

So I went through the entire install process again from scratch - basically loaded a fresh image of the VM and started over again, and I'm still getting that error:

Traceback (most recent call last):
    File "/usr/local/lib/python2.7/site-packages/gateone-1.2.0-py2.7.egg/gateone/applications/terminal/plugins/ssh/scripts/ssh_connect.py", line 23 in <module>
        from concurrent import futures
ImportError:  No module named concurrent

Any ideas on this one?

fffy2366 commented 7 years ago

I encountered the same problem.