Re: [Kicad-developers] adamwolf-kicad-scripting-testing-daily ppa - import pcbnew not working

2012-10-26 Thread Hans Henry von Tresckow
Ok, here is what I get from today's install: henry@Dr-Bunsen:~/kicad/LCD Driver$ pcbnew Traceback (most recent call last): File "", line 3, in ImportError: No module named pcbnew henry@Dr-Bunsen:~/kicad/LCD Driver$ It looks like the pcbnew module is not getting packaged somehow. Here is the v

Re: [Kicad-developers] Scripting build on Windows

2012-10-26 Thread Brian Sidebotham
On 26 October 2012 10:20, Miguel Angel Ajo Pelayo wrote: > Thanks for your effort Brian, > > Not sure if it's possible to remove the Cairo dependency in wxPython may > be it's worth trying. > >In the other hand, I had some usage planned for Cairo (like SVG > rendering, which could be *cool

Re: [Kicad-developers] Scripting build on Windows

2012-10-26 Thread Lorenzo Marcantonio
On Fri, Oct 26, 2012 at 09:41:52AM -0500, Dick Hollenbeck wrote: > Where is the windows package management? MSI actually is the package management system... it runs as a system service with more privileges than administrator (useful to install viruses XD) -- Lorenzo Marcantonio Logos Srl __

Re: [Kicad-developers] Scripting build on Windows

2012-10-26 Thread Dick Hollenbeck
Where is the windows package management? Where are the online source code and executable repositories? Linux has had this support for what, 15 years or so? Yet Windows has what share of the desktop market? Color me baffled. The sheeple aught to wake up and help themselves. "Add / Remove Progr

Re: [Kicad-developers] Scripting build on Windows

2012-10-26 Thread Miguel Angel Ajo Pelayo
Thanks Brian, It makes full sense to me, In the end, with this dependency removed, the user can install cairo later to it's python installation, and make use of it if he wanted to do in his own scripts, Cheers! :) 2012/10/26 Brian Sidebotham > On 26 October 2012 10:20, Miguel Angel Ajo Pelayo

Re: [Kicad-developers] Scripting build on Windows

2012-10-26 Thread Brian Sidebotham
On 26 October 2012 10:20, Miguel Angel Ajo Pelayo wrote: > Thanks for your effort Brian, > > Not sure if it's possible to remove the Cairo dependency in wxPython may > be it's worth trying. > >In the other hand, I had some usage planned for Cairo (like SVG > rendering, which could be *cool

Re: [Kicad-developers] Scripting build on Windows

2012-10-26 Thread Miguel Angel Ajo Pelayo
Thanks for your effort Brian, Not sure if it's possible to remove the Cairo dependency in wxPython may be it's worth trying. In the other hand, I had some usage planned for Cairo (like SVG rendering, which could be *cool* when we wanted to build web services based in pcbnew libraries or si

Re: [Kicad-developers] Scripting build on Windows

2012-10-26 Thread Brian Sidebotham
On 25 October 2012 11:50, Brian Sidebotham wrote: > On 25 October 2012 11:40, Miguel Angel Ajo Pelayo wrote: >> >> You're right Brian, that's the reason why you couldn't see the scripting >> console button at the toolbar >> and pcbnew didn't incorporate the scripting "ui" things inside, the lack