Re: [PyOpenGL-Users] Install on Windows 7 64 bit.
Brought to you by:
mcfletch
From: Marcelo de F. R. <are...@ig...> - 2010-06-18 01:49:35
|
Hi Nils, I have a similiar problem here and there are 2 solutions. 1) install VS (don't know which version however) 2) get the package in the site (not via easy_install as i don't know if you change the default compiler) and get mingw32 with g++, put de c:\<mingwdir>\bin in the path, then use: python setup.py installl build --compiler=mingw32 Good luck ^^ Marcelo From: Nils Sudmann Sent: Thursday, June 17, 2010 12:34 AM To: pyo...@li... Subject: [PyOpenGL-Users] Install on Windows 7 64 bit. Installing PyOpenGL on Windows 7 (x64) is giving me headaches. Searching previous postings on the list reveals that different people have had the same kind of problems, but never all of them at once, as it seems I have: 1. Using easy_install (recommended method) complains that it "Couldn't find a setup script" (as reported by horace grant on may 2). 2. Missing msvcr71.dll as reported by several people when trying to use the executable installer (PyOpenGL-3.0.1.win32.exe). What is next? I'll try downloading the source and "compiling it". Dunno if I need a vc-like compiler for this, but I'm guessing not. The thing is that PyOpenGL-accelerated installer installed just fine. -- If Atheism is a religion, then not collecting stamps is a hobby. -------------------------------------------------------------------------------- ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo -------------------------------------------------------------------------------- _______________________________________________ PyOpenGL Homepage http://pyopengl.sourceforge.net _______________________________________________ PyOpenGL-Users mailing list PyO...@li... https://lists.sourceforge.net/lists/listinfo/pyopengl-users |