wx Python import error

In my system Fedora 8
Python 2.5.x
import wx gives following error

~]# python
Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.

import wx
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/init.py”, line 45, in
from wx._core import *
File “/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py”, line 4, in
import core
ImportError: /usr/lib/libwx_gtk2u_core-2.8.so.0: version `WXU_2.8.5’ not found (required by /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/core.so)

Any solution ??

···


“Talk is cheap - show me the code”
FOSS.IN 2008


ജഗന്നാഥ് . ജി
Jaganadh G.
http://sabdabodha.googlepages.com/home
Phone No +91+9895420624
Use OpenOffice.org, Free your Files.

Hello,

Spamming the same message multiple times is not the best way to get a response.

From the error I would guess that you installed wxPython 2.8.5 but have a different version of wxWidgets (wxGtk) installed. wxPython 2.8.5 requires wxWidgets 2.8.5.

···

On Fri, Oct 31, 2008 at 2:33 AM, Jagan Nadh jaganadhg@gmail.com wrote:

In my system Fedora 8
Python 2.5.x
import wx gives following error

~]# python
Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.

import wx
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/init.py”, line 45, in

from wx._core import *

File “/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py”, line 4, in
import core
ImportError: /usr/lib/libwx_gtk2u_core-2.8.so.0: version `WXU_2.8.5’ not found (required by /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/core.so)

Any solution ??


“Talk is cheap - show me the code”
FOSS.IN 2008


ജഗന്നാഥ് . ജി

Jaganadh G.
http://sabdabodha.googlepages.com/home
Phone No +91+9895420624
Use OpenOffice.org, Free your Files.


wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Cody Precord wrote:

Spamming the same message multiple times is not the best way to get a
response.

There was only one copy of his message in the digest, and there's only
one copy in the archives. If you saw multiple copies, then it must be
an issue between you and your mail server.

Do they all have the same date and time? That's a good hint that the
author only sent the message once.

···

On Fri, Oct 31, 2008 at 2:33 AM, Jagan Nadh <jaganadhg@gmail.com > <mailto:jaganadhg@gmail.com>> wrote:

    In my system Fedora 8
    Python 2.5.x
    import wx gives following error
    ...

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Hello,

···

On Fri, Oct 31, 2008 at 12:06 PM, Tim Roberts timr@probo.com wrote:

Cody Precord wrote:

Spamming the same message multiple times is not the best way to get a

response.

There was only one copy of his message in the digest, and there’s only

one copy in the archives. If you saw multiple copies, then it must be

an issue between you and your mail server.

Do they all have the same date and time? That’s a good hint that the

author only sent the message once.

The subject line was changed but the message content was the same:

http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/3673955

I saw two e-mails as well. One is dated October 30 @ 8:58 am and the other is dated October 31 @ 3:33 am. Still, two e-mails asking the same question–well, I think calling that “spamming” is perhaps a little bit harsh.

···

On Fri, Oct 31, 2008 at 1:06 PM, Tim Roberts timr@probo.com wrote:

Cody Precord wrote:

Spamming the same message multiple times is not the best way to get a

response.

There was only one copy of his message in the digest, and there’s only

one copy in the archives. If you saw multiple copies, then it must be

an issue between you and your mail server.

Do they all have the same date and time? That’s a good hint that the

author only sent the message once.


Onorio Catenacci III

It is the greatest of all mistakes to do nothing because you can only do a little. -Sydney Smith, writer and clergyman (1771-1845)

I saw two e-mails as well. One is dated October 30 @ 8:58 am and the other is dated October 31 @ 3:33 am. Still, two e-mails asking the same question–well, I think calling that “spamming” is perhaps a little bit harsh.

Well, my apologies then. I must have been a little cranky when sorting through my email this morning :wink:

I simply meant to imply, “be a little more patient”

This is only generating more off topic email, so can we call it good here :wink:

cody