Ticket #433 (closed bug: invalid)
Opened 2 years ago
AssertionError: pygtk.require() must be called before import
| Reported by: | atenrok | Owned by: | theli |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Other | Version: | 0.5beta1 |
| Keywords: | Cc: |
Description
I've compiled Listen succesfully, made and rpm with checkinstall (my system is FC4), and here is what I get trying to run it.
$ listen Traceback (most recent call last):
File "/usr/lib/listen/listen.py", line 38, in ?
pygtk.require("2.0")
File "/usr/lib/python2.4/site-packages/pygtk.py",
line 69, in require
assert not sys.modules.has_key('gtk'), \
AssertionError?: pygtk.require() must be called before importing gtk
what is the reason, and how to fix this?
Change History
Note: See
TracTickets for help on using
tickets.
