Atro,

Python as a scripting environment isn't configured for that style of use, where 
all of the cross-platform components are shared in common and only the 
platform-specific binaries are separated.  PyMOL follows Python in this 
respect.  Though it might be possible to pull something like that off, the 
megabytes saved per time spent wouldn't be worth the trouble.  

[Aside:  I don't know what prices are like in Europe, but here in the US disk 
space is running 50-70 cents a GB.  Thus, a complete platform-specific binary 
PyMOL install uses about 2 cents worth of disk space, and a complete build with 
all dependencies from source with object code costs about a quarter (0.25 USD).]
 
As for the error -- either the _cmd.so binary isn't installed in the right 
place, or it is for a different platform.

Cheers,
Warren

--
Warren L. DeLano, Ph.D.                     
Principal Scientist

. DeLano Scientific LLC  
. 400 Oyster Point Blvd., Suite 213           
. South San Francisco, CA 94080 USA   
. Biz:(650)-872-0942  Tech:(650)-872-0834     
. Fax:(650)-872-0273  Cell:(650)-346-1154
. mailto:war...@delsci.com      
 

> -----Original Message-----
> From: pymol-users-ad...@lists.sourceforge.net 
> [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of 
> Atro Tossavainen
> Sent: Friday, May 05, 2006 7:18 AM
> To: pymol-users@lists.sourceforge.net
> Subject: [PyMOL] That _cmd thing
> 
> Hello,
> 
> I've built pymol 0.99 manually according to the INSTALLATION 
> VIA COMPILATION instructions.  I don't want to have a second 
> copy of all the dependencies which I already have anyway, and 
> I want to have pymol for multiple flavours of UNIX in the 
> same directory on a shared network file system if possible.
> Now I'm hitting that famous bit:
> 
> $ ./pymol
> Traceback (most recent call last):
>   File "/{my PYMOL_PATH}/modules/pymol/__init__.py", line 109, in ?
>     import pymol
>   File "/{my PYMOL_PATH}/modules/pymol/__init__.py", line 353, in ?
>     import _cmd
> ImportError: No module named _cmd
> 
> Am I trying something that can't be accomplished?
> 
> -- 
> Atro Tossavainen (Mr.)               / The Institute of 
> Biotechnology at
> Systems Analyst, Techno-Amish &     / the University of 
> Helsinki, Finland,
> +358-9-19158939  UNIX Dinosaur     / employs me, but my 
> opinions are my own.
> < URL : http : / / www . helsinki . fi / %7E atossava / > NO 
> FILE ATTACHMENTS
> 
> 
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
dat=121642
> _______________________________________________
> PyMOL-users mailing list
> PyMOL-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pymol-users
> 
> 
> 
> 

Reply via email to