Hola a todos,
Estoy en openSUSE Tumbleweed (64 bits). Necesito algunas dependencias de Python para instalar un
programa que está escrito en python. Entre las dependencias está wxPython / wxWidgets 2.8... pues bien, si instalo el paquete python-wxWidgets (2.8) de LEAP 42.2 (el link en software.opensuse.org al python-wxWidgets 2.8 de Tumbleweed está roto, y en el instalador de paquetes de yast solo aparece la 3.0), el programa da este error:
Código:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,STL containers,compatible with 2.6),
and wxPython used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,STL containers,compatible with 2.6).
Abortado (`core' generado)
Con la versión 3.0 que es la que viene en Tumbleweed me dice que las versiones no son compatibles ("Requested version of wxPython not found")
También intenté compilarlo yo mismo pero no fui capaz...si alguien ha tenido algún problema similar y puede echarme una mano lo agradecería. Saludos!!
P.D.: para más información, os pongo parte del README
Cita:
The following packages are required: Python, gcc
These packages can be installed in UBUNTU as follows:
- Installing Python (this is necessary for gLAB GUI and for graph.py):
sudo apt-get install python python-wxtools python-matplotlib python-tk python-wxgtk2.8 python-mpltoolkits.basemap python-mpltoolkits.basemap-data python-numpy
- Installing C compiler (gcc)
sudo apt-get install gcc
|