[GtkGLExt] Compiling/Installing PyGTKGLext fails



I am trying to build PyGTKGLext 1.0.1 (because there is no Python 2.4 binary package available). As for the compilation, everything seems to work fine but during the installation there is a error :

C:\msys\1.0\home\Stephane\pygtkglext-1.0.1>setup.py build --compiler=mingw32 install
running build
running build_py
running build_ext
using MinGW GCC version 3.4.2 with -mms-bitfields option
running install
running install_lib
Traceback (most recent call last):
 File "C:\msys\1.0\home\Stephane\pygtkglext-1.0.1\setup.py", line 158, in ?
   cmdclass={'install_lib': PyGtkGLExtInstallLib,
 File "C:\Python24\lib\distutils\core.py", line 149, in setup
   dist.run_commands()
 File "C:\Python24\lib\distutils\dist.py", line 946, in run_commands
   self.run_command(cmd)
 File "C:\Python24\lib\distutils\dist.py", line 966, in run_command
   cmd_obj.run()
 File "C:\Python24\lib\distutils\command\install.py", line 505, in run
   self.run_command(cmd_name)
 File "C:\Python24\lib\distutils\cmd.py", line 333, in run_command
   self.distribution.run_command(command)
 File "C:\Python24\lib\distutils\dist.py", line 966, in run_command
   cmd_obj.run()
File "C:\msys\1.0\home\Stephane\pygtkglext-1.0.1\setup.py", line 61, in run
   self.add_template_option('VERSION', VERSION)
 File "C:\Python24\lib\distutils\cmd.py", line 112, in __getattr__
   raise AttributeError, attr
AttributeError: add_template_option

I am using Python 2.4 and PyGTK 2.4.1.

Do you have any idea where it comes from ?

Thanks in advance,

Regards,

Stéphane Brunet




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]