Re: [PyMOL] To all PyMOL supporters, a message from DeLano Scientific

2009-11-05 Thread Jerome Pansanel
It is a very sad news. I've been asked to perform a PyMOL training next year in France. I will dedicate this session to his memory. If I can help anyway, tell me. Best regards, Jerome Pansanel Le jeudi 05 novembre 2009 21:27:38, Jason Vertrees a écrit : > PyMOLers, > > I have

Re: [PyMOL] Pymol update and plugins?

2007-11-08 Thread Jerome Pansanel
version of PyMOL and copy the plugins (you can find them in a pmg_tk/startup directory) in the new pmg_tk/startup directory. You don't need to copy: apbs_tools.py __init__.py remote_pdb_load.py as these modules are provided by PyMOL. Cheers, Jerome Pansanel Le jeudi 8 novembre 2007 15:44, X

Re: [PyMOL] Adding python modules

2007-03-09 Thread Jerome Pansanel
Try to copy MySQLdb into: C:\Program Files\DeLano Scientific\PyMOL\py24\Lib\site-packages\ Jerome Pansanel Le vendredi 9 mars 2007 19:54, DeVill a écrit : > Hi! > > I know that as well... what I don't know is how to install it under PyMOL. > If I were using simply python, than

Re: [PyMOL] Adding python modules

2007-03-09 Thread Jerome Pansanel
File "C:\Program Files\DeLano > Scientific\PyMOL/modules\pmg_tk\startup\dbsearch.py", line 54, in ? > import MySQLdb > ImportError: No module named MySQLdb > Error: unable to initialize plugin 'dbsearch'. > > Bye > DeVill > > 2007/3/9, Jerome Pan

Re: [PyMOL] Adding python modules

2007-03-09 Thread Jerome Pansanel
Hi, Take a look on this plugin: http://pymol-plugins.sourceforge.net/dbsearch.html Cheers, Jerome Pansanel Le vendredi 9 mars 2007 14:24, DeVill a écrit : > Hi! > > I would like to use direct mysql connection to a database in a plugin. Can > you please tell me if there is a way to

[PyMOL] Plugin for Open Babel

2007-02-22 Thread Jerome Pansanel
id=222732 Cheers, Jerome Pansanel

Re: [PyMOL] chempy documentation

2006-11-20 Thread Jerome Pansanel
Hi, Frowns is another Python-based chemical informatics library, but is no more maintained. A great idea would be to initiate such project. We could based the design on the CDK library (http://cdk.sourceforge.net/). Comments or suggestions ? Cheers, Jerome Pansanel Le lundi 20 novembre

Re: [PyMOL] PDB loader

2006-10-18 Thread Jerome Pansanel
db.gz') + pdbStream = StringIO.StringIO( pdbFile.read() ) + pdbData = gzip.GzipFile(fileobj=pdbStream) + cmd.read_pdbstr(pdbData.read(), self.pdbCode) *** If you have problem to deal with such piece of code, I can send you the complete plugin. C

Re: [PyMOL] Hydrogen bonds

2006-08-24 Thread Jerome Pansanel
Dear Selvaraj, You will find useful resources about hydrogen bonding with PyMOL on: http://www.rubor.de/bioinf/tips_modeling.html#addhbond Regards, Jerome Pansanel Le mercredi 23 août 2006 22:48, selva raj a écrit : > Dear Pymol users, >Would anyone tell me how to draw hydrogen

Re: [PyMOL] Displaying Disulphide bonds using Pymol

2006-06-22 Thread Jerome Pansanel
Hello, You can find some documentation about sulfur bonds on this page: http://www.pymolwiki.org/index.php/Process_All_Files_In_Directory If you are not successfull by using this resource, don't hesitate to post again. Cheers, Jerome Pansanel Selon Nagesh Chakka : > Hello everyone

Re: [PyMOL] New plugins - where should they be release to?

2006-05-19 Thread Jerome PANSANEL
e pymol wiki (there is Plugin directory). You can add a new category for swissprot plugin and use the pdb category for the first plugin. Regards, Jerome Pansanel > All comments and bugs please send an e-mail. > > Cheers > Noel

Re: [PyMOL] (small) Pymol feature request--filter for edit settings window

2006-04-20 Thread Jerome PANSANEL
self.command(result='Done') ### This code works fine on my linux box. If you have some problem, don't hesitate to ask me ! Cheers, Jerome Pansanel Le Mardi 18 Avril 2006 18:02, Michelle Gill a écrit : > While we're discussin

Re: [PyMOL] (small) Pymol feature request--filter for edit settings window

2006-04-20 Thread Jerome PANSANEL
self.command(result='Done') ### This code works fine on my linux box. If you have some problem, don't hesitate to ask me ! Cheers, Jerome Pansanel Le Mardi 18 Avril 2006 18:02, Michelle Gill a écrit : > While we're discussin

Re: [PyMOL] Sequence view print out

2006-03-01 Thread Jerome PANSANEL
u want. Don't hesitate to ask for more features, Cheers, Jerome Pansanel > Thanks > > J

Re: [PyMOL] Sequence view print out

2006-03-01 Thread Jerome PANSANEL
u want. Don't hesitate to ask for more features, Cheers, Jerome Pansanel > Thanks > > J

Re: [PyMOL] output formats

2006-02-09 Thread Jerome PANSANEL
Hi, I think this software could be used: http://www.tb-software.com/products3.html http://www.tb-software.com/download/3dto3dsrc.zip It's free (as in beer ideology). Jerome Pansanel Le Mercredi 08 Février 2006 19:29, scott_lu...@med.unc.edu a écrit : > Thank you Jerome. > > Do y

Re: [PyMOL] output formats

2006-02-08 Thread Jerome PANSANEL
o OBJ file. Cheers, Jerome Pansanel Le Mercredi 08 Février 2006 05:03, scott_lu...@med.unc.edu a écrit : > Is there any way to output in any of the following file formats? > .max, .drf > .3ds, .prj > .ai > .dem, .xml, .ddf > .dwg, .dxf > .fbx > .htr > .ige, .igs, .i

Re: [PyMOL] Selecting residues on surface only

2006-01-11 Thread Jerome PANSANEL
sidues on the (outside) surface of a cavity, with their labels)? I publish today a pre-release of a PyMOL tutorial in french : http://www.pansanel.net/chemistry/resources/PymolIntroduction.pdf You can take a look ! Jerome Pansanel > Thanks! > > -Charlotte > > > > >

RE: [PyMOL] Python scripting for Pymol

2006-01-08 Thread Jerome Pansanel
(name) pymol.cmd.refresh() pymol.cmd.delete(name) Works fine with a Centrino (1.6GHz) laptop and Linux Debian (sarge). Thanks, Jerome Pansanel Selon Warren DeLano : > Jerome, > > Try calling > >pymol.cmd.refresh() > > before > >pymol.cmd.png(name) &

[PyMOL] Python scripting for Pymol

2006-01-06 Thread Jerome PANSANEL
e) It works fine only if I have the function time.sleep(1). If not, I have only empty pictures. Is there another solution to delete the molecule only when the png file has been written ? Thanks, Jerome Pansanel

[PyMOL] New PyMOL plugin

2005-11-05 Thread Jerome Pansanel
ck on a result line, the structure is open into the PyMOL visualization window. You can find the plugin at this address: http://www.pansanel.net/chemistry/resources/pymol_pdbsearch.tar.gz I'm waiting for your comments ! Thanks Jerome Pansanel

Re: [PyMOL] Plugins

2005-10-25 Thread Jerome PANSANEL
ted!! Hi, Here is a usefull resource : http://www.pymolwiki.org/index.php/Category:Plugins_Tutorial Jerome Pansanel

[PyMOL] New plugin

2005-10-20 Thread Jerome PANSANEL
heers, Jerome Pansanel

Re: [PyMOL] PyMol training

2005-10-10 Thread Jerome PANSANEL
Hi, I've planned to write a french training document for PyMOL. I would enjoy that some people help me by reading my draft, before I release it. This document will be released under a Creative Common License (cc). Thanks, Jerome Pansanel Le Lundi 10 Octobre 2005 09:29, Kristian Rot

Re: [PyMOL] [OT] alternative python module

2005-07-25 Thread Jerome PANSANEL
Hello, You can find modules inside some software package, like: PyQuante (http://pyquante.sourceforge.net/) FROWNS (http://frowns.sourceforge.net/) MMTK (http://starship.python.net/crew/hinsen/MMTK/) All these software are free software. Regards, Jerome PANSANEL -- Jerome PANSANEL http