Can't run NumTut on cygwin-hosted python

Jason Tishler jason at tishler.net
Tue Oct 8 12:01:15 EDT 2002


Jeff,

On Mon, Oct 07, 2002 at 03:14:40PM -0700, Jeff Perry wrote:
> Not sure what to try next.  Any suggestions?

1. Capture an strace log using the following command:

    $ strace -o NumTut.log python -c 'from NumTut import *; view(greece)'

2. Try to find the lines in the strace log that correspond to your
   error.  In particular, look for the any associated Win32 errors.

3. Post your *snipped* strace log to the list.

BTW, you may want to repost to the Cygwin mailing list.  Someone there
may have encountered this problem already.

Jason




More information about the Python-list mailing list