encelo / pacstats

Automatically exported from code.google.com/p/pacstats
0 stars 0 forks source link

pygtk error when running pacstats-hg #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I run pacstats, I get an error:
$ pacstats
Traceback (most recent call last):
File "/usr/bin/pacstats", line 27, in <module>
from PacStats import app
File "/usr/lib/python3.2/site-packages/PacStats/app.py", line 23, in <module>
import pygtk
ImportError: No module named pygtk

However, pygtk is installed.

What version of the product am I using? On what operating system?
OS: Arch Linux, last updated today.
pacstats-hg 22-1
pygtk version 2.24.0

Please let me know if there's other information you need.  Thank you.

Original issue reported on code.google.com by laan...@aol.com on 22 Jan 2012 at 3:13

GoogleCodeExporter commented 9 years ago
I have the same issue.  PacStats installs into the python3 directory, but pygtk 
is python2

Original comment by ayr...@gmail.com on 21 Aug 2013 at 4:45