On 14 Feb 2006, at 17:58, Erik Myllymaki wrote:
I'm trying to get MailDropHost running under windows, but it errors
with:
Traceback (most recent call last):
File ".\maildrop.py", line 296, in ?
pid = os.fork()
AttributeError: 'module' object has no attribute 'fork'
Altering it to run without threading seems to work quite well.
It's forking not to use threading per se but to use threads as a way
to completely detach from the console.
I will update the documentation to specifically mention that Windows
is not officially supported, that was my oversight.
jens
_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )