Attributes in privates methods

2010-02-19 Thread Yasser Almeida Hernández
-- Yasser Almeida Hernández, BSc Center of Molecular Inmunology (CIM) Nanobiology Group P.O.Box 16040, Havana, Cuba Phone: (537) 214-3178 alme...@cim.sld.cu Correo FENHI -- http://mail.python.org/mailman/listinfo/python-list

TODO and FIXME tags

2009-11-17 Thread Yasser Almeida Hernández
Hi all.. Sorry if this question sound elemental. How is the sintaxis for set the TODO and FIXME tags...? Thanks -- Lic. Yasser Almeida Hernández Center of Molecular Inmunology (CIM) Nanobiology Group P.O.Box 16040, Havana, Cuba Phone: (537) 271-7933, ext. 221

Run a external program.

2009-11-14 Thread Yasser Almeida Hernández
in a python shell, it works... What's wrong? Please help me... Thanks -- Lic. Yasser Almeida Hernández Center of Molecular Inmunology (CIM) Nanobiology Group P.O.Box 16040, Havana, Cuba Phone: (537) 271-7933, ext. 221 Correo FENHI

Re: Run a external program.

2009-11-14 Thread Yasser Almeida Hernández
So, how can i pass an argument as a variable in this context...? Quoting MRAB pyt...@mrabarnett.plus.com: Yasser Almeida Hernández wrote: Hi all!! I'm writing a script where i call a external program which receive some arguments. One of this arguments is stored in a variable

Re: Run a external program.

2009-11-14 Thread Yasser Almeida Hernández
All ran ok!! Thanks a lot Quoting MRAB pyt...@mrabarnett.plus.com: Yasser Almeida Hernández wrote: So, how can i pass an argument as a variable in this context...? You can't pass arbitrary values on a command line. In this case, why not just pass the path of the file? s = 'command %s -i