On 15 November 2010 18:28, Viesturs Lācis <[email protected]> wrote: > > How do I implement the changes in axis.py script? > Currently I see only one option: > 1) get source code of the desired EMC2 version; > 2) change axis.py script; > 3) compile the program by running ./configure and /make and /make > install commands
Python is interpreted. Any changes you make to the axis.py script in your emc installation directory should have immediate effect with no compilation. However, I think the GUI is defined in share/axis/axis.tcl Changes there have immediate effect the next time you start EMC too (with no need to compile) GladeVCP might be worth waiting for: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GladeVcp -- atp ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
