On Sunday 25 February 2007 14:54, J. Scott Thayer M.D. wrote: > ... > > ... My analysis indicates that this has to do > with Python not liking the character encoding of this European > authored program, specifically the use of an umlaut. Python.org > mentions this issue but I am not clear on the solution.
This seems consistent with Anders' reply. As a work-around hack, you could just go in an replace the umlaut-bearing vowel(s) with their unadorned ASCII / ISO-8859-1 counterparts. You may need to iterate this modification more than once, but it's worth a try, providing it does not wear down your patience / insistence in getting this software running. Randall Schulz -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
