Description of problem: Cannot start the GUI part of the software in URL. Version-Release number of selected component (if applicable): wxPython-2.8.4.0-1.fc7 How reproducible: Always. Steps to Reproduce: 1. Download the software and decompress the tarball 2. chmod +x pygrenouille.py in the directory 3. ./pygrenouille.py Actual results: Traceback (most recent call last): File "./pygrenouille.py", line 62, in <module> import wx.wizard File "/usr/lib/python2.5/site-packages/wx/wizard.py", line 5, in <module> from wxPython import wizard File "/usr/lib/python2.5/site-packages/wxPython/wizard.py", line 2, in <module> import wizardc ImportError: /usr/lib/python2.5/site-packages/wxPython/wizardc.so: undefined symbol: _ZN8wxWizardC1EP8wxWindowiRK8wxStringRK8wxBitmapRK7wxPoint Expected results: Having the GUI working. Additional info:
Software URL : ftp://devel.grenouille.com/pub/pygrenouille/distributions/linux/pygrenouille-v1.13beta4.tar.gz
What happens if you run python interactively from the command line and type "import wx.wizard"? This work for me on both CentOS 5 and on Fedora rawhide. I don't have an F7 test box right now. I'm going to update to 2.8.6.x really soon; hopefully that will correct the problem.
Same problem : [fraggle@morphee ~]$ python Python 2.5 (r25:51908, Oct 19 2007, 09:47:40) [GCC 4.1.2 20070925 (Red Hat 4.1.2-27)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wx.wizard Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/wx/wizard.py", line 5, in <module> from wxPython import wizard File "/usr/lib/python2.5/site-packages/wxPython/wizard.py", line 2, in <module> import wizardc ImportError: /usr/lib/python2.5/site-packages/wxPython/wizardc.so: undefined symbol: _ZN8wxWizardC1EP8wxWindowiRK8wxStringRK8wxBitmapRK7wxPoint
Any chance to have this upgrade pushed any time soon in Fedora 8 and 7 ? By the way, compat-wxGTK26-2.6.4-0.8 upgrade have just broke the way the default translation is found in amule from livna but that's another story. Cheers.
This message is a reminder that Fedora 7 is nearing the end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 7. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '7'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 7's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 7 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. If possible, it is recommended that you try the newest available Fedora distribution to see if your bug still exists. Please read the Release Notes for the newest Fedora distribution to make sure it will meet your needs: http://docs.fedoraproject.org/release-notes/ The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
This bug can be closed ...