Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39530 - point2play-1.2 gtk errors
Summary: point2play-1.2 gtk errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 18:50 UTC by Dale K Dicks
Modified: 2004-01-26 20:57 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 Dale K Dicks 2004-01-26 18:50:32 UTC
[ ddicks@linuxbox ~ ] $ Point2Play 
Traceback (most recent call last):
  File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 34, in ?
    raise Point2PlayError( _("Unable to load GTK2 Python bindings") + "(%s)" % str( sys.exc_info()[1] ) )
__main__.Point2PlayError: 'Unable to load GTK2 Python bindings(No module named gtk)'


Reproducible: Always
Steps to Reproduce:
1.emerge point2play
2.attempt to run Point2Play

Actual Results:  
see error in "Details"

Expected Results:  
the program should have launched

[ ddicks@linuxbox ~ ] $ emerge info
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.6.2-rc2)
=================================================================
System uname: 2.6.2-rc2 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.4.3.10
distcc[1636] (dcc_set_trace_from_env) ERROR: failed to open logfile
/var/log/distcc.log: Permission denied [enabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fprefetch-loop-arrays
-funroll-loops -mmmx -msse -msse2"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fprefetch-loop-arrays
-funroll-loops -mmmx -msse -msse2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc fixpackages sandbox"
GENTOO_MIRRORS="ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apm avi berkdb bonobo cdr crypt cups distcc encode esd
foomaticdb gdbm gif gnome gpm gtk gtk2 guile imap imlib java jpeg ldap libg++
libwww mad mikmod mng motif mozilla mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python quicktime readline samba sdl slang spell ssl svga tcltk
tcpd tiff truetype x86 xft xml2 xmms zlib"
Comment 1 SpanKY gentoo-dev 2004-01-26 18:57:29 UTC
what version of python ?
what version of pygtk ?
Comment 2 Dale K Dicks 2004-01-26 19:06:51 UTC
<This just got updated today when I synched and emerged world>
*  dev-lang/python
      Latest version available: 2.3.3
      Latest version installed: 2.3.3
      Size of downloaded files: 7,026 kB
      Homepage:    http://www.python.org
      Description: A really great language

*  dev-python/pygtk
      Latest version available: 2.0.0
      Latest version installed: 2.0.0
      Size of downloaded files: 514 kB
      Homepage:    http://www.daa.com.au/~james/pygtk/
      Description: GTK+2 bindings for Python
Comment 3 SpanKY gentoo-dev 2004-01-26 19:09:06 UTC
did you run the python updater script like the python-2.3.3 upgrade warned you to ? :P
Comment 4 Dale K Dicks 2004-01-26 20:57:05 UTC
oops, my mistake... totally missed that notification about the python update script.

sorry :(