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,
>>
>
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