wxPython problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hubert Pitura

    wxPython problem

    Hello,

    I've installed openSUSE 10 64bit, Python 2.4.3 (from sources) and wxPython
    2.6 (from Red Hat's rpms). When I' trying to import wx the error comes up:
    [color=blue][color=green][color=darkred]
    >>> import wx[/color][/color][/color]
    Traceback (most recent call last):
    File "<stdin>", line 1, in ?
    File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ?
    from wx._core import *
    File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ?
    import _core_
    ImportError:
    /usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core_.so: cannot
    open shared object file: No such file or directory

    What is going on? Any help would be appreciated.

    Greetings, Hubert.
  • sillyemperor

    #2
    Re: wxPython problem


    Hubert Pitura wrote:[color=blue]
    > Hello,
    >
    > I've installed openSUSE 10 64bit, Python 2.4.3 (from sources) and wxPython
    > 2.6 (from Red Hat's rpms). When I' trying to import wx the error comes up:
    >[color=green][color=darkred]
    > >>> import wx[/color][/color]
    > Traceback (most recent call last):
    > File "<stdin>", line 1, in ?
    > File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py", line 42, in ?
    > from wx._core import *
    > File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py", line 4, in ?
    > import _core_
    > ImportError:
    > /usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core_.so: cannot
    > open shared object file: No such file or directory
    >
    > What is going on? Any help would be appreciated.
    >
    > Greetings, Hubert.[/color]


    do you install wxWidget?

    Comment

    Working...