pyOpenGL for python 2.3

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jimmy Johns

    pyOpenGL for python 2.3

    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 build it either unless I build
    python 2.3 from source as well. Is there a work around available?? Thanks
    in advance.

    -s


  • Mike C. Fletcher

    #2
    Re: pyOpenGL for python 2.3

    Jimmy Johns wrote:
    [color=blue]
    >Hi, why hasn't there a version of pyOpenGL for python 2.3.x yet?
    >[/color]
    Because no one with MSVC++ 6.0 has stepped up to package it yet :) . I
    don't have access to a copy of VC++ that can be used for externally
    released applications, so I need someone to do the build and produce a
    package for redistribution.
    [color=blue]
    >Currently
    >the binary installers for windows only work with python 2.2, and will give
    >an when installing for python 2.3.
    >[/color]
    Yes, PyOpenGL is a binary package that is linked to specific Python and
    Numpy versions. You cannot use a binary created for Python 2.2 with
    Python 2.3.
    [color=blue]
    >I can't build it either unless I build
    >python 2.3 from source as well.
    >[/color]
    Actually, that's not a requirement. Building requires only the Python
    2.3 distributed from python.org, VC++ and the various .lib and .h files
    as outlined on the installation page.
    [color=blue]
    >Is there a work around available??
    >[/color]
    Arthur has a "minimal" installer available, but it's missing the OpenGL
    extensions:


    Note: Tk support is not available under Python 2.3 in any version of
    PyOpenGL.

    If you do have VC++ 6.0, then you just need to follow the build
    instructions linked off the homepage.
    [color=blue]
    >Thanks
    >in advance.
    >
    >[/color]
    Enjoy,
    Mike

    _______________ _______________ _________
    Mike C. Fletcher
    Designer, VR Plumber, Coder





    Comment

    • KefX

      #3
      Re: pyOpenGL for python 2.3

      I built PyOpenGL with a binary of Python 2.3 just fine, once I grabbed all the
      needed dependencies. What was your problem?

      - Kef
      [color=blue]
      >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 build it either unless I build
      >python 2.3 from source as well. Is there a work around available?? Thanks
      >in advance.[/color]

      Comment

      • Jimmy Johns

        #4
        Re: pyOpenGL for python 2.3

        my problem is that I use vs .net.

        any solutions for this setup?

        Thanks.

        "KefX" <keflimarcusx@a ol.comNOSPAM> wrote in message
        news:2003111602 2547.12054.0000 0233@mb-m26.aol.com...[color=blue]
        > I built PyOpenGL with a binary of Python 2.3 just fine, once I grabbed all[/color]
        the[color=blue]
        > needed dependencies. What was your problem?
        >
        > - Kef
        >[color=green]
        > >Hi, why hasn't there a version of pyOpenGL for python 2.3.x yet?[/color][/color]
        Currently[color=blue][color=green]
        > >the binary installers for windows only work with python 2.2, and will[/color][/color]
        give[color=blue][color=green]
        > >an when installing for python 2.3. I can't build it either unless I[/color][/color]
        build[color=blue][color=green]
        > >python 2.3 from source as well. Is there a work around available??[/color][/color]
        Thanks[color=blue][color=green]
        > >in advance.[/color]
        >[/color]


        Comment

        Working...