|
From: Valerio B. <de...@se...> - 2012-01-24 11:07:51
|
There is really an issue of /usr/lib64/python2.6/multiprocessing/process.py on this Fedora machine, I have reinstalled the repo on Ubuntu on another machine and the bug went away. On Tue, 2012-01-24 at 11:45 +0100, Valerio Bellizzomi wrote: > I still get the error after cloning the repo: > > > test]$ git clone git://pycam.git.sourceforge.net/gitroot/pycam/pycam > pycam > Initialized empty Git repository in /home/val/test/pycam/.git/ > remote: Counting objects: 9296, done. > remote: Compressing objects: 100% (1783/1783), done. > remote: Total 9296 (delta 6793), reused 9223 (delta 6746) > Receiving objects: 100% (9296/9296), 3.45 MiB | 513 KiB/s, done. > Resolving deltas: 100% (6793/6793), done. > [val@dev test]$ cd pycam/scripts/ > [val@dev scripts]$ ls > profile_pycam.py pycam pycam_win32_postinstall.py > [val@dev scripts]$ ./pycam > Psyco is not available (performance will probably suffer slightly) > Enabled 2 parallel local processes > Font directory: /home/val/test/pycam/share/fonts > Imported STL model: 0 vertices, 0 edges, 1444 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' > > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > PyCAM-devel mailing list > PyC...@li... > https://lists.sourceforge.net/lists/listinfo/pycam-devel |