rsion 0.99beta29 works fine with the same driver.
tried on Fedora Core 4 with Mesa 6.2.1, beta31 works fine.
so it seems to be a problem with nvidia driver. not sure about 7676.
Thanks
Dmitriy
import _cmd
ImportError: /home/dim/tmp/pymol/lib/python2.4/site-packages/pymol/_cmd.so:
undefined symbol: TypeInit
What is this "TypeInit" ?
beta29 compiles and runs on Mandriva 2006 and Fedora Core 4.
Latest from cvs do not.
Does anyone have the same problem?
Thanks
Dmitriy
Hello everyone
It seems to be a problem with loading an .xyz file as a chempy model.
For example doing
from chempy import io
m = io.xyz.fromFile("some.xyz")
gives:
chempy: reading "some.xyz".
Traceback (most recent call last):
File "", line 1, in ?
File &quo
ram.
Pymol ver. 20beta I think (latest from CVS)
Help is really appreciated
Thanks
Dmitriy
;pymol'):
e.wait(0.01)
Goes in an endless loop.
I've tried print dir(__main__) just before this loop. When PyMol is
launched not from a function, __main__ indeed have attributes '__main__' and
'pymol'. Launched from a function, there are no '__main__' or 'pymol', but
'funct'.
I'll really appreciate any help or hints how make it possible to launch
PyMol from a function or from a method of some class.
Dmitriy
o sticks...
Running it "python launch_demo.py" will wait for a second and return
segmentation fault.
If someone knows what's going on, please help me.
Thanks
Dmitriy Bryndin
eone knows the way, it will be helpful.
But the main question is WHY it does not compile. Is it somthing wrong
with PyMol code?
As much as I know, this parameter do additional code checks for things like
buffer owerflow. Which itent to be useful.
Thanks
Dmitriy Bryndi