Eigenstate / vmd-python

Installable VMD as a python module
Other
129 stars 24 forks source link

__init__.py not found #40

Closed sjzhao closed 2 years ago

sjzhao commented 2 years ago

Hi Robin, I used python3 setup.py build to build and got that the init script not found. Regarding the compiling, I think all the linked .so file created but I don't know the last few lines matters? Here it is: VMD installation complete. Enjoy! /bin/sh: line 0: cd: ../doc: No such file or directory running build_py package init file 'vmd/init.py' not found (or not a regular file)

Eigenstate commented 2 years ago

Those two messages can be ignored. The message about __init__.py can be ignored since the created .so file contains init instructions for the module.

sjzhao commented 2 years ago

Thank you Robin.