radiovar.get() seems to work fine for me with the code you provided.
You mention .get() but you never say radiovar.get(), so is that what
you meant? Also, radiovar.set(2) works as well for changing the
selection.
- Charlie
On 2/13/06, Martin Weisel wrote:
> Hi folks,
>
> I figured out how to p
I want to reiterate you don't need this file at linking time, so
hopefully future builds of pymol won't use it and hopefully no one
will run into this problem.
On 2/10/06, Yusuf Tanrikulu wrote:
> Hi,
>
> I had the same problem with the new release of PyMOL. Just search for
> the requested file "
This is a long shot but we ran into this error with matplotlib
and python2.4 using MingW. Basically we removed the linking
references to msvcr71 in "distutils/cygwinccompiler.py", specifically
in the Mingw32CCompiler class. The link is not needed, and this
removed the error mentioned below.