Re: [PyMOL] gui-programming

2006-02-13 Thread Charlie Moad
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

Re: [PyMOL] pymol 0.99 msvcr71.dll startup crash

2006-02-10 Thread Charlie Moad
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 "

Re: [PyMOL] pymol 0.99 msvcr71.dll startup crash

2006-02-10 Thread Charlie Moad
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.