Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Wayne Stambaugh
On 10/20/2014 11:43 AM, Adam Wolf wrote: > Hi folks, > > I do not think we should work on the build script anymore. If the build > script worked very, very, well, it still doesn't help the vast majority > of our users, and by having the build script, we implicitly sign up for > supporting every u

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Adam Wolf
Hi folks, I do not think we should work on the build script anymore. If the build script worked very, very, well, it still doesn't help the vast majority of our users, and by having the build script, we implicitly sign up for supporting every user that wants to use it. Completely honestly, I thi

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Wayne Stambaugh
On 10/20/2014 10:56 AM, Nick Østergaard wrote: > 2014-10-20 16:54 GMT+02:00 Jean-Samuel Reynaud : >> Hi Adam, >> >> Of course I use your PPA you have created. Thank you a lot... >> >> About fighting it was just a joke to explain I'm currently doing some work >> to have back the ppa with up to date

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Adam Wolf
Thanks Jean-Samuel. Now I understand! Adam Wolf Cofounder and Engineer W&L On Mon, Oct 20, 2014 at 10:07 AM, Jean-Samuel Reynaud wrote: > Hi Nick, > > Currently kicad-install.sh script does not have "python-wxgtk3.0-dev" in > "prerequisite_list". > This packages is needed to be able to compile

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Marco Ciampa
On Mon, Oct 20, 2014 at 05:07:05PM +0200, Jean-Samuel Reynaud wrote: > Hi Nick, > > Currently kicad-install.sh script does not have "python-wxgtk3.0-dev" in > "prerequisite_list". > This packages is needed to be able to compile. Please find attached a > small to patch for that... > > Regarding yo

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Jean-Samuel Reynaud
Hi Nick, Currently kicad-install.sh script does not have "python-wxgtk3.0-dev" in "prerequisite_list". This packages is needed to be able to compile. Please find attached a small to patch for that... Regarding your question I don't know if kicad-install.sh should add the PPA. Le 20/10/2014 16:5

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Nick Østergaard
2014-10-20 16:54 GMT+02:00 Jean-Samuel Reynaud : > Hi Adam, > > Of course I use your PPA you have created. Thank you a lot... > > About fighting it was just a joke to explain I'm currently doing some work > to have back the ppa with up to date kicad... > > Anyway, this dependency is missing in kica

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Jean-Samuel Reynaud
Hi Adam, Of course I use your PPA you have created. Thank you a lot... About fighting it was just a joke to explain I'm currently doing some work to have back the ppa with up to date kicad... Anyway, this dependency is missing in kicad-install.sh as I see on last revision of this file. Regards

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Jean-Samuel Reynaud
Hi All, I'm currently fighting to have the ppa come back... As I see there is a dependence missing in the script kicad-install.sh: => python-wxgtk3.0-dev is needed too when I use ppa from Adam. Regards, Le 20/10/2014 14:35, Nick Østergaard a écrit : > Yeah, wxwidgets is available, but not wxpytho

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Adam Wolf
Hi Jean-Samuel, What do you mean "fighting to have the ppa come back". If you use the KiCad Trusty Backports PPA I created this weekend, it contains python-wxgtk3.0-dev. Adam Wolf Cofounder and Engineer W&L, LLC On Mon, Oct 20, 2014 at 9:17 AM, Jean-Samuel Reynaud wrote: > Hi All, > > I'm cur

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Nick Østergaard
Yeah, wxwidgets is available, but not wxpython. 2014-10-20 14:32 GMT+02:00 Benoît Roehr : > Hi Adam, > > I'm now on a Ubuntu 14.04 daily. Just tell me what to test exactly and > how... But there is chance I'll build Kicad today so dependencies may be > installed on this machine today. > > Also: wx

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Benoît Roehr
Hi Adam, I'm now on a Ubuntu 14.04 daily. Just tell me what to test exactly and how... But there is chance I'll build Kicad today so dependencies may be installed on this machine today. Also: wx3.0 is available in the official repositories now (I use synaptic) 2014-10-18 15:20 GMT+02:00 Adam Wol

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-19 Thread Adam Wolf
Hi folks, 1) Jake, right now KiCad is in a transition and Real Soon Now things will be added that won't work on wxgtk2.8, and I personally would not trust my circuit boards to a KiCad built from latest releases on wxgtk2.8. Please remember that the older releases work just as well as they used to

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-19 Thread Nick Østergaard
Hi Adam I have just tested your wx trusty backports. I removed all wx stuff, added your repo, then ran the kicad-install.sh script. It works. But I wonder why you only package wxwidgets 3.0.1 and not 3.0.2 while you are at it. Is that because utopic is only packaging 3.0.1? (I still fail to under

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-19 Thread Nick Østergaard
2014-10-19 9:20 GMT+02:00 Jake : > As i said i would, i edited kicad-install.sh to remove wxgtk3.0 and instead > I installed wxgtk2.8 and then ran kicad-install.sh --install-or-update > > it seems to have worked. I have not tried to make anything yet, but > eeschema and pcbnew open just fine... th

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-19 Thread Jake
As i said i would, i edited kicad-install.sh to remove wxgtk3.0 and instead I installed wxgtk2.8 and then ran kicad-install.sh --install-or-update it seems to have worked. I have not tried to make anything yet, but eeschema and pcbnew open just fine... then i went looking for cvpcb... cvpcb

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Adam Wolf
Hi folks, I threw together a PPA today, with the source packages of wxpython3 and wxwidgets3 from 14.10, rebuilt for 14.04. It was relatively painless, after I modified the backport package script I was using to let me make arbitrary changes :) I added mesa-common-dev as a build-dependency for w

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Adam Wolf
The plan is that most users will not compile KiCad. This PPA will, at first, only contain the back ports of any packages needed to build KiCad on 14.04. In terms of new regular binary release, OS X is the first on my list, but it is very close, thanks to the help of everyone on this list. Adam W

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Jake
Thank you Adam for your work on this. I haven't been back at sudoroom (where I am trying to install kicad) to test the fixes that were mentioned below, but I think that anything that makes it easier to install kicad is good. Ideally it will be possible for ubuntu 12.04 to install kicad by fol

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Adam Wolf
I spent quite a few hours on this today. I set up a PPA, did a backport of wxpython3 (which provides most of these packages), and uploaded it. The build on the Ubuntu servers fails, due to the package not specifying mesa-common-dev as a build-depends. (This issue is fixed in Debian, for what it'

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Carl Poirier
> i did try this and it said it couldn't satisfy the dependancies.. Hi Jake, you can still install the package this way, inserting the dependencies that need to be ignored. I built recent KiCads this way. sudo dpkg --install --ignore-depends=___ python-wxgtk3.0.deb > If I can find a few savv

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Nick Østergaard
Hi Adam I have an ubuntu 14.04 (trusty) available, but I don't use it daily though. I can still test the packages for you. Nick 2014-10-18 15:20 GMT+02:00 Adam Wolf : > *sigh* > > I have begun the backports process. https://wiki.ubuntu.com/UbuntuBackports > > What this means is that I am creati

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Adam Wolf
*sigh* I have begun the backports process. https://wiki.ubuntu.com/UbuntuBackports What this means is that I am creating a PPA of packages that are needed for KiCad and are already in 14.10 (utopic), but rejiggering the packages so they're meant for 14.04 (trusty). If I can find a few savvy vol

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Jake
i did try this and it said it couldn't satisfy the dependancies.. On Sat, 18 Oct 2014, Nick Østergaard wrote: So did you ever try what Moses suggested? https://lists.launchpad.net/kicad-developers/msg15067.html 2014-10-18 10:30 GMT+02:00 Jake : so i'm trying to install kicad on a fresh insta

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Nick Østergaard
So did you ever try what Moses suggested? https://lists.launchpad.net/kicad-developers/msg15067.html 2014-10-18 10:30 GMT+02:00 Jake : > so i'm trying to install kicad on a fresh install of Ubuntu 14.04, which is > this years' long-term support version of Ubuntu. > > it should be easy right? > >

[Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-18 Thread Jake
so i'm trying to install kicad on a fresh install of Ubuntu 14.04, which is this years' long-term support version of Ubuntu. it should be easy right? but immediately, the kicad-install.sh script says E: Unable to locate package python-wxgtk3.0 E: Couldn't find any package by regex 'python-wxgtk