[Biopython-dev] [Bug 2362] New: test_copen fails on Windows XP as tries os.fork()
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Wed Sep 12 11:11:03 UTC 2007
http://bugzilla.open-bio.org/show_bug.cgi?id=2362
Summary: test_copen fails on Windows XP as tries os.fork()
Product: Biopython
Version: 1.43
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Main Distribution
AssignedTo: biopython-dev at biopython.org
ReportedBy: biopython-bugzilla at maubp.freeserve.co.uk
I'm using Biopython from CVS (1.43+), fresh install compiled from source using
MSVC 6.0
Output from: python test_copen.py
opening handle
Traceback (most recent call last):
File "test_copen.py", line 14, in ?
handle = copen.copen_fn(print_args, *(range(2) + ['a', 'b', 'c']))
File
"C:\TEMP\biopython_cvs\biopython_all\biopython\build\lib.win32-2.3\Bio\Mu
ltiProc\copen.py", line 66, in copen_fn
pid = os.fork()
AttributeError: 'module' object has no attribute 'fork'
Michiel has seen a similar problem on Windows using cygwin (hangs rather than
the attribute error), see bug 2361 comment 7 and this mailing list post:
http://lists.open-bio.org/pipermail/biopython/2007-September/003722.html
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list