Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28555 - starting of straw fails due to import error
Summary: starting of straw fails due to import error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-12 14:57 UTC by Arent Groebner
Modified: 2003-09-14 04:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arent Groebner 2003-09-12 14:57:24 UTC
straw emerges without problems, but raises an import error if started. 

Reproducible: Always
Steps to Reproduce:
1.open a shell and type: straw 
2. 
3. 
Actual Results:  
Traceback (most recent call last): 
  File "/usr/bin/straw", line 30, in ? 
    import straw 
  File "src/lib/__init__.py", line 17, in ? 
  File "src/lib/Main.py", line 19, in ? 
ImportError: cannot import name glade 


Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 
2.4.20-gentoo-r5) 
================================================================= 
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(tm) XP 2500+ 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -fPIC" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /opt/tomcat/conf 
/usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="sandbox ccache autoaddcvs" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="oss apm encode foomaticdb libg++ mad mikmod ncurses nls quicktime spell 
xv gtkhtml gdbm berkdb slang readline tetex bonobo svga tcltk guile sdl gpm 
tcpd pam libwww ssl perl esd imlib motif opengl cdr scanner acpi alsa arts avi 
crypt cups dga doc emacs ethereal gif -gnome gphoto2 -gtk java jpeg kde mmx 
mpeg oggvorbis pdflib png python qt ruby sip tiff truetype usb X xml xml2 xmms 
zlib x86"
Comment 1 SpanKY gentoo-dev 2003-09-12 17:36:53 UTC
`emerge glade`
Comment 2 foser (RETIRED) gentoo-dev 2003-09-12 17:45:22 UTC
you have to build pygtk with 'gnome' in USE
Comment 3 Arent Groebner 2003-09-13 09:15:13 UTC
1) "emerge glade" 
The problem remained. 
 
2) "you have to build pygtk with 'gnome' in USE" 
The problem was solved. 
 
Thanks. 
Comment 4 foser (RETIRED) gentoo-dev 2003-09-14 04:26:30 UTC
well, lack in portage power. Just maybe we should make the glade dep non-optional in the next pygtk release for now.