From: Alan W. I. <ir...@be...> - 2002-06-25 15:19:37
|
On Tue, 25 Jun 2002, Maurice LeBrun wrote: > Alan W. Irwin writes: > > So I guess the only remaining question is how can you change the underlying > > code so that invoking program names with a "." in them (such as in the above > > C code test and also in the original python example) are acceptable to the > > tk driver. > > Try out the new tk.c and see if it works for you. Yes, ./pythondemos.py -dev tk plots well now without any error messages which is the main thing. Thanks very much for dealing with this so swiftly. One minor thing I noticed was the name is displayed as "pythondemos_py". Is there no escape character to convince the parser to treat "." as a normal character? If so, then replacing "." by "_" is probably the best that can be done. Alan |