I was able to get rid of this error by installing a new version of a
Framework build for libpng from
http://ethan.tira-thompson.com/Mac_OS_X_Ports.html
I also switched to using the non homebrew version which I installed from
source using "python setup.py install".
Now I can get the pymol window to show up and also import pymol inside
python scripts without any error.
But as expected I cannot get the external GUI to work.
I tried installing Pmw and it complains about "tkinter" . Once I force it
to use the Tkinter as tkinter
import sys,Tkinter
sys.modules["tkinter"] = Tkinter
Then the Pmw window does not show up and crashes.
These are all old issues I am sure and I am hoping there is an easy fix.
Sorry for using a 32 bit OSX machine running 10.6.8..but I recently
resurrected it with a SSD and it actually runs faster than my Ubuntu Linux
machine running 13.04.
Hari
On Fri, Aug 2, 2013 at 10:48 AM, hari jayaram <hari...@gmail.com> wrote:
> Hi ,
>
> I was able to use the latest homebrew pymol formula and install pymol
> after making sure that tcl-tk was installed with --enable-threads and
> --with-x11 and python was configured --with-brewed-tk
>
>
> The pymol build proceeded to completion.
>
> However when I launch pymol I get the following error ( see below)
> Does anyone know what I am doing wrong.
>
> I am (sadly still) using a 32 bit Mac OSX Snow Leopard 10.6.8 laptop .
>
> Thanks
> Hari
>
>
> hari-jayarams-macbook-pro-17:~ hari$ pymol
> Traceback (most recent call last):
> File "/usr/local/Cellar/pymol/
> 1.6.0.0/lib/python2.7/site-packages/pymol/__init__.py", line 185, in
> <module>
> import pymol
> File "/usr/local/Cellar/pymol/
> 1.6.0.0/lib/python2.7/site-packages/pymol/__init__.py", line 499, in
> <module>
> from pymol import _cmd
> ImportError: dlopen(/usr/local/Cellar/pymol/
> 1.6.0.0/lib/python2.7/site-packages/pymol/_cmd.so, 2): Symbol not found:
> _png_check_sig
> Referenced from: /usr/local/Cellar/pymol/
> 1.6.0.0/lib/python2.7/site-packages/pymol/_cmd.so
> Expected in: flat namespace
> in /usr/local/Cellar/pymol/
> 1.6.0.0/lib/python2.7/site-packages/pymol/_cmd.so
>
>
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net