[ 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 23:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: lgautier (lgautier)
Assigned to: Nobody/Anonymous (nobody)
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).


----------------------------------------------------------------------

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.