Comment 13 for bug 1308986

Revision history for this message
dormouse (dormouse) wrote :

Alvin, thank you!
Also - inkex.localize() IS working under linux/developmente release, but IS NOT working under widows-stable. I've added
try:
 inkex.localize()
except:
 pass

block and latest dxf_input.py works under windows-stable release well enough.

Also dxf_import.py has a bug - when inserts a block from .DXF a ghostly part of the block presents. After opening this dxf in QCAD and EXPLODE ghos-part disappers.