[Tutor] Importing an extension under Cygwin

cliff@ember.com cliff@ember.com
Wed, 21 Nov 2001 17:37:38 -0500


This will sound silly, but how do I import an extension under 
Cygwin?  I have an extension compiled as 'report.so' that I can't 
seem to import.

possibly useful facts:

1.  Python 2.1.1 (#2, Sep 26 2001, 09:32:53)
     [GCC 2.95.3-5 (cygwin special)] on cygwin

2.  $PYTHONPATH does contain the right directory ('.py' files 
in the same directory import just fine.)

3.  The extension loads fine on my Linux machine.

4.  I did recompile the extension under Cygwin using the compiler 
above.

Thanks!

--Cliff