PyMeshLab
PyMeshLab copied to clipboard
ImportError: DLL load failed while importing pmeshlab
while i runing: import pymeshlab
ms = pymeshlab.MeshSet () ms.load_new_mesh (ipath) ms.save_current_mesh (opath)
The following error occor:
Traceback (most recent call last):
File "
after downloading the pmeshlab package from https://github.com/JeanMaximilienCadic/pmeshlab and drag the folder to the index, the following error occor: ImportError: cannot import name 'Mesh' from partially initialized module 'pymeshlab' (most likely due to a circular import) (..\Documents\Anaconda\lib\site-packages\pymeshlab_init_.py)
it would be appreciated if u have any solution~