Discussion:
[users] wxPython problems
Hywel Richards
2011-04-14 10:57:19 UTC
Permalink
Hi,

Hope I am posting to the right place!

I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.

Before I had:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf

and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Now I have:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
and get:
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named wc
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line
14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line
4, in ?
import _misc_
ImportError:
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc_.so:
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
I managed to get things working again with:
yum downgrade wxGTK

but I assume that the wxPython packages need recompiling now.

Hywel.
Hywel Richards
2011-04-14 10:57:19 UTC
Permalink
Hi,

Hope I am posting to the right place!

I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.

Before I had:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf

and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Now I have:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
and get:
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named wc
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line
14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line
4, in ?
import _misc_
ImportError:
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc_.so:
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
I managed to get things working again with:
yum downgrade wxGTK

but I assume that the wxPython packages need recompiling now.

Hywel.
Hywel Richards
2011-04-14 10:57:19 UTC
Permalink
Hi,

Hope I am posting to the right place!

I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.

Before I had:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf

and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Now I have:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
and get:
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named wc
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line
14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line
4, in ?
import _misc_
ImportError:
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc_.so:
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
I managed to get things working again with:
yum downgrade wxGTK

but I assume that the wxPython packages need recompiling now.

Hywel.
Hywel Richards
2011-04-14 10:57:19 UTC
Permalink
Hi,

Hope I am posting to the right place!

I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.

Before I had:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf

and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Now I have:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
and get:
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named wc
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line
14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line
4, in ?
import _misc_
ImportError:
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc_.so:
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
I managed to get things working again with:
yum downgrade wxGTK

but I assume that the wxPython packages need recompiling now.

Hywel.
Hywel Richards
2011-04-14 10:57:19 UTC
Permalink
Hi,

Hope I am posting to the right place!

I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.

Before I had:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf

and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Now I have:
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
and get:
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named wc
import wx
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py:14448:
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line
14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py", line
4, in ?
import _misc_
ImportError:
/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc_.so:
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
I managed to get things working again with:
yum downgrade wxGTK

but I assume that the wxPython packages need recompiling now.

Hywel.
Hywel Richards
2011-05-13 09:33:56 UTC
Permalink
Post by Hywel Richards
Hi,
Hope I am posting to the right place!
I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf
and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
File "<stdin>", line 1, in ?
ImportError: No module named wc >>> import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py",
line 4, in ?
import _misc_
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
yum downgrade wxGTK
but I assume that the wxPython packages need recompiling now.
Hywel.
Is there any hope that wxPython might be made to work again with the new
wxGTK?

Have I posted this in the right place?

Is there some way that I could try to rebuild this myself?

Thanks,
Hywel.
Steve Huff
2011-05-13 12:51:47 UTC
Permalink
Is there any hope that wxPython might be made to work again with the new wxGTK?
Have I posted this in the right place?
Is there some way that I could try to rebuild this myself?
sure; you can try rebuilding wxGTK and wxPython yourself. i've written some instructions for doing so:

http://www.vecna.org/wiki/RPMforgeRebuild

please let us know whether a rebuild resolves the issue.

thanks,
-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 243 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110513/537f4fa9/attachment.bin
Steve Huff
2011-05-13 12:51:47 UTC
Permalink
Is there any hope that wxPython might be made to work again with the new wxGTK?
Have I posted this in the right place?
Is there some way that I could try to rebuild this myself?
sure; you can try rebuilding wxGTK and wxPython yourself. i've written some instructions for doing so:

http://www.vecna.org/wiki/RPMforgeRebuild

please let us know whether a rebuild resolves the issue.

thanks,
-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 243 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110513/537f4fa9/attachment-0001.bin
Steve Huff
2011-05-13 12:51:47 UTC
Permalink
Is there any hope that wxPython might be made to work again with the new wxGTK?
Have I posted this in the right place?
Is there some way that I could try to rebuild this myself?
sure; you can try rebuilding wxGTK and wxPython yourself. i've written some instructions for doing so:

http://www.vecna.org/wiki/RPMforgeRebuild

please let us know whether a rebuild resolves the issue.

thanks,
-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 243 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110513/537f4fa9/attachment-0002.bin
Steve Huff
2011-05-13 12:51:47 UTC
Permalink
Is there any hope that wxPython might be made to work again with the new wxGTK?
Have I posted this in the right place?
Is there some way that I could try to rebuild this myself?
sure; you can try rebuilding wxGTK and wxPython yourself. i've written some instructions for doing so:

http://www.vecna.org/wiki/RPMforgeRebuild

please let us know whether a rebuild resolves the issue.

thanks,
-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 243 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110513/537f4fa9/attachment-0003.bin
Steve Huff
2011-05-13 12:51:47 UTC
Permalink
Is there any hope that wxPython might be made to work again with the new wxGTK?
Have I posted this in the right place?
Is there some way that I could try to rebuild this myself?
sure; you can try rebuilding wxGTK and wxPython yourself. i've written some instructions for doing so:

http://www.vecna.org/wiki/RPMforgeRebuild

please let us know whether a rebuild resolves the issue.

thanks,
-steve

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 243 bytes
Desc: This is a digitally signed message part
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110513/537f4fa9/attachment.sig>
Hywel Richards
2011-05-13 09:33:56 UTC
Permalink
Post by Hywel Richards
Hi,
Hope I am posting to the right place!
I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf
and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
File "<stdin>", line 1, in ?
ImportError: No module named wc >>> import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py",
line 4, in ?
import _misc_
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
yum downgrade wxGTK
but I assume that the wxPython packages need recompiling now.
Hywel.
Is there any hope that wxPython might be made to work again with the new
wxGTK?

Have I posted this in the right place?

Is there some way that I could try to rebuild this myself?

Thanks,
Hywel.
Hywel Richards
2011-05-13 09:33:56 UTC
Permalink
Post by Hywel Richards
Hi,
Hope I am posting to the right place!
I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf
and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
File "<stdin>", line 1, in ?
ImportError: No module named wc >>> import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py",
line 4, in ?
import _misc_
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
yum downgrade wxGTK
but I assume that the wxPython packages need recompiling now.
Hywel.
Is there any hope that wxPython might be made to work again with the new
wxGTK?

Have I posted this in the right place?

Is there some way that I could try to rebuild this myself?

Thanks,
Hywel.
Hywel Richards
2011-05-13 09:33:56 UTC
Permalink
Post by Hywel Richards
Hi,
Hope I am posting to the right place!
I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf
and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
File "<stdin>", line 1, in ?
ImportError: No module named wc >>> import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py",
line 4, in ?
import _misc_
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
yum downgrade wxGTK
but I assume that the wxPython packages need recompiling now.
Hywel.
Is there any hope that wxPython might be made to work again with the new
wxGTK?

Have I posted this in the right place?

Is there some way that I could try to rebuild this myself?

Thanks,
Hywel.
Hywel Richards
2011-05-13 09:33:56 UTC
Permalink
Post by Hywel Richards
Hi,
Hope I am posting to the right place!
I have problems now with rpmforge packages for wxPython after a recent
update of wxGTK on CentOS 5.
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.10-1.el5.rf
and things worked ok, e.g.
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
wxPython-2.8.9.1-1.el5.rf
wxGTK-2.8.12-1.el5.rf
$ python
Python 2.4.3 (#1, Mar 5 2011, 21:25:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import wc
File "<stdin>", line 1, in ?
ImportError: No module named wc >>> import wx
UserWarning: wxPython/wxWidgets release number mismatch
warnings.warn("wxPython/wxWidgets release number mismatch")
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py",
line 45, in ?
from wx._core import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 14732, in ?
from _misc import *
File
"/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode/wx/_misc.py",
line 4, in ?
import _misc_
symbol _ZN7wxSound6CreateEiPKh, version WXU_2.8 not defined in file
libwx_gtk2u_adv-2.8.so.0 with link time reference
yum downgrade wxGTK
but I assume that the wxPython packages need recompiling now.
Hywel.
Is there any hope that wxPython might be made to work again with the new
wxGTK?

Have I posted this in the right place?

Is there some way that I could try to rebuild this myself?

Thanks,
Hywel.
Continue reading on narkive:
Loading...