Martin v. Löwis wrote:
> Cliff Wells schrieb:
[...]
>>4) How much alcohol will be required to forget all this when I'm done?
>
>
> You shouldn't forget it. Instead, you should write your experience
> into "the Web", so that others have a flatter learning curve.
>
After which worthy effort I'll b
Cliff Wells schrieb:
> 1) Is VC++ 2005 compatible with VC++ 2003?
No. If you know very well how the extension module is written,
and what precisely the incompatibilities are, you may get away
with linking to msvcr8.dll, anyway.
> If not, how can someone
> acquire VC++ 2003 (aside from thepirate
For various sundry reasons, I find myself needing to deliver a
Windows-based Python app. I also chose Python 2.5 for this platform.
The app has several requirements, all of which are available for Python
2.5/Win32 except one: pycurl. So I decided to try building the source
but as it turns out, b