Jérôme NAYLIES wrote:
>
> Hi all
>
> I’m new on this list so I’m sorry if my question was misplaced !
>
> I apologize for my poor English, I’m french.
>
> I want to install PyOpenGL-3.0.0b3 on a Sun Solaris without Internet
> Access with Python 2.4
>
> ctypes was previously correctly intalled but setuptools seem’s not to
> see it. So, PyOpenGL try to connect to the Internet to download and
> install ctypes but it can’t.
>
> Hows can I install do ?
>
I'm guessing (don't have time to test tonight) that the ways you could
make this work would be:
* add a --no-deps flag to the easy_install PyOpenGL call, this
*should* prevent dependency negotiation
* use easy_install ctypes to re-install the ctypes package so that
easy_install considers the package installed and thus available
The long-term solution is probably to fix easy_install/setuptools so
that there's a reasonable way to write a test to say "if this code
succeeds, this dependency is satisfied" or the like.
Good luck,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
|