Re: [PyMOL] can't save pdb from within pymol

2011-01-29 Thread Jason Vertrees
Hi David (and list), Your PyMOL sessions are fine, it's the save syntax you're using. Please use the following syntax when saving via the command line: save fileName.pdb, aPyMOLSelection It's important that the filename come first, and be immediately followed by a comma. Please check "help save

Re: [PyMOL] dialogs in pyMOL

2011-01-29 Thread Jason Vertrees
Hi, Just calling tkMessagebox like that causes a Tcl error which confuses PyMOL, causing the crash. Try this code instead: # begin Python block python import tkMessageBox tkMessageBox.showinfo("title", "msg") # end python block of code python end This wraps the code as one block and sends

[PyMOL] Spam

2011-01-29 Thread Jason Vertrees
Greetings, Due to increased spam attempts, I've temporarily stopped the creation of new accounts. Once we get a handle on a better spam system, I'll open up registration again. If you want an account, please let me know. I'll update the list once the new protection is installed. Cheers, -- Ja