On Tue, Mar 26, 2013 at 12:44:57PM +0000, Mark Rogers wrote:
I'm a programmer, but I'm not a Python programmer, yet. So I'm sure what I'm doing wrong here relates more to my lack of knowledge than anything else...
I'm looking at a Websockets example here: http://eventlet.net/doc/examples.html#websocket-server-example
On my Ubuntu system I have tried: sudo apt-get install python-eventlet (which installs Eventlet 0.12.1, which appears to be the current version)
That's a bit odd! What version of Ubuntu are you running? I'm running Xubuntu 12.10 (uses the same repositories as Ubuntu 12.10) and I get python-eventlet version 0.9.17 which seems a lot older.
I have just installed python-eventlet on my system and the example above runs fine.