Roundup Tracker - Issues

Message636

Author anonymous
Recipients
Date 2003-02-08.15:14:09
Message-id
In-reply-to
Logged In: NO 

yes. that's the error.
follows a python session in my windows home pc.

Python 2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more
information.
>>> import os
>>> os.fork()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'fork'
>>>


History
Date User Action Args
2009-02-03 14:20:14adminlinkissue681046 messages
2009-02-03 14:20:14admincreate