Re: [PyMOL] plugin dependencies

2011-03-10 Thread Jason Vertrees
Hi Roberto, This has always been a stumbling block for PyMOL. Either you compile from source and add any modules you want, or you use what we provide in the Incentive or Academic builds. In the past, to keep PyMOL light Warren always shipped a stripped Python version. Because of PyMOL's utility

Re: [PyMOL] plugin dependencies

2011-03-10 Thread Hongbo Zhu
Just another reminder: If the version of the "external" python and the python shipped with PyMOL are different enough on the user's computer, the package might still fail to work in PyMOL even if the user has installed the package using the external python and edited the PYTHONPATH. So, how a

[PyMOL] plugin dependencies

2011-03-09 Thread rv...@libero.it
Hello everyone, my plugin needs Biopython. I wish check the Biopython installation by try: from Bio import AlignIO # or similar except ImportError: .. prompt the user with a msg .. The problem is: what the msg to the user? Downloading and installing Biopython is