Hi

I am no python expert, but a couple of things jump out at me.

There has been no reference under [EMC] NML_FILE=   in the ini file 
since v2.4
Indeed if it is not commented out , EMC will fail to start with multiple 
errors.

So the call iniFile.find("EMC", "NML_FILE")) will fail on v2.4 and above.
The error in

File "/usr/lib/python2.6/posixpath.py", line 65


may well have been triggered by the same call, so I would comment line 
12 out and see what happens.


Immediately below this call at line 14 is
emcStat = emc.stat();
emcCmd = emc.command()

Note the first call is semi-colon terminated as per C and the second is 
not, I don't know if this is right either.

Line 5/6 is
gettext.install("axis", localedir=os.path.join(BASE, "share", "locale"),
unicode=True)

This should all be on one line.

I think line 52/3/4 should read
lab = Tkinter.Message(app, aspect=500, text = _("\
This window is part of the AXIS manual toolchanger.  It is safe to close\
or iconify this window, or it will close automatically after a few 
seconds."))

rather than as it is currently.

I will try to test this out later and let you know if I succeed

regards



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to