Re: [PyMOL] installing pumol on suse

2010-03-22 Thread David Hall
2010/3/22 Tatsiana Kirys nus...@mail.ru: I've installed it. But i have even more errors now: nus...@linux-3mpg:~/Download/trunk/pymol python setup.py build install bunch of stuff /usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -lpng collect2: ld

Re: [PyMOL] installing pumol on suse

2010-03-22 Thread Tatsiana Kirys
Looks like you don't have the python-devel package. This provides the header files such as Python.h you need for compiling python modules. -David On Fri, Mar 19, 2010 at 5:50 PM, Tatsiana Kirys nus...@mail.ru wrote: Dear All, i'm trying to install pymol on suse. i've checked

Re: [PyMOL] installing pumol on suse

2010-03-22 Thread Tatsiana Kirys
i dont know why i'm so helpless, but i still got a bunch of messengees: running build running build_py running build_ext building

Re: [PyMOL] installing pumol on suse

2010-03-22 Thread Tatsiana Kirys
thank you for helping. I;ve installed it. But when i run it, is says OpenGL graphics engine: GL_VENDOR: Mesa Project GL_RENDERER: Software Rasterizer GL_VERSION: 1.4 (2.1 Mesa 7.6) Traceback (most recent call last): File /usr/local/lib/python2.6/site-packages/pymol/__init__.py, line

Re: [PyMOL] installing pumol on suse

2010-03-22 Thread Jason Vertrees
You need to install Python Megawidgets (Pmw) http://sourceforge.net/projects/pmw/files/Pmw/ -- Jason 2010/3/22 Tatsiana Kirys nus...@mail.ru: thank you for helping. I;ve installed it. But when i run it, is says  OpenGL graphics engine:  GL_VENDOR: Mesa Project  GL_RENDERER: Software

Re: [PyMOL] installing pumol on suse

2010-03-22 Thread Hugo Gutierrez de Teran
You must install Python megawidgets. Look for pmw on google, download and follow installation instructions (it is easy). I don't remember if you must build install again pymol after that or not. This is the last error you will have!! By the way, your PC is using MESA libraries. If you are using

Re: [PyMOL] installing pumol on suse

2010-03-22 Thread Tatsiana Kirys
yes, thank you very much, it works now! Mon, 22 Mar 2010 14:49:02 -0400 письмо от Jason Vertrees jason.vertr...@schrodinger.com: You need to install Python Megawidgets (Pmw) http://sourceforge.net/projects/pmw/files/Pmw/ -- Jason 2010/3/22 Tatsiana Kirys nus...@mail.ru: thank you

Re: [PyMOL] installing pumol on suse

2010-03-22 Thread Tatsiana Kirys
THANK YOU, it works Mon, 22 Mar 2010 17:54:05 +0100 письмо от Hugo Gutierrez de Teran hugo.te...@usc.es: You must install Python megawidgets. Look for pmw on google, download and follow installation instructions (it is easy). I don't remember if you must build install again pymol

[PyMOL] installing pumol on suse

2010-03-20 Thread Tatsiana Kirys
Dear All, i'm trying to install pymol on suse. i've checked that i have penGL, glut, libpng, tcl/tk, python, freetype2 installed. But when running python setup.py build install i got the following messages running install running build running build_py running build_ext building

Re: [PyMOL] installing pumol on suse

2010-03-20 Thread David Hall
Looks like you don't have the python-devel package. This provides the header files such as Python.h you need for compiling python modules. -David On Fri, Mar 19, 2010 at 5:50 PM, Tatsiana Kirys nus...@mail.ru wrote: Dear All, i'm trying to install pymol on suse. i've checked that i have