Re: converting textobject to name of other object.

2004-12-07 Thread Peter Otten
Lars Tengnagel wrote: > I'm trying to use the matrix variable to collect a matrix in the file > MatrixInfo which contains a lot of different matrices. Yhe commented line > is the problem. > HOW ??? > import re > import MatrixInfo > > class Diff: > def __init__(self,filobj,matrix='pam25

converting textobject to name of other object.

2004-12-07 Thread Lars Tengnagel
I'm trying to use the matrix variable to collect a matrix in the file MatrixInfo which contains a lot of different matrices. Yhe commented line is the problem. HOW ??? import re import MatrixInfo class Diff: def __init__(self,filobj,matrix='pam250',begin=0,end='none'): self.fil