-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ian Clatworthy wrote: > I'm in the process of trying to build a Windows installer for bzr 2.2 on > Python 2.6 and I'd like ot make sure I have all the pieces I need. > http://wiki.bazaar.canonical.com/BzrWin32Installer lists quite a few, in > particular: > > * PyCurl > * Paramiko > * PyCrypto > * zlib > > Are all of these still needed? If so, I'm wondering if I ought to > explicitly check they are installed during the installer build process > (and give the user a nice message if they are not). > > Comments? > > Ian C. >
I guess I should mention... we don't need pycurl and I personally haven't used it for a long time. However, it means that SSL certificates are not validated (urllib doesn't check that the domain on the site matches the domain in the certificate). The main tradeoff is interactivity, etc. PyCurl runs in a C func, which means you can't interrupt long downloads with ^C, etc. John =:-> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAku8azAACgkQJdeBCYSNAANDIwCfa95/0a+LZ4yPGVLRDWl/IwEz hykAoNXBIbsef7G6+tPYDyDNs4MnENX0 =cUNO -----END PGP SIGNATURE----- _______________________________________________ Mailing list: https://launchpad.net/~bzr-packagers Post to : [email protected] Unsubscribe : https://launchpad.net/~bzr-packagers More help : https://help.launchpad.net/ListHelp

