You are not logged in.

#1 2008-12-06 19:06:34

hullap
Member
From: New Delhi, India
Registered: 2008-08-17
Posts: 84
Website

pygtk not working

Till yesterday i was able to use apps who were written ing pygtk.
today i tried to install some app(dont remember) it had prompt gtk2 conflicts with gail, so i said yes to remove gtk2.
now im not able to lauch pygtk apps

>>> import pygtk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pygtk
^^ what i get if i do import pygtk in python

Offline

#2 2008-12-07 05:16:12

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: pygtk not working

pacman -S pygtk

For future reference, you can check /var/log/pacman.log to see which packages you've removed.


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#3 2008-12-07 05:34:37

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: pygtk not working

edit: whoops, mistake on my part. Try importing gtk _and_ pygtk. Also, make sure that you've updated both python and pygtk.

Last edited by mentallaxative (2008-12-07 05:49:13)

Offline

#4 2008-12-07 06:09:35

hullap
Member
From: New Delhi, India
Registered: 2008-08-17
Posts: 84
Website

Re: pygtk not working

updating python
....


working smile

Offline

Board footer

Powered by FluxBB