[PyOpenGL-Users] ___init__ or __init___?
Brought to you by:
mcfletch
From: Jack J. <Jac...@cw...> - 2002-10-14 12:56:56
|
I'm trying (again) to build PyOpenGL from source (from the current CVS head), and after a few problems that I managed to fix I'm now stuck. There seems to be confusion over the name of the C extension module, sometimes it's referred to as __init___ and sometimes as ___init__. For instance, site-packages/OpenGL/GL/__init__.py tries to import ___init__. But the code then uses ___init__ in some places, __init___ in others. I assume this is some sort of a swig mixup, but I haven't a clue how to fix it. I'm using PyOpenGL from the CVS repository, SWIG 1.3.15 (the most recent version). This is on Redhat Linux (kernel version 2.4.18). -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |