This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jean-Pierre.Flori
Recipients Jean-Pierre.Flori, rpetrov
Date 2013-11-29.10:31:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385721120.62.0.704973325704.issue18634@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-29 10:32:00Jean-Pierre.Florisetrecipients: + Jean-Pierre.Flori, rpetrov
2013-11-29 10:32:00Jean-Pierre.Florisetmessageid: <1385721120.62.0.704973325704.issue18634@psf.upfronthosting.co.za>
2013-11-29 10:32:00Jean-Pierre.Florilinkissue18634 messages
2013-11-29 10:31:59Jean-Pierre.Floricreate