• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Wie setze ich den Pfad auf pygtk?

Peet

Newbie
beim compiliren bekomme ich folgende Meldung.

checking for PYGTK... configure: error: Package requirements (pygtk-2.0) were not met:

No package 'pygtk-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PYGTK_CFLAGS
and PYGTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Was ich heruasgefunden habe das das Paket pygtk2.0 bei Suse10.1 Pytongtk heist.

Wie kann ich jetzt den richtigen Pfad und Namen angeben wo er suchen soll?

Pytongtk ist installiert, befindet sich im Pfad /usr/lib
 

abgdf

Guru
Hi,

installier noch

python-wxGTK..rpm

Python-Modul-Pfade werden in .pth-Dateien angegeben, z.B. in

/usr/lib/python2.4/site-packages

Viele Grüße
 
Oben