You probably already have the files and just need to change the include to point to them. For me, they were in:
C:\Python26\Lib\site-packages\numpy\core\include\numpy For temporary testing, you could just copy that whole "numpy" folder to to "tileC" folder. A previous post on that blog has an already compiled example packed in to a single exe that you can download. It also implements animation and multiple layers. On Mon, Dec 12, 2011 at 10:39 AM, Anonymouse <[email protected]>wrote: > Do you have the numpy source code/header files? Because it looks like > that's what's missing. > > > On 12 December 2011 16:35, Alejandro Castellanos > <[email protected]>wrote: > >> I keep trying to build tileC with setup tools but it gives me an >> error: >> >> >> tileC.c:4:31: fatal error: numpy/arrayobject.h: No such file or >> directory >> compilation terminated >> >> >> I do have numpy on my system, so I other than that I dunno what I'm >> doing wrong; maybe the wrong command in setup tools? >> >> On 12 dic, 07:12, Gary Daniels <[email protected]> wrote: >> > On Mon, Dec 12, 2011 at 3:56 AM, anatoly techtonik <[email protected] >> >wrote: >> > >> > > It will be useful as an drop-in speedup extensions for pyglet. I don't >> > > know if it will require inventing a new API in pyglet, though. >> > >> > I haven't really tested it enough to submit it for anything official. I >> > posted it mainly as a working starting point for those who might need >> fast >> > scrolling. As a complete OpenGL newb, I had considerable trouble piecing >> > together the theories and suggestions on the mailing list and from >> Google >> > searches to get working code. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "pyglet-users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/pyglet-users?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "pyglet-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pyglet-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
