Closed GoogleCodeExporter closed 8 years ago
A little more info on the 'Error document empty' message. This seems to be
coming from tinyXML. A '/tmp/<name>.tap.nc.xml' file is created but it only
contains a single return character, thus the empty file message.
The '/tmp/<name>.tap' file is being created just fine.
I also tried running the generated python code outside of HeeksCAD and it
seemed to run fine.
Original comment by jcoffl...@gmail.com
on 1 Apr 2011 at 10:43
Your fix for #275 fixed this too. Thanks!
Original comment by jcoffl...@gmail.com
on 1 Apr 2011 at 11:39
I wanted to give my contribution about 'Error document empty. "
I found that this error is still returned if the postprocessor is used "Linux
Enhanced Machine Controller". While everything works if you use the
postprocessor "Linux Emc2 Controller-simplified"
By starting from the terminal returns:
Looking for default data in '/home/luigi'
Looking for default data in '/usr/lib'
Looking for default data in '/usr/lib/heekscnc'
File "/tmp/post.py", line 10
import nc.emc2
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "/usr/lib/heekscnc/backplot.py", line 8, in <module>
machine_module = __import__('nc.' + machine + '_read', fromlist = ['dummy'])
ImportError: No module named emc2_read
Original comment by barbati....@gmail.com
on 27 Apr 2011 at 7:32
Original issue reported on code.google.com by
jcoffl...@gmail.com
on 1 Apr 2011 at 10:41