PyOpenGL pour python 2.5 ???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sébastien Ramage

    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

  • Bruno Desthuilliers

    #2
    Re: PyOpenGL pour python 2.5 ???

    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.py thon...


    --
    bruno desthuilliers
    python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
    p in 'onurb@xiludom. gro'.split('@')])"

    Comment

    • Sébastien Ramage

      #3
      Re: PyOpenGL pour python 2.5 ???

      oh!
      sorry, I made some search on comp.lang.pytho n and fr.comp.lang.py thon
      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.py thon...
      >
      >
      --
      bruno desthuilliers
      python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
      p in 'onurb@xiludom. gro'.split('@')])"

      Comment

      • andychambers2002@yahoo.co.uk

        #4
        Re: PyOpenGL pour python 2.5 ???


        Sébastien Ramage wrote:
        oh!
        sorry, I made some search on comp.lang.pytho n and fr.comp.lang.py thon
        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.



        Regards,
        Andy

        Comment

        • Ziga Seilnacht

          #5
          Re: PyOpenGL pour python 2.5 ???

          Sébastien Ramage wrote:
          oh!
          sorry, I made some search on comp.lang.pytho n and fr.comp.lang.py thon
          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:




          Seb
          Hope this helps,
          Ziga

          Comment

          • Sébastien Ramage

            #6
            Re: PyOpenGL pour python 2.5 ???

            good news !

            thank for links to the blog, very usefull

            now I have to wait

            seb

            Comment

            Working...