Re: [myhdl-list] _cosimulation.py fails on Windows
Brought to you by:
jandecaluwe
From: Günter D. <dan...@we...> - 2010-01-13 09:56:00
|
Am Wednesday 13 January 2010 10:21:43 schrieben Sie: > The error is: > child_pid = self._child_pid = os.fork() > AttributeError: 'module' object has no attribute 'fork' > > Can anybody point me to the possible reason? > Is it in myhdl or poython itself. This is a Python issue, but intented to be used that way in myhdl. os.fork() is in Python only supported under Linux or on Windows using cygwin. Cheers, Guenter |