SPE - Stani's Python Editor wrote:
> Is there any way for these kind of installers to be used with cygwin.

No. The bdist_wininst packages link against Microsoft's C library;
the cygwin Python against Cygwin's.

If there is no native code in the package, it would be possible to
*use* them - installing them still won't work. To use them, unzip
them, and spread the files as you see fit.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to