473,498 Members | 1,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PyOpenGL pour python 2.5 ???

Bonjour à tous,

Dans la folie j'ai installé le nouveau python, impatient de voir les
nouveautés
mais je pense que j'ai été un peu rapide car j'ai voulu utiliser
pyOpenGL et là problème il n'existe pas pour python 2.5 ?!!! de plus
il semble que pyopengl est été abandonné depuis 2005 ? plus rien ne
bouge sur le site...

je suis sous windows et je ne dispose pas des outils pour faire moi
même une compilation, (en supposant qu'il n'y aurait que ça a faire)

alors si quelqu'un a plus d'info pour utiliser l'opengl avec python
2.5...
Merci
Seb

Sep 25 '06 #1
5 1748
Sébastien Ramage wrote:
Bonjour à tous,

Hi Sébastien.

Wrong newsgroup, I'm afraid - either repost here in english, or post to
fr.comp.lang.python...
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'o****@xiludom.gro'.split('@')])"
Sep 25 '06 #2
oh!
sorry, I made some search on comp.lang.python and fr.comp.lang.python
and finally I forgot where I was...

My question is :
how use pyopengl with python 2.5 ??
it seems that pyopengl was stop on 2005

I'm on windows and I've not tools to recompile pyopengl for python 2.5
(thinking recompilation is the only things)

Somebody can help me?

Seb

Bruno Desthuilliers a écrit :
Sébastien Ramage wrote:
Bonjour à tous,


Hi Sébastien.

Wrong newsgroup, I'm afraid - either repost here in english, or post to
fr.comp.lang.python...
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'o****@xiludom.gro'.split('@')])"
Sep 25 '06 #3

Sébastien Ramage wrote:
oh!
sorry, I made some search on comp.lang.python and fr.comp.lang.python
and finally I forgot where I was...

My question is :
how use pyopengl with python 2.5 ??
it seems that pyopengl was stop on 2005
Have a look at this thread. I think with pyopengl you'll have to get
the source and compile to get it to work on Python 2.5. I'd be
surprised if development of this package has stopped completely though.
If you give them some time, they will come up with a 2.5 release soon
enough.

http://groups.google.com/group/comp....216ab1c36cf898

Regards,
Andy

Sep 25 '06 #4
Sébastien Ramage wrote:
oh!
sorry, I made some search on comp.lang.python and fr.comp.lang.python
and finally I forgot where I was...

My question is :
how use pyopengl with python 2.5 ??
it seems that pyopengl was stop on 2005
PyOpenGL is still maintained, but most of the development is focused
on porting PyOpenGL to ctypes, which should eliminate the need for
compilation.
I'm on windows and I've not tools to recompile pyopengl for python 2.5
(thinking recompilation is the only things)

Somebody can help me?
The binary installer for Python 2.5 should be available soon. You can
track its progress through Mike Fletcher's blog:

http://blog.vrplumber.com/1633
http://blog.vrplumber.com/1639
http://blog.vrplumber.com/1640
Seb
Hope this helps,
Ziga

Sep 25 '06 #5
good news !

thank for links to the blog, very usefull

now I have to wait

seb

Sep 25 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2039
by: Jimmy Johns | last post by:
Hi, why hasn't there a version of pyOpenGL for python 2.3.x yet? Currently the binary installers for windows only work with python 2.2, and will give an when installing for python 2.3. I can't...
0
1282
by: Timo Finnilä | last post by:
Hi, I'm having some weird issues with Python 2.4 and PyOpenGL 2.0.2.01 (and also with older versions). When I call glutGetModifiers from event handler functions (set using glutMouseFunc,...
2
4046
by: Erik Max Francis | last post by:
I was interesting in adding selection and hit testing to ZOE, and was looking at the PyOpenGL wrappers' handling of selection and picking. I see glSelectBuffer to specify the size of the buffer,...
1
1956
by: joroy | last post by:
Hi all, I think this is ctypes related but how can I call the glShaderSourceARB function? The function have this header: glShaderSourceARB( GLhandleARB(shaderObj), GLsizei(count),...
0
1434
by: sweetmelon | last post by:
(I'm a newbie in Python and pyOpenGL.) Environment: WinXP SP2 Python ver. 2.5 WingIDE easy_install is installed PIL, pyNum is installed Download PyOpenGL-3.0.0a5-py2.5.egg run: easy_install...
0
1335
by: shirish | last post by:
Hi all, Is it possible to have Python+Pygame+PyOpenGL in one compact package so people can play the games released at pyweek.org . I have been having a hard time getting the whole thing on windows...
4
3340
by: math2life | last post by:
I work with python for two years, are familiar with image processing, but beginner on PyOpenGL and OpenGL. Any advice appreciated!
2
2218
by: seb.haase | last post by:
Hi, I am distributing a package with a precompiled collection of modules and packages useful for Python based medical/biological/astronomical image analysis and algorithm development. (Codename:...
1
6706
by: Clay Hobbs | last post by:
I need a tutorial for PyOpenGL (specifically, to be used with wxPython). I searched with Google and didn't find one. Does anybody know where one is? -- Ratfink
0
7124
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7163
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7200
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5460
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4904
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4586
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
651
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
287
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.