From: Christodoulos F. <ch...@li...> - 2008-01-29 09:18:24
|
---------- Forwarded message ---------- From: <vis...@li...> Date: Jan 29, 2008 11:14 AM Hello, I was trying to compile vpython beta25 on ubuntu gutsy and the compilation failed while processing the convex.cpp file giving the error message that arrayobject.h could not be found. After some searching and wild-guessing :-) I figured that the configure script made the compilation to search for arrayobject.h under /usr/local/lib instead of /usr/lib. So I added a soft link under /usr/local/lib/python2.5/site-packages pointing to /usr/lib/python2.5/site-packages/numpy/. I hope that this will help somebody dealing with the same problem. Thanks for the great visual module! |