On Mon, 07 Jun 2004 13:33:31 +0200
Robert Voigt <[EMAIL PROTECTED]> wrote:

> When I try to install driconf 0.1.2, I get the following output (similar 
> with 0.2.2):
> 
> python setup.py install
> running install
> running build
> running build_py
> running build_scripts
> running install_lib
> running install_scripts
> changing mode of /usr/local/bin/driconf to 755
> 
> ** (setup.py:5476): WARNING **: could not get type `gtk.gdk.Event' ready
> 
> ** (setup.py:5476): WARNING **: could not get type `gtk.gdk.Font' ready
> 
> ** (setup.py:5476): WARNING **: could not get type `gtk.gdk.Color' ready
> 
> ** (setup.py:5476): WARNING **: could not get type `gtk.gdk.Cursor' ready
> 
> ** (setup.py:5476): WARNING **: could not get type `gtk.gdk.Rectangle' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type 
> `gtk.gdk.Colormap' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.Device' 
> ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type 
> `gtk.gdk.DragContext' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type 
> `gtk.gdk.Drawable' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.Window' 
> ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.Pixmap' 
> ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.GC' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.Image' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.Keymap' 
> ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.Pixbuf' 
> ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type 
> `gtk.gdk.PixbufAnimation' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type 
> `gtk.gdk.PixbufAnimationIter' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type 
> `gtk.gdk.PixbufLoader' ready
> 
> ** (setup.py:5476): WARNING **: couldn't make the type `gtk.gdk.Visual' 
> ready
> Warning: importing gtk doesn't work.
> Warning: driconf will probably not work for the above reason(s).

These messages aren't my fault. ;-) It's probably a problem with the
pygtk installation.

> 
> 
> 
> When I run it, it says (same with 0.1.2 and 0.2.2)
> 
> python driconf
> Traceback (most recent call last):
>    File "driconf", line 23, in ?
>      import driconf
> ImportError: No module named driconf

Hmm, the installation should have installed a file named driconf.py in
/usr/local/lib/python2.3/site-packages (at least that's the path in
debian). Maybe your python installation doesn't look in /usr/local. Can
you try changing prefix to /usr in setup.cfg and re-run the installation.

> 
> 
> What could be wrong here? I have python-gtk 2.0.0, GTK+ 1.2 and 2.2, and 
> whatever else comes with Suse 9.0.

For gtk2 you should be using driconf 0.2.2, not 0.1.2. This should fix
the warnings during the installation process.

HTH,
  Felix

| Felix Kühling <[EMAIL PROTECTED]>                     http://fxk.de.vu |
| PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595 |


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to