I am getting a crash in PCBnew (Kicad RC_1272007 recent off FTP linux) when I have tried to export HPGL Files. 32bit Ubuntu linux/FluxBox 6.10 on 2.6ghz AMD64...
I've been using Kicad for my into to electronics class and find it a very helpful tool... thanks to all the devs for the hard work! Last night, I found a minor...
Hallo, is there possibility to include only library name(s) to schematic file? The problem is, that there is (for now) stored absolute path in file so when I...
Le Wed, 18 Apr 2007 09:36:14 -0000 ... AFAIK, there is no such possibility within the graphical interface, unfortunately. But I have successfully used relative...
Stéphane Goujet
stephane.goujet@...
Apr 18, 2007 3:30 pm
231
Hallo, see below: ... I know that this is a solution, but by mens of this you just solve result, not cause. What I wanted to say is, that storing library path...
Here is a patch to add the base of Python binding to kicad ( I am still working on it), it applies on the last stable kicad release. Please let me know your...
Here is the (final?) version of this patch, for now Kicad with minor fixes, next patches will stack on it. At kicad start time, python scripts are executed in...
... Hum, I received it from the ML but here it is again ... (I attached both the first and the second one, apply first python-support then py-runscript) BTW, I...
Just a question. Are all the patches and other bells and whistles, being applied to us Windoze users or is this a linux thing. If these things are being...
Hi William You are not right. Xilinx ISE available for Linux. We use this tools last year. It works well. Our OS - Suse 10.1, 10.2, Debian Etch With my best...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File :...
kicad-devel@yahoogrou...
Apr 21, 2007 12:56 am
241
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File :...
kicad-devel@yahoogrou...
Apr 21, 2007 12:56 am
242
Don't buy a Windows C compiler (especially not MS Visual C++ - it really sucks goats) Take a look at MinGw, this allows you to run the free best-in-the-world...
I resend this patch, since it was not properly applying (dos2unix problems) ... 3d-viewer/makefile.gtk | 1 3d-viewer/makefile.include | 2 common/edaappl.cpp |...
DELIZY Florian
florian.delizy@...
Apr 21, 2007 12:34 pm
244
I am adding one by one my patches in the Files section of the yahoo group, in folder : python support patches (&co) Please have a look (I'll send a notice on...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Apr 22, 2007 12:29 am
246
3rd python support patch This patch adds the multiple file handling ability to Kicad, from now on all files included in the project directory are shown in the...
DELIZY Florian
florian.delizy@...
Apr 22, 2007 12:30 am
247
4th patch: module handling This patch adds the python module handling to pyhandler.cpp to create a binding, just create a C global scope function, in which you...
DELIZY Florian
florian.delizy@...
Apr 22, 2007 6:14 pm
248
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Apr 22, 2007 6:16 pm
249
5th python patch: Event Handling This patch adds the following Python Functions: common.RegisterCallback ( 'key', func ): registers func ( def func( param ) )...
DELIZY Florian
florian.delizy@...
Apr 22, 2007 11:10 pm
250
6th patch This patch adds the ability to create, rename, delete files from the project editor new events are also bound to Python: kicad::RenameFile => the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Apr 23, 2007 7:43 pm
252
(resend, again due to dos2unix problems) This patch adds the ability to create, rename, delete files from the project editor new events are also bound to...
DELIZY Florian
florian.delizy@...
Apr 24, 2007 9:48 pm
253
7th patch: wxPython bind add This patch adds wxPython binding, and some functions, it is now possible to use any wxWidget component from python. (You will need...
DELIZY Florian
florian.delizy@...
Apr 26, 2007 9:27 pm
254
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Apr 26, 2007 9:47 pm
255
7th patch: wxPython bind add This patch adds wxPython binding, and some functions, it is now possible to use any wxWidget component from python. (You will need...
DELIZY Florian
florian.delizy@...
Apr 26, 2007 10:02 pm
257
I am attaching the documentation I wrote about the python binding API in Kicad. This documentation refers to code I didn't sent yet (the patch is not ...