Re: [web2py] Error on importing twisted

2012-05-22 Thread Anthony
On Wednesday, May 23, 2012 12:19:36 AM UTC-4, encompass wrote: > > I wonder if reactor is a reserved word in web2py. > Nope. Anthony

Re: [web2py] Error on importing twisted

2012-05-22 Thread Jason Brower
I wonder if reactor is a reserved word in web2py. Could you try giving it a different namespace? from twisted import reactor as another_reactor On 05/23/2012 06:07 AM, Hugh Barker wrote: Hi, I need to run some code that uses the Twisted library from within web2py (listening to multicast event

[web2py] Error on importing twisted

2012-05-22 Thread Hugh Barker
Hi, I need to run some code that uses the Twisted library from within web2py (listening to multicast events on the network, parsing the data and then inserting it into the web2pt DB for integration into a webapp). I get the following error upon importing Twisted. In the interests of reproducibi