Re: [Kicad-developers] BUG FIXED: Opening pcbnew from kicad: ImportError: No module named pcbnew

2016-01-12 Thread Clemens Koller
A short follow up: On 2016-01-10 17:13, Clemens Koller wrote: > I am currently back to: > cmake -DCMAKE_INSTALL_PREFIX=~/SW \ > -DDEFAULT_INSTALL_PATH=~/SW \ > -DKICAD_SKIP_BOOST=ON \ > -DKICAD_SCRIPTING=ON \ > -DKICAD_SCRIPTING_MODULES=ON \ > -DKICAD_SCRIPTIN

Re: [Kicad-developers] BUG FIXED: Opening pcbnew from kicad: ImportError: No module named pcbnew

2016-01-12 Thread Blair Bonnett
On 13 January 2016 at 13:02, Clemens Koller wrote: > > So, it looks that we are fine from Python 2.7 up to Python 3.5.1 > (Slight hijack of the thread follows). The main CMakeLists.txt file requires Python 2.x (2.6 or 2.7 if I am reading it correctly). Is there some incompatibility with Python

Re: [Kicad-developers] BUG FIXED: Opening pcbnew from kicad: ImportError: No module named pcbnew

2016-01-12 Thread Wayne Stambaugh
On 1/12/2016 8:38 PM, Blair Bonnett wrote: > On 13 January 2016 at 13:02, Clemens Koller > wrote: > > > So, it looks that we are fine from Python 2.7 up to Python 3.5.1 > > > (Slight hijack of the thread follows). > > The main CMakeLists.txt file requires Python 2.x

Re: [Kicad-developers] BUG FIXED: Opening pcbnew from kicad: ImportError: No module named pcbnew

2016-01-12 Thread Blair Bonnett
Thanks Wayne. For anybody else wondering, there is a rewrite of wxPython underway, Project Phoenix. Not clear how close it is to being usable though. Blair On 13 January 2016 at 15:15, Wayne Stambaugh wrote: > On 1/12/2016 8:38 PM, Blair Bonnett wrote: > > On 13 January 2016 at 13:02, Clemens

Re: [Kicad-developers] BUG FIXED: Opening pcbnew from kicad: ImportError: No module named pcbnew

2016-01-12 Thread tiger12506
I've heard Phoenix mentioned twice now. http://wiki.wxpython.org/ProjectPhoenix This language here ``` Phoenix is the code name of for the new version of wxPython. I called this the Phoenix project because in the process of doing this project wxPyth

Re: [Kicad-developers] BUG FIXED: Opening pcbnew from kicad: ImportError: No module named pcbnew

2016-01-12 Thread Blair Bonnett
I haven't used it -- hadn't even heard if it till my Google search just before! -- but from what I've read it is fresh set of Python bindings, not worrying about backwards compatibility (i.e., wxPython code won't just work). As far as I can tell it is designed to work with both Python 2 and Python