Re: [myhdl-list] _cosimulation.py fails on Windows
Brought to you by:
jandecaluwe
From: Alessandro B. <al...@pm...> - 2010-01-13 10:10:48
|
Python os.fork in not available on Windows platform. The code should be refactored to use subprocess module (i didn't checked the code but if this is a call to an external program subprocess.Popen object can make it..) Regards, Alessandro On Jan 13, 2010, at 10:21 AM, Robert Seczkowski wrote: > 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. > Regards > Robert > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast > and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list |