Saturday 1 July 2017

python 2.6 - Convert .mxd to .qgs, MXD2QGS fix?


I've had a look at the following thread about using MXD2QGS and so far I've figured out that this only works with version 10.0 and Python 2.6. I installed MXD2QGS on a machine with Arc10.0 and Python 2.6 and ran the tool.


It's throwing an error:



No module named ext




I opened the python script and it imports xml.dom.ext, so I think this is where the error is occurring. I did some research and it seems to be that this module doesn't come packaged with 2.6 and I think I read that the last version it came with was 2.4. That's fine, but I'm wondering how the developer of this tool created it in 2.6? I couldn't find this module to download, so I'm also wondering if there's a workaround module?


If anyone has some suggestions, I'm all ears.


Thanks, Mike




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...