You are not logged in.

#1 2009-04-18 01:01:50

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Gimmie says cannot import glib or something like that...

Gimmie says cannot import glib or something like that...I read a thread about this issue before and I wonder if this issue is fixed. Is it?


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#2 2009-04-18 01:08:50

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,400
Website

Re: Gimmie says cannot import glib or something like that...

You can actually post the real error output so we know what you are talking about.  Also, if it is still happening for you, then it is obviously not fixed.  File a bug report.

Offline

#3 2009-04-18 01:11:32

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: Gimmie says cannot import glib or something like that...

 File "/usr/lib/gimmie/gimmie.py", line 7, in <module>
    import gtk
  File "/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 38, in <module>
    import gobject as _gobject
  File "/usr/lib/python2.6/ihooks.py", line 406, in import_module
    q, tail = self.find_head_package(parent, str(name))
  File "/usr/lib/python2.6/ihooks.py", line 447, in find_head_package
    q = self.import_it(head, qname, parent)
  File "/usr/lib/python2.6/ihooks.py", line 497, in import_it
    m = self.loader.load_module(fqname, stuff)
  File "/usr/lib/python2.6/ihooks.py", line 276, in load_module
    m = self.hooks.load_package(name, filename, file)
  File "/usr/lib/python2.6/ihooks.py", line 176, in load_package
    return imp.load_module(name, file, filename, ("", "", PKG_DIRECTORY))
  File "/usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.py", line 54, in <module>
    from gobject.constants import *
  File "/usr/lib/python2.6/ihooks.py", line 407, in import_module
    m = self.load_tail(q, tail)
  File "/usr/lib/python2.6/ihooks.py", line 458, in load_tail
    m = self.import_it(head, mname, m)
  File "/usr/lib/python2.6/ihooks.py", line 497, in import_it
    m = self.loader.load_module(fqname, stuff)
  File "/usr/lib/python2.6/ihooks.py", line 272, in load_module
    m = self.hooks.load_source(name, filename, file)
  File "/usr/lib/python2.6/ihooks.py", line 170, in load_source
    return imp.load_source(name, filename, file)
  File "/usr/lib/python2.6/site-packages/gtk-2.0/gobject/constants.py", line 24, in <module>
    import gobject._gobject
  File "/usr/lib/python2.6/ihooks.py", line 407, in import_module
    m = self.load_tail(q, tail)
  File "/usr/lib/python2.6/ihooks.py", line 458, in load_tail
    m = self.import_it(head, mname, m)
  File "/usr/lib/python2.6/ihooks.py", line 497, in import_it
    m = self.loader.load_module(fqname, stuff)
  File "/usr/lib/python2.6/ihooks.py", line 270, in load_module
    m = self.hooks.load_dynamic(name, filename, file)
  File "/usr/lib/gimmie/ltihooks.py", line 50, in load_dynamic
    return ihooks.Hooks.load_dynamic(self, name, filename, f)
  File "/usr/lib/python2.6/ihooks.py", line 174, in load_dynamic
    return imp.load_dynamic(name, filename, file)
ImportError: could not import glib (error was: 'import_module() takes at most 5 arguments (6 given)')

There it is. I can't file any bugs for gimmie...

Last edited by ShadowKyogre (2009-04-18 01:20:43)


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#4 2009-06-26 10:39:25

Vamp898
Member
From: 東京
Registered: 2009-01-03
Posts: 909
Website

Re: Gimmie says cannot import glib or something like that...

duplicate of

http://bbs.archlinux.org/viewtopic.php?id=60135

its the error of the PKGBUILD

with simple ./configure && make && make install all works fine

Offline

Board footer

Powered by FluxBB