Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A10 => Topic started by: ebelouet on June 26, 2014, 04:09:06 PM

Title: wxPython
Post by: ebelouet on June 26, 2014, 04:09:06 PM
Hi,

Anybody try wxPython librairy with Python or solution to use graphic with Pyhton on A10 board Linux ?

Sincerely
Eric
Title: Re: wxPython
Post by: martinayotte on June 26, 2014, 04:45:52 PM
I didn't try wxPython on Olimex board, but I used a lot of PyQT ...
Title: Re: wxPython
Post by: ebelouet on June 26, 2014, 04:54:06 PM
thank for answering, so if it's for x86 cpu, I will run on A10 ?
Title: Re: wxPython
Post by: ebelouet on June 26, 2014, 06:50:56 PM
I try this sudo apt-get install python-qt4 pyqt4-dev-tools but I have mistake, anybady have got solution
Title: Re: wxPython
Post by: jlucius on June 27, 2014, 02:00:12 AM
Quote from: ebelouet on June 26, 2014, 06:50:56 PM
I try this sudo apt-get install python-qt4 pyqt4-dev-tools but I have mistake, anybady have got solution

What error are you getting?

All the graphical python wxPython or pyQT should run on the board without problems. you just have to get the right packages.
Title: Re: wxPython
Post by: martinayotte on June 27, 2014, 08:23:16 PM
On A20, if I remember, I've simply install the "python-qt4", nothing else needed since it should also install all required dependencies.
(I did the same a year ago using my older A10S)
Title: Re: wxPython
Post by: ebelouet on June 29, 2014, 09:14:30 PM
Hi,

Thank but I have this error :

Failed to fetch http://ftp.debian.org/debian/pool/main/p/python2.7/libpython2.7_
2.7.3-6_armhf.deb  404  Not Found [IP: 130.89.148.12 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-mis
sing?
where is mistake, I make this sudo apt-get install python-qt4?

Sincerely
Eric
Title: Re: wxPython
Post by: MBR on July 02, 2014, 10:24:02 PM
Try download it from a mirror. Or try different DNS server (it may be a network problem).
Title: Re: wxPython
Post by: martinayotte on July 03, 2014, 04:11:07 PM
Maybe your package lists are outdated. Try to do an "apt-get update" before doing "apt-get install".