Menu

#49 program hangs when starting toolpath generation

open-fixed
nobody
None
5
2012-01-24
2012-01-21
Anonymous
No

trunk]$ ./pycam
Psyco is not available (performance will probably suffer slightly)
Enabled 2 parallel local processes
Font directory: /home/val/test/pycam/trunk/share/fonts
Imported STL model: 0 vertices, 0 edges, 1444 triangles
Imported STL model: 0 vertices, 0 edges, 2136 triangles
Process PoolWorker-1:
Traceback (most recent call last):
File "/usr/lib64/python2.6/multiprocessing/process.py", line 223, in _bootstrap
os.close(sys.stdin.fileno())
AttributeError: StringIO instance has no attribute 'fileno'
Process PoolWorker-2:
Traceback (most recent call last):
File "/usr/lib64/python2.6/multiprocessing/process.py", line 223, in _bootstrap
os.close(sys.stdin.fileno())
AttributeError: StringIO instance has no attribute 'fileno'

Discussion

  • Lars

    Lars - 2012-01-24
    • status: open --> closed-fixed
     
  • Lars

    Lars - 2012-01-24

    ok - I finally fixed the issue now.
    The root cause was this: http://bugs.python.org/issue10174

     
  • Lars

    Lars - 2012-01-24
    • status: closed-fixed --> open-fixed
     

Log in to post a comment.