[Pythonmac-SIG] pygtkglext 1.0.1 install issue

Morgan Hough morgan.hough at gmail.com
Tue Oct 11 23:36:38 CEST 2005


I am trying to make a pygtkglext fink package (fink installs the
gtkglext). Usually this make things easier but I am getting an install
error that I don't understand and I was wondering if someone could
decipher this. Thanks in advance.

Cheers,

-Morgan

python2.3 setup.py install --prefix=/sw
--root=/sw/src/fink.build/root-pygtkglext-py23-1.0.1-1
running install
running build
running build_py
running build_ext
running install_lib
Traceback (most recent call last):
  File "setup.py", line 158, in ?
    cmdclass={'install_lib': PyGtkGLExtInstallLib,
  File "/sw/src/fink.build/root-python23-2.3.5-113/sw/lib/python2.3/distutils/core.py",
line 149, in setup
  File "/sw/src/fink.build/root-python23-2.3.5-113/sw/lib/python2.3/distutils/dist.py",
line 907, in run_commands
  File "/sw/src/fink.build/root-python23-2.3.5-113/sw/lib/python2.3/distutils/dist.py",
line 927, in run_command
  File "/sw/src/fink.build/root-python23-2.3.5-113/sw/lib/python2.3/distutils/command/install.py",
line 510, in run
  File "/sw/lib/python2.3/cmd.py", line 333, in run_command

  File "/sw/src/fink.build/root-python23-2.3.5-113/sw/lib/python2.3/distutils/dist.py",
line 927, in run_command
  File "setup.py", line 61, in run
    self.add_template_option('VERSION', VERSION)
  File "/sw/lib/python2.3/cmd.py", line 112, in __getattr__
    if self.intro:
AttributeError: add_template_option


More information about the Pythonmac-SIG mailing list