On Tue, May 19, 2009 at 03:51:56PM +0200, Michael Buesch wrote: > image-to-gcode (CVS trunk) throws the following error.
this is due to a numarray bug on amd64 systems. https://bugs.launchpad.net/ubuntu/+source/python-numarray/+bug/120280 http://www.mail-archive.com/[email protected]/msg03692.html Here's a program that demonstrates it (runs properly on ubuntu dapper/i386, fails on hardy/amd64): #!/usr/bin/python import numarray x = numarray.zeros((32,32), 'Float32') x[4:6, 4:6] = numarray.ones((2,2), 'Float32') Perhaps the thing to do is adapt TRUNK to use the current generation of python numeric stuff (I think this is 'numpy', but I've lost track). I don't know what to do about 2.3, besides just give up since the underlying library is unusably busted. Jeff ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
