I recently downloaded PyOpenGL, and ran the setup.py
file, and cannot get it to do anything. I compiled it, but
in the compiler when I tried to run it it just sat their.
Help.
I would need a lot more information to even *begin* to help
you with this. For starters: what version of PyOpenGL, what
version of Python, what version of MS Visual C? Have you
followed the build instructions on the PyOpenGL web-site?
What do you mean by "it just sat there", do you mean it gave
an error and exited? During what stage of compilation?
What was the output of the attempt to compile?
But before all that, why doesn't the pre-built version work
for you? Probably 98% of Win32 users *don't* compile the
package for themselves, so what is it that you need to do
that requires you to compile it?
PyOpenGL is developed on a Windows 2000 box, so, generally
speaking, it *will* compile on a Win2k/XP box when the
environment is properly configured.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, I did use the pre-compiled version. I was compiling the
setup.py file in the python compiler/interpreter. It does'nt do
anything, but create a .pyc file. It won't do anything when
you interpret the setup.pyc file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=34901
I would need a lot more information to even *begin* to help
you with this. For starters: what version of PyOpenGL, what
version of Python, what version of MS Visual C? Have you
followed the build instructions on the PyOpenGL web-site?
What do you mean by "it just sat there", do you mean it gave
an error and exited? During what stage of compilation?
What was the output of the attempt to compile?
But before all that, why doesn't the pre-built version work
for you? Probably 98% of Win32 users *don't* compile the
package for themselves, so what is it that you need to do
that requires you to compile it?
PyOpenGL is developed on a Windows 2000 box, so, generally
speaking, it *will* compile on a Win2k/XP box when the
environment is properly configured.
Logged In: YES
user_id=819586
First, I did use the pre-compiled version. I was compiling the
setup.py file in the python compiler/interpreter. It does'nt do
anything, but create a .pyc file. It won't do anything when
you interpret the setup.pyc file.