Hi,
I am pretty new to wx and python and wonder, why I am not
able to run all examples in the 2.6 directory!? I.e.:
`--> python widgetTest.py
Traceback (most recent call last):
File "widgetTest.py", line 70, in ?
import run
ImportError: No module named run
A different one from the web gives me:
`--> python wxtest.py
Traceback (most recent call last):
File "wxtest.py", line 1, in ?
from wxPython.wx import *
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wxPython/__init__.py", line 10, in ?
import _wx
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wxPython/_wx.py", line 3, in ?
from _core import *
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wxPython/_core.py", line 15, in ?
import wx._core
ImportError: No module named _core
It seems that I am missing something...
I have following packages installed:
i libwxgtk2.4-1 - wxWindows Cross-platform C++ GUI toolkit (
i libwxgtk2.4-1-contrib - wxWindows Cross-platform C++ GUI toolkit (
i libwxgtk2.6-0 - wxWidgets Cross-platform C++ GUI toolkit (
i libwxgtk2.6-dev - wxWidgets Cross-platform C++ GUI toolkit (
i python-wxglade - GUI designer written in Python with wxPyth
i python-wxgtk2.4 - wxWindows Cross-platform C++ GUI toolkit (
i python-wxgtk2.6 - wxWidgets Cross-platform C++ GUI toolkit (
i python-wxtools - wxWidgets Cross-platform C++ GUI toolkit (
i python-wxversion - wxWidgets Cross-platform C++ GUI toolkit (
i wx-common - wxWidgets Cross-platform C++ GUI toolkit (
i wx2.4-examples - wxWindows Cross-platform C++ GUI toolkit (
i wx2.6-examples - wxWidgets Cross-platform C++ GUI toolkit (
i wx2.6-headers - wxWidgets Cross-platform C++ GUI toolkit (
i wx2.6-i18n - wxWidgets Cross-platform C++ GUI toolkit (
i wxpython2.6-devel-gtk2-ansi - wxPython development files
Do I miss any packages?
Greetings!
Fabian