Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201314 - net-ftp/ftpcube breaks with wxpython-2.8
Summary: net-ftp/ftpcube breaks with wxpython-2.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: wxpython-2.8
  Show dependency tree
 
Reported: 2007-12-05 02:15 UTC by Ryan Hill (RETIRED)
Modified: 2007-12-12 16:44 UTC (History)
1 user (show)

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


Attachments
ftpcube-0.5.1-wxversion.patch (ftpcube-0.5.1-wxversion.patch,575 bytes, patch)
2007-12-05 02:16 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2007-12-05 02:15:13 UTC
more of the same. ;)

Traceback (most recent call last):
  File "/usr/bin/ftpcube", line 24, in <module>
    main.main(sys.argv)
  File "/usr/lib/python2.5/site-packages/libftpcube/main.py", line 216, in main
    app.createMainWindow()
  File "/usr/lib/python2.5/site-packages/libftpcube/main.py", line 65, in createMainWindow
    self.main_window = mainwin.MainWindow(None, _("Ftpcube"))
  File "/usr/lib/python2.5/site-packages/libftpcube/mainwin.py", line 97, in __init__
    self.SetIcon(utils.getAppIcon())
  File "/usr/lib/python2.5/site-packages/libftpcube/utils.py", line 71, in getAppIcon
    icon = wx.Icon('ftpcube_XPM', wx.BITMAP_TYPE_XPM)
  File "usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_gdi.py", line 1132, in __init__
wx._core.PyAssertionError: C++ assertion "Ok()" failed at /var/tmp/portage/x11-libs/wxGTK-2.8.7.1/work/wxPython-src-2.8.7.1/src/gtk/bitmap.cpp(924) in HasPixbuf(): invalid bitmap
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-12-05 02:16:33 UTC
Created attachment 137765 [details, diff]
ftpcube-0.5.1-wxversion.patch
Comment 2 Ali Polatel (RETIRED) gentoo-dev 2007-12-12 16:44:59 UTC
ftpcube-0.5.1-r1 fixes this. Thanks for reporting.