Re: Twisted on Windows

2010-11-18 Thread Bryan Richardson
Thanks Jean-Paul, I added the following to my server.py file and things work perfectly on both Windows and Linux now. sys.path.insert(0, os.getcwd()) On Thu, Nov 18, 2010 at 9:52 AM, Jean-Paul Calderone wrote: > On Nov 18, 9:58 am, Bryan Richardson wrote: >> Hello All, >> >> First off I must sa

Re: Twisted on Windows

2010-11-18 Thread Jean-Paul Calderone
On Nov 18, 9:58 am, Bryan Richardson wrote: > Hello All, > > First off I must say that Twisted is a very nice event driven I/O > package indeed. Thanks to all the developers who have contributed to > it, as it's made my life much easier. > > Now for my question... > > I have a custom server applic

Twisted on Windows

2010-11-18 Thread Bryan Richardson
Hello All, First off I must say that Twisted is a very nice event driven I/O package indeed. Thanks to all the developers who have contributed to it, as it's made my life much easier. Now for my question... I have a custom server application, and I have it structured as such: MyServerApp/ <-- r