wxPython trouve pas le module _core_ - Linux et OS Alternatifs
MarshPosté le 23-12-2004 à 18:59:54
# python Python 2.4 (#2, Dec 19 2004, 20:44:00) [GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wx Traceback (most recent call last): File "<stdin>", line 1, in ? File "wx/__init__.py", line 42, in ? from wx._core import * File "wx/_core.py", line 4, in ? import _core_ ImportError: No module named _core_
pas d'erreur de build (par contre fioooo trop trop long), chuis sous Fedora Core 3
vous avez déjà eu (le moteur m'autorise pas à chercher _core_ ) ?
Marsh Posté le 23-12-2004 à 18:59:54
# python
Python 2.4 (#2, Dec 19 2004, 20:44:00)
[GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "wx/__init__.py", line 42, in ?
from wx._core import *
File "wx/_core.py", line 4, in ?
import _core_
ImportError: No module named _core_
pas d'erreur de build (par contre fioooo trop trop long), chuis sous Fedora Core 3
vous avez déjà eu (le moteur m'autorise pas à chercher _core_ ) ?