[ pyopengl-Bugs-1602734 ] Forced download/install of ctypes with PyOpenGL-3.0.0a5
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.python.opengl.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1602734, was opened at 2006-11-25 10:54
Message generated for change (Comment added) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1602734&group_id=5988
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: install
Group: v3.0.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: lgautier (lgautier)
>Assigned to: Mike C. Fletcher (mcfletch)
Summary: Forced download/install of ctypes with PyOpenGL-3.0.0a5
Initial Comment:
When installing PyOpenGL-3.0.0a5 from source against a Python-2.4 install,
downloading and installing ctypes seems to be forced
(although unnecessary in the case ctypes is already installed).
This is apparently coming from setup.py:
if sys.hexversion < 0x2050000:
requirements.append( 'ctypes' )
(and could be fixed by having a try/except
around an 'import ctypes' to check for an available
ctypes for example).
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2007-01-06 23:58
Message:
Logged In: YES
user_id=34901
Originator: NO
Agreed. Adapted in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1602734&group_id=5988
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
PyOpenGL Homepage
http://pyopengl.sourceforge.net