eeschema netlist plugin: read from stdin, write to stdout does not work

Bug #1328668 reported by HolgerT
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KiCad
Won't Fix
Wishlist
Unassigned

Bug Description

An user own python script accepts input via stdin and outputs to stdout by "print"-command. If the script is run in a command-line terminal, e.g.:
MyKiCADplugin.py < Inputfile.xml > outputfile.data
everything works fine. Inputfile.xml is read, processed and output is written to outputfile.data.

If the script is called as a netlist-plugin, e.g:
MyKiCADplugin.py < "%I" > "%O"
the script wrongly gets no input from KiCAD(should get content of file %I) and output is not written to %O.

Ubuntu 12.04
eeschema Build 2014-02-19 BZR 4708

tags: added: python
xzcvczx (xzcvczx)
Changed in kicad:
importance: Undecided → Wishlist
Revision history for this message
Jeff Young (jeyjey) wrote :

While I think this would be cool, it hasn't been acted on in nearly 5 years, and hasn't collected any bug heat. Closing as Won't Fix.

Changed in kicad:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.