From: Bruce S. <Bru...@nc...> - 2008-06-17 14:36:40
|
With visual-3.2.9 you're using the older Numeric, not the newer numpy. It does seem plausible that there could be some problems with Numeric in a 64-bit environment, since it was developed and debugged long before 64-bit computers were generally available. I don't know what would have to be changed to get around this problem (and I myself don't have access to a 64-bit machine). It might be interesting to see what happens with the beta version of Visual, since it is based on numpy. Bruce Sherwood anders wrote: > hi all, > I'd like to report some problems that show up with both the faces_xx.py > demos with visual-3.2.9 (I'm using Python 2.5.2 on 64-bit Ubuntu 8.04) > > I get mostly garbage: > http://imagebin.org/21126 > > the other demos work fine, so I'm thinking my opengl hardware/drivers > are ok. > > googling around it seems that this may be a problem with numpy on 64-bit > machines? When trying to use the faces object I get the error message > quoted below. > > anyone else seeing this too? any suggestions? > > regards, > > AW > ------------- > Traceback (most recent call last): > File "faces_cone.py", line 22, in <module> > model.pos[1::3, 0] = visual.sin(t[1:]) > ValueError: matrices are not aligned for copy > ---------------------- > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |