[Pipet Devel] more nice interfaces

Konrad Hinsen hinsen at cnrs-orleans.fr
Fri Feb 26 09:51:50 EST 1999


> Questions:
>  * how can I combine a python module with a python class definition
>    I want to add python code to the c-module ...

Sorry, I don't understand what you are trying to do. Something
with Python and C and modules... Could you give a more detailed
description?

>  * how can I implement this tcl code in python ?
>    foreach i  "reverse coplement antiparallel" {
>        puts [eval bb_sequence.$i $seq]
>    }

I'd have to know what the Tcl code means! I suppose it's a loop
over three strings, which in Python is

for i in ["reverse" "coplement" "antiparallel"]:
    ....

But I don't understand the stuff with "puts" etc.

>  * what minimum set do I need for compiling gnome canvas ?
>    I really dont want to compile all possible (sound,game ..) modules on my 
>    solarisbox ...

You mean Python modules? Certainly no more than what is activated
by default in the Python distribution. About Gnome, I don't know...

Konrad.
-- 
-------------------------------------------------------------------------------
Konrad Hinsen                            | E-Mail: hinsen at cnrs-orleans.fr
Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.55.69
Rue Charles Sadron                       | Fax:  +33-2.38.63.15.17
45071 Orleans Cedex 2                    | Deutsch/Esperanto/English/
France                                   | Nederlands/Francais
-------------------------------------------------------------------------------



More information about the Pipet-Devel mailing list