[PyMOL] About PostScript?

2004-07-29 Thread Petro Khoroshyy
Dear All.
Is it possible to save picture in vector postscript
format?
Thanks.
Petro



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 



Re: [PyMOL] PyMOL-Debian-linux x86 package

2004-07-29 Thread Michael Banck
On Thu, Jul 29, 2004 at 04:44:32PM +0200, Vladimir Daric wrote:
 Hello I made a Debian package for Pymol (only for x86 arch). Here are 
 instructions for how to get it and how to use it.
 
 There are two ways to install pymol from a Debian package :
 
 The automatic way:
 add this line in your /etc/apt/sources.list file or ask your sys admin 
 to do so.
 deb http://debian.acidspace.net custom/
 
 The advantage of this method is that you will always have an up to date 
 version of PyMOL

What are the advantages over running the official Debian pymol package?


Michael



[PyMOL] Error: unknown setting 'stick_balls'

2004-07-29 Thread Stephane Gagne

Hi,

I get the following error mesage when I select Display -- 
Performance and Quality -- Maximum (or Reasonable) Performance :

Error: unknown setting 'stick_balls'

I trace the error to modules/pymol/util.py, where there are a couple 
of occurences of 'stick_balls' that I think should be 'stick_ball'.


I am not sure if the change in settings gets completed, since for the 
two choices that refer to 'stick_balls' I do not get the PyMOLrebuild 
message like I get for the two higher quality choices that properly call 
for 'stick_ball'.


In any case, here is the diff file for those interested:

--- modules/pymol/util.py   2004-07-08 14:12:00.0 -0400
+++ modules/pymol/util.py.new   2004-07-29 14:56:53.673856552 -0400
@@ -267,7 +267,7 @@
  cmd.set('sphere_quality',1)
  cmd.set('cartoon_sampling',6)
  cmd.set('transparency_mode',2)
-  cmd.set('stick_balls',0.0)
+  cmd.set('stick_ball',0.0)
  cmd.do(rebuild)
   else: # maximum performance

  cmd.set('line_smooth',0)
@@ -278,7 +278,7 @@
  cmd.set('sphere_quality',0)
  cmd.set('cartoon_sampling',3)
  cmd.set('transparency_mode',0)
-  cmd.set('stick_balls',0.0)
+  cmd.set('stick_ball',0.0)
  cmd.do(rebuild)
  


Cheers,

Stéphane

--

=
Stéphane M. Gagné, Ph.D.
Professeur, biochimie et CREFSIP
3255 pavillon Marchand
Université Laval, Québec, Canada G1K 7P4
Téléphone (bureau):  (418) 656-7860
Téléphone (labo):(418) 656-2131, poste 4530
Télécopieur (Fax):   (418) 656-7176
courrier électronique: sga...@rsvs.ulaval.ca
=