Re: DISLIN 9.3 stuck

2008-05-08 Thread michels
On 8 Mai, 02:55, adolfo <[EMAIL PROTECTED]> wrote: > ... > 1- The strange thing is that I went to thedislindirectory in the C: > drive and there was no disli.pyd file anywhere. I found the file in > the My Documents subdirectory where I had originally unzipped > thedislinarchived files I download

DISLIN 9.3 stuck

2008-05-07 Thread adolfo
On May 7, 2:03 am, Weinhandl Herbert <[EMAIL PROTECTED]> wrote: > adolfo wrote: > > I built the following little program: > > > from numpy import * > > fromdislinimport * > > > def main(): > > x = arange (100, typecode=Float32) > > plot (x, sin (x/5)) > > disfin () > > > main() > > > **