Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61473 - Point2Play fails to get cedega, spits out python error
Summary: Point2Play fails to get cedega, spits out python error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 00:33 UTC by E Smith
Modified: 2004-08-24 15:34 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 E Smith 2004-08-24 00:33:51 UTC
Emerged Point2Play-1.3.1, all went well, try to get Point2Play to retrieve cedega and it fails with this error 

Traceback (most recent call last):
  File "/usr/lib/transgaming_point2play/Point2Play_gui.py", line 1581, in get_latest_cb
    file_diag = winex_get_gui.WinexGetDialog( self.Point2Play, ver_list, latest["version"] )
  File "/usr/lib/transgaming_point2play/winex_get_gui.py", line 60, in __init__
    self.pb = gtk.ProgressBar()
SystemError: NULL result without error in PyObject_Call

get the same results if i try the alternative method of hitting get another version, this error happens on both my 32 bit install of gentoo ( the one listed below in emerge info ) and my 64 bit install.


Reproducible: Always
Steps to Reproduce:
1.start up Point2Play
2.Click on get latest version or get another version
3.

Actual Results:  
see details above

Expected Results:  
Expected Point2Play to download latest cedega and install it in Point2Play

Portage 2.0.50-r10 (default-x86-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0,
2.6.8.1-mm4)
=================================================================
System uname: 2.6.8.1-mm4 i686 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -msse2 -msse -pipe"
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/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -msse2 -msse -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
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.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm avi berkdb cdr crypt cups dvd encode esd fam foomaticdb
gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml imlib java joystick jpeg
libg++ libwww mad mbox mikmod mime motif mozilla mpeg mysql ncurses nls nptl
oggvorbis openal opengl oss pam pdflib perl php png python quicktime readline
scanner sdl slang spell ssl svga tcpd truetype unicode usb x86 xine xml2 xmms xv
xvid zlib"

dev-lang/python
      Latest version available: 2.3.4
      Latest version installed: 2.3.4
      Size of downloaded files: 7,020 kB
      Homepage:    http://www.python.org
      Description: A really great language
      License:     PSF-2.2

 dev-python/pygtk
      Latest version available: 2.2.0
      Latest version installed: 2.2.0
      Size of downloaded files: 540 kB
      Homepage:    http://www.pygtk.org/
      Description: GTK+2 bindings for Python
      License:     LGPL-2.1
Comment 1 E Smith 2004-08-24 00:39:27 UTC
Sorry forgot to add that i have run python updater, but wansnt needed as both gentoo installs have recently been done from scratch.
Comment 2 E Smith 2004-08-24 15:34:35 UTC
ok this is now resolved, done an emerge sync and an merge -UD world, emerged latest pygtk

 dev-python/pygtk
      Latest version available: 2.3.96
      Latest version installed: 2.3.96
      Size of downloaded files: 615 kB
      Homepage:    http://www.pygtk.org/
      Description: GTK+2 bindings for Python
      License:     LGPL-2.1

fixes the problem, thanks.