|
From: Charles M. <cm...@in...> - 2004-12-28 02:52:25
|
> Python was built with version 6 of Visual > Studio, and extensions need to > be built with the same version of the compiler, but it > isn't installed. Again, I am not an expert with windows+python, but I would judge from the error message that this is not a glewpy issue. You literally need to build your own python form source, or install Visual Studio 6 as it is asking. Try compiling some other python modules out there such as PyOpenGL or other pyrex code for comparison. - Charlie On Dec 26, 2004, at 6:20 PM, prXtor_alpha wrote: > i am using pyrex 0.9.3, glew 1.2.5, python 2.3, glewpy > 0.4, Windows 2000 SP4 > > running commands: > > "C:\PROGRA~1\PYTHON~1\python.exe" setup.py build_ext > > "C:\PROGRA~1\PYTHON~1\python.exe" setup.py install > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - You care about security. So do we. > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Glewpy-users mailing list > Gle...@li... > https://lists.sourceforge.net/lists/listinfo/glewpy-users > > |