mozman / ezdxf

Python interface to DXF
https://ezdxf.mozman.at
MIT License
933 stars 191 forks source link

having an issues with the ODA file converter on ubuntu 22.04. #767

Closed Chetan-Yeola closed 1 year ago

Chetan-Yeola commented 2 years ago

Hello @mozman , Your git hub repository is interesting. I am trying to read a dwg file using odafc.readfile() function. but facing some issue. UnknownODAFCError: ODA File Converter failed: return code = 127. I am using the ubuntu 22.04.

image

mozman commented 2 years ago

Sorry I can't help, but something wasn't found:

image

mozman commented 2 years ago

I added a new config option for the odafc add-on: unix_exec_path. This may help if the which command can not find the ODAFileConverter command and also adds support for AppImages provided by ODA.

This requires ezdxf v1.0.0rc1 which is not released on PyPI yet.

To use an AppImage read the updated docs for the odafc add-on: https://ezdxf.mozman.at/docs/addons/odafc.html and the current download link of the AppImage for version 23.10 is broken, use this link to version 23.9: https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_8.3dll_23.9.AppImage

Chetan-Yeola commented 2 years ago

Hi @mozman. Thanks for the reply. when new version of ezdxf comes out on PyPI?

mozman commented 2 years ago

The next release candidate 1.0.0rc1 will be published next weekend and the final 1.0.0 version will surely come later this year.

Chetan-Yeola commented 2 years ago

The next release candidate 1.0.0rc1 will be published next weekend and the final 1.0.0 version will surely come later this year. Thank you..!