Eigenstate / vmd-python

Installable VMD as a python module
Other
132 stars 25 forks source link

some problems in python #35

Open ABChh26 opened 3 years ago

ABChh26 commented 3 years ago

Hi,Robin!I tried to code by python like you! When I typed "from vmd import molecule,molrep",it warnning with red color line under "molecule,molrep",were i install wrong vmd package,but i,m not fortunately find the true!I had installed module vmd-python,it,s useless.Copying your code is also useless,so sad !Hoping your reply!Thank you sincerely!And please send me right,full vmd package!

UnicornH commented 3 years ago

same problem

UnicornH commented 3 years ago

Could you please help me fix it?

Eigenstate commented 3 years ago

Hi,

In order to help you solve your problem I need more details.

  1. Syntax highlighting in IDEs often doesn't work on binary packages. So red squiggly lines under "from vmd import molecule" don't mean anything.

  2. What is "useless"? What are the exact commands you are entering, and what is happening that is unexpected? What's the error message or output, if any? How are you installing vmd-python? Without more information, I can't help you.