I am trying to compile Rox Edit, but I ran into the
should-have-read-the-whole-page error about having pygtk2:
The pygtk2 package (1.99.13 or later) must be installed to use this program:
http://rox.sourceforge.net/rox_lib.php3
Traceback (most recent call last):
File "./AppRun", line 6, in ?
import rox
File "/usr/lib/ROX-Lib2/python/rox/__init__.py", line 53, in ?
assert g.Window # Ensure not 1.2 bindings
AttributeError: 'module' object has no attribute 'Window'
Okay, so I grabbed the pygtk source and promptly decompressed and ran
./configure.
This was the output:
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log
for the
*** exact error that occured. This usually means GTK+ is incorrectly
installed.
configure: error: maybe you want the gtk-gnome-1-2 branch?
I have GTK+ 2.0 installed, as well as the libgtk+ 2.0 and libgtk+ 2.0
devel packages, so I am not sure where to go with this.
I read through the config.log file as suggested, but I couldn't see
anything there that was helpful, at least at my level of understanding.
I would be more than happy to post the contents of that file.
Any help appreciated greatly.
Cheers!
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
- Re: [pygtk] Compiling PyGTK2 joehill
- Re: [pygtk] Compiling PyGTK2 Christian Reis
- Re: [pygtk] Compiling PyGTK2 joehill
- Re: [pygtk] Compiling PyGTK2 joehill
- Re: [pygtk] Compiling PyGTK2 Christian Reis
- Re: [pygtk] Compiling PyGTK2 joehill
- Re: [pygtk] Compiling PyGTK2 joehill
- Re: [pygtk] Compiling PyGTK2 Christian Reis
- Re: [pygtk] Compiling PyGTK2 joehill
- Re: [pygtk] Compiling PyGTK2 Christian Reis
- Re: [pygtk] Compiling PyGTK2 Thomas Leonard
