[pyar] no puedo instalar wxpython en kubuntu 14.04 LTs

Mariano Reingart reingart en gmail.com
Jue Sep 18 15:19:50 ART 2014


2014-09-18 14:11 GMT-03:00 fagonzalez <fagonzalez en steel.com.ar>:

>
>
> -----Original Message-----
> From: Gabriel Davini <gabrielfranciscodavini en gmail.com>
> To: Python Argentina <pyar en python.org.ar>
> Date: Thu, 18 Sep 2014 12:51:29 -0300
> Subject: Re: [pyar] no puedo instalar wxpython en kubuntu 14.04 LTs
>
> > Cómo lo estás intentando instalar?
> >
> > --
> > Gabriel.
>
> aptitude install wxpython
>
> es para probar la factuar electronica de pyrece
>
>
Podes probar con el paquete de la version estable anterior:

sudo apt-get insall python2.7-wxgtk2.8

Para una versión más reciente podes probar instalar libwxgtk3.0-0 (que ya
está en los repositorios de Ubuntu) e instalar wxpython:

wget http://downloads.sourceforge.net/wxpython/wxPython-src-3.0.0.0.tar.bz2

tar xvjf wxPython-src-3.0.0.0.tar.bz2

cd wxPython-src-3.0.0.0/wxPython

sudo python setup.py install

Para crear un paquete, en vez de la linea anterior hacer:

sudo checkinstall -y --pkgname=wxpython --pkgversion=3.0.0 --pkgrelease=1
--requires=python2.7,python -D  python setup.py install

También podes crear un paquete incluyendo ambos para la última versión
3.0.1.1:

http://wiki.wxpython.org/CheckInstall#wxPython_3.0.0

Si podes, confirmame si te funciona, asi veo de actualizar el instructivo:

https://code.google.com/p/pyafipws/wiki/InstalacionCodigoFuente#Debian_y_derivados_(Ubuntu)

Las sugerencias son bienvenidas :-)

Sds

Mariano Reingart
http://www.sistemasagiles.com.ar
http://reingart.blogspot.com
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20140918/af96c551/attachment.html>


More information about the pyar mailing list