Re: [PyMOL] debian: error in opening pymol

2006-06-21 Thread Michael Banck
On Fri, Jun 09, 2006 at 12:30:01PM +0530, Arvind Marathe wrote:
 Error: unable to initialize plugin 'apbs_tools'.

I don't think this is the default, did you install over a local version
or something?


Michael



Re: [PyMOL] debian: error in opening pymol

2006-06-09 Thread Arvind Marathe
Thanks a lot Robert. The GUI opens now but with the following error given
below. I can load a molecule and perform basic operations though. Do I
need to install anything more or do anything else to get rid of the error?

Regards,
Arvind


File /usr/lib/python2.3/site-packages/pmg_tk/PMGApp.py, line 109, in
initialize_plugins
__builtin__.__import__(mod_name)
  File /usr/lib/python2.3/site-packages/pmg_tk/startup/apbs_tools.py,
line 41, in ?
import distutils.spawn # used for find_executable
ImportError: No module named distutils.spawn
Error: unable to initialize plugin 'apbs_tools'.


 Hi Arvind,

 * Arvind Marathe arv...@mbu.iisc.ernet.in [2006-06-09 00:14] wrote:
 Hi all,
 my system is a newly installed debian-3.1 linux. 'pymol' seems to be part
 of the installed package. But when I try to open pymol, I get the
following error:
 
$ pymol
 Traceback (most recent call last):
   File /usr/lib/python2.3/site-packages/pymol/__init__.py, line 329,
 in ?
 import _cmd
 ImportError: libglut.so.3: cannot open shared object file: No such file or
 directory
 
Can somebody please point out the cause and the remedy? I have never
used
 pymol before and this was my first try.

 You need to install the freeglut3 package:

   apt-get install freeglut3

 should take care of it for you.

 Cheers,
 Rob
 --
 Robert L. Campbell, Ph.D.
 Senior Research Associate/Adjunct Assistant Professor
 Department of Biochemistry, Queen's University
 Kingston, ON K7L 3N6  Canada
   r...@post.queensu.ca http://adelie.biochem.queensu.ca/~rlc
phone: 613-533-6821fax: 613-533-2497
   PGP Fingerprint: 9B49 3D3F A489 05DC B35C  8E33 F238 A8F5 F635 C0E2


 ___
 PyMOL-users mailing list
 PyMOL-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pymol-users







Re: [PyMOL] debian: error in opening pymol

2006-06-09 Thread Esben Jannik Bjerrum
This is probably more of a installation/debian problem than a pymol
problem.

I would say that somehow the freeglut3 package is not installed on your
system.

apt-get install freeglut3 should solve it.

However the Pymol package depends on freeglut3 so there might be more
wrong with your system. try apt-get -f install to search for broken
dependensies. How did you install pymol?

Otherwise install manually from a downloaded .tgz from the pymol
homepage. That way you'll also get the newest version.

Esben

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



[PyMOL] debian: error in opening pymol

2006-06-08 Thread Arvind Marathe
Hi all,
my system is a newly installed debian-3.1 linux. 'pymol' seems to be part
of the installed package. But when I try to open pymol, I get the
following error:


$ pymol
Traceback (most recent call last):
  File /usr/lib/python2.3/site-packages/pymol/__init__.py, line 329, in ?
import _cmd
ImportError: libglut.so.3: cannot open shared object file: No such file or
directory


Can somebody please point out the cause and the remedy? I have never used
pymol before and this was my first try.

Thanks in advance
Regards,
Arvind





Re: [PyMOL] debian: error in opening pymol

2006-06-08 Thread Robert Campbell
Hi Arvind,

* Arvind Marathe arv...@mbu.iisc.ernet.in [2006-06-09 00:14] wrote:
 Hi all,
 my system is a newly installed debian-3.1 linux. 'pymol' seems to be part
 of the installed package. But when I try to open pymol, I get the
 following error:
 
 
 $ pymol
 Traceback (most recent call last):
   File /usr/lib/python2.3/site-packages/pymol/__init__.py, line 329, in ?
 import _cmd
 ImportError: libglut.so.3: cannot open shared object file: No such file or
 directory
 
 
 Can somebody please point out the cause and the remedy? I have never used
 pymol before and this was my first try.

You need to install the freeglut3 package:

  apt-get install freeglut3

should take care of it for you.

Cheers,
Rob
-- 
Robert L. Campbell, Ph.D.
Senior Research Associate/Adjunct Assistant Professor 
Department of Biochemistry, Queen's University
Kingston, ON K7L 3N6  Canada
  r...@post.queensu.ca http://adelie.biochem.queensu.ca/~rlc
  phone: 613-533-6821fax: 613-533-2497
  PGP Fingerprint: 9B49 3D3F A489 05DC B35C  8E33 F238 A8F5 F635 C0E2