Ok, now I have it build. The install is not working out very well for me. It seems to not like pango:
C:\Documents and Settings\CLambacher\My Documents\downloads\pygtk\pygtk-2.5.3>py thon setup.py install --skip-build * Numeric module could not be found, will build without Numeric support. running install running install_lib copying build\lib.win32-2.4\atk.pyd -> c:\python24\Lib\site-packages\gtk-2.0 copying build\lib.win32-2.4\gobject.pyd -> c:\python24\Lib\site-packages\gtk-2.0
copying build\lib.win32-2.4\gtk\glade.pyd -> c:\python24\Lib\site-packages\gtk-2 .0\gtk copying build\lib.win32-2.4\gtk\_gtk.pyd -> c:\python24\Lib\site-packages\gtk-2. 0\gtk copying build\lib.win32-2.4\pango.pyd -> c:\python24\Lib\site-packages\gtk-2.0 Traceback (most recent call last): File "setup.py", line 263, in ? cmdclass={'install_lib': PyGtkInstallLib, 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 "setup.py", line 80, in run self.install_template('pygobject-2.0.pc.in', File "C:\Python24\Lib\distutils\cmd.py", line 112, in __getattr__ raise AttributeError, attr AttributeError: install_template
There is a bug in the current setup.py. See http://bugzilla.gnome.org/show_bug.cgi?id=150616
Unfortutanely, the patch has not been applied yet to cvs HEAD.
You can get a recent build of CVS Head from here
http://www.pcpm.ucl.ac.be/~gustin/tmp/pygtk-2.5.4.win32-py2.4.exe
and the modified sources from here
http://www.pcpm.ucl.ac.be/~gustin/tmp/pygtk-2.5.4cvs.zip
Cedric _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
