Jean-Pierre Flori added the comment:

Hello all,

I've been working on porting Sage, which heavily relies on Python to say the 
least, to Cygwin so would be very interested in improving Python support for 
Cygwin.
Lately we've been having troubles with Python and ncurses, see:
* http://trac.sagemath.org/ticket/15317
As it would be better for everyone to avoid duplicating work, I'm reporting 
here.

As far as the import library issue is concerned, it it really a good idea to 
use the dylib stuff to search for import libs?
It will do the trick, but it feels like a hack as dylib and implib stuff are 
clearly different things.

The other big problem is that ncurses support is completely broken on cygwin.
A follow-up to #7384 should surely be open.

Best,
JP

----------
nosy: +Jean-Pierre.Flori

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18634>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to