From: Bruce S. <Bru...@nc...> - 2008-01-29 13:33:34
|
As the installation instructions say, if python is in /usr rather than /usr/local, you need to specify --prefix=/usr in the configure step. Did you do that and yet see the failure you describe? Glad you like Visual! Bruce Sherwood Christodoulos Fragoudakis wrote: > ---------- 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! > > > |