My uploaded torrent at TPB:
http://thepiratebay.org/tor/3871785/Visual_Basic_Toolkit_Setup
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] napisał(a):
> I need to build some Win32 Python extensions. If somebody happens to
> have the Microsoft Visual C++ Toolkit 2003 installer
> (VCToolkitSetup.exe), please kindly contact me off-list at:
I think only Microsoft has enough rights to distribute this.
--
Jarek Zgoda
h
I need to build some Win32 Python extensions. If somebody happens to
have the Microsoft Visual C++ Toolkit 2003 installer
(VCToolkitSetup.exe), please kindly contact me off-list at:
list.adam [at] twardoch.com
Thank you,
Adam Twardoch
--
http://mail.python.org/mailman/listinfo/python-list
wind up linking against the wrong run-time and will see crashes
> > whenever a core object such as a file is shared across run-time
> > barriers.
>
> You can find msvcr71.dll in the same directory as Python.
>
> The problem is that you cannot redistribute msvcr71.dll unless you
Brian Elmegaard wrote:
> "sturlamolden" <[EMAIL PROTECTED]> writes:
>
>> I believe MinGW can link .lib C libraries files from Visual Studio. But
>> there are no .a for Python24.dll as far as I can tell.
>
> But afaik you don't need one.
Actually, a libpython24.a file was added in Python 2.4.1. T
"sturlamolden" <[EMAIL PROTECTED]> writes:
> I believe MinGW can link .lib C libraries files from Visual Studio. But
> there are no .a for Python24.dll as far as I can tell.
But afaik you don't need one.
--
Brian (remove the sport for mail)
http://www.et.web.mek.dtu.dk/Staff/be/be.html
http://ww
le is shared across run-time
> barriers.
You can find msvcr71.dll in the same directory as Python.
The problem is that you cannot redistribute msvcr71.dll unless you by a
copy of Visual Studio 2003 or install VC++ Toolkit 2003. As far as I
can tell, the .NET SDK license does not give yo
I believe MinGW can link .lib C libraries files from Visual Studio. But
there are no .a for Python24.dll as far as I can tell.
--
http://mail.python.org/mailman/listinfo/python-list
Robert Kern <[EMAIL PROTECTED]> writes:
> Martin v. Löwis wrote:
>> Robert Kern wrote:
>>
>>>Oh, that's right, you need an import library for Python24.dll .
>>
>> That shouldn't be a problem: that library is included with Python.
>
> For mingw, too? I.e. a .a not a .lib?
It is possible to load
Martin v. Löwis wrote:
> Right. MingW (GNU ld) was (apparently) changed to support that shortly
> after I started including libpython24.a files with the Windows
> distributions.
A bug in binutils support for short import library records was fixed
about year ago. You need to use MinGW binutils 2.1
Fredrik Lundh wrote:
> however, note that the FAQ entry says that you can use an existing
> LIB file as well, so Python's standard import library should work.
Right. MingW (GNU ld) was (apparently) changed to support that shortly
after I started including libpython24.a files with the Windows
distr
Alex Martelli wrote:
> OK, I've placed on http://www.aleax.it/Python/ the files that pybench
> writes (with the -file option) for each machines, the names are
> onmbp.txt and onwin2k.txt -- just 20k each (I'm not sure their format is
> documented, but I guess that, worst case, one just needs to stu
Alex Martelli wrote:
> Ron Adam <[EMAIL PROTECTED]> wrote:
>...
>> I still get the following with the tinyurl link:
>>
>> ~~~
>> The download you requested is unavailable. If you continue to see this
>> message when trying to access this download, go to the "Search for a
>> Download" area on t
Robert Kern wrote:
> Martin v. Löwis wrote:
> > Robert Kern wrote:
> >
> >>Oh, that's right, you need an import library for Python24.dll .
> >
> > That shouldn't be a problem: that library is included with Python.
>
> For mingw, too? I.e. a .a not a .lib?
last time I tinkered with mingw, it could
Martin v. Löwis wrote:
> Robert Kern wrote:
>
Oh, that's right, you need an import library for Python24.dll .
>>>
>>>That shouldn't be a problem: that library is included with Python.
>>
>>For mingw, too? I.e. a .a not a .lib?
>
> Right.
Woohoo!
--
Robert Kern
[EMAIL PROTECTED]
"I have co
Robert Kern wrote:
>>> Oh, that's right, you need an import library for Python24.dll .
>> That shouldn't be a problem: that library is included with Python.
>
> For mingw, too? I.e. a .a not a .lib?
Right.
Martin
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] (Alex Martelli) wrote:
> Andrew Trevorrow <[EMAIL PROTECTED]> wrote:
> > Or maybe someone is willing to make their VCToolkitSetup.exe available
> > temporarily...
>
> I suggest any such offers be made privately, since I'm pretty sure
> they'd be illegal (at least in the US, dunn
Andrew Trevorrow <[EMAIL PROTECTED]> wrote:
> Ron Adam wrote:
>
> > > Try tinyurl http://tinyurl.com/gv8wr please.
> >
> > I still get the following with the tinyurl link:
> >
> > ~~~
> > The download you requested is unavailable. If you continue to see this
> > message when trying to access th
Edward Elliott <[EMAIL PROTECTED]> wrote:
> Alex Martelli wrote:
> > the Windows version, despite the slight
> > overhead of running under Parallels' virtualization, is an impressive
> > 12%+ _faster_ than the "native" MacOSX Python 2.4.3 (I'm not quite sure
> > about how good Parallels' virtualiz
Ron Adam wrote:
> > Try tinyurl http://tinyurl.com/gv8wr please.
>
> I still get the following with the tinyurl link:
>
> ~~~
> The download you requested is unavailable. If you continue to see this
> message when trying to access this download, go to the "Search for a
> Download" area on the
Ron Adam <[EMAIL PROTECTED]> wrote:
...
> I still get the following with the tinyurl link:
>
> ~~~
> The download you requested is unavailable. If you continue to see this
> message when trying to access this download, go to the "Search for a
> Download" area on the Download Center home page.
Martin v. Löwis wrote:
> Robert Kern wrote:
>
>>Oh, that's right, you need an import library for Python24.dll .
>
> That shouldn't be a problem: that library is included with Python.
For mingw, too? I.e. a .a not a .lib?
--
Robert Kern
[EMAIL PROTECTED]
"I have come to believe that the whole
Robert Kern wrote:
> Oh, that's right, you need an import library for Python24.dll .
That shouldn't be a problem: that library is included with Python.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
Alex Martelli wrote:
> "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
>
>> Alex Martelli wrote:
>>> As suggested to me by David Rushby 10 hours ago,
>>>
>>> http://www.microsoft.com/downloads/details.aspx?FamilyId=272BE09D-40BB-4
>>> 9FD-9CB0-4BFA122FA91B&displaylang=en
>>>
>>> does work.
>> Can you
Alex Martelli wrote:
> Jocular, but not sarcastic. I have no problems using mingw if that's
> what it takes -- the later instructions I saw were those suggesting the
> Toolkit instead, so those are the ones I'm trying to follow. What's the
> updated URL for the instructions about using mingw ins
Alex Martelli wrote:
> Jocular, but not sarcastic. I have no problems using mingw if that's
> what it takes -- the later instructions I saw were those suggesting the
> Toolkit instead, so those are the ones I'm trying to follow. What's the
> updated URL for the instructions about using mingw ins
Robert Kern <[EMAIL PROTECTED]> wrote:
> Edward Elliott wrote:
> > I think Apple switched to the Intel compiler for
> > x86 macs, was python built with that or with gcc?
>
> I'm pretty sure MacTel OS X still uses gcc 4 (although I think there is a beta
> version of the Intel compiler available).
"Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> Alex Martelli wrote:
> > As suggested to me by David Rushby 10 hours ago,
> >
> > http://www.microsoft.com/downloads/details.aspx?FamilyId=272BE09D-40BB-4
> > 9FD-9CB0-4BFA122FA91B&displaylang=en
> >
> > does work.
>
> Can you please try this again
"Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> Alex Martelli wrote:
> > Can anybody suggest where to get a Framework SDK 1.1., or any other
> > legal way to get "the core msvcrt.lib for msvcr71.dll against which to
> > link your extensions. This is critically important"...???
>
> From
>
>
>http
JW <[EMAIL PROTECTED]> wrote:
...
> > As suggested to me by David Rushby 10 hours ago,
> >
> > ... < huge URL snipped > ...
>
> Alas, somehow this URL was split in two, and all the kings horses and all
> the kings men can't seem to put it back together again (at least in my
> browser). Could
On Sun, 23 Apr 2006 21:15:23 -0700, Alex Martelli wrote:
> As suggested to me by David Rushby 10 hours ago,
>
> ... < huge URL snipped > ...
Alas, somehow this URL was split in two, and all the kings horses and all
the kings men can't seem to put it back together again (at least in my
browser).
Alex Martelli wrote:
> As suggested to me by David Rushby 10 hours ago,
>
> http://www.microsoft.com/downloads/details.aspx?FamilyId=272BE09D-40BB-4
> 9FD-9CB0-4BFA122FA91B&displaylang=en
>
> does work.
Can you please try this again: I'm also getting the error message
that AIM is getting.
Regar
Alex Martelli wrote:
> Can anybody suggest where to get a Framework SDK 1.1., or any other
> legal way to get "the core msvcrt.lib for msvcr71.dll against which to
> link your extensions. This is critically important"...???
From
http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3
Edward Elliott wrote:
> I think Apple switched to the Intel compiler for
> x86 macs, was python built with that or with gcc?
I'm pretty sure MacTel OS X still uses gcc 4 (although I think there is a beta
version of the Intel compiler available). All of the Python builds floating
around for it cer
Alex Martelli wrote:
> the Windows version, despite the slight
> overhead of running under Parallels' virtualization, is an impressive
> 12%+ _faster_ than the "native" MacOSX Python 2.4.3 (I'm not quite sure
> about how good Parallels' virtualization IS, but even if it's as
> impressive as a mere
AIM <[EMAIL PROTECTED]> wrote:
> The site comes back with a message saying ...
>
> "The download you requested is unavailable. If you continue to see this
> message when trying to access this download, go to the "Search for a
> Download" area on the Download Center home page."
>
> Does anyone ha
The site comes back with a message saying ...
"The download you requested is unavailable. If you continue to see this
message when trying to access this download, go to the "Search for a
Download" area on the Download Center home page."
Does anyone have any other ideas of where to look?
--
http
David Rushby <[EMAIL PROTECTED]> wrote:
> Alex Martelli wrote:
> > So -- does anybody know if the 2003-level Toolkit is STILL available for
> > download somewhere...
>
>
>http://www.microsoft.com/downloads/details.aspx?FamilyId=272BE09D-40BB-
>49FD-9CB0-4BFA122FA91B&displaylang=en
>
Great, thank
Alex Martelli wrote:
> So -- does anybody know if the 2003-level Toolkit is STILL available for
> download somewhere...
http://www.microsoft.com/downloads/details.aspx?FamilyId=272BE09D-40BB-49FD-9CB0-4BFA122FA91B&displaylang=en
--
http://mail.python.org/mailman/listinfo/python-list
So, I thought I'd tool up to let me build and test Python extensions on
Windows (as well as Mac and Linux) -- I'm trying out Parallels
Workstation beta on my new Macbook Pro (and so far it seems to work very
well), I bought and installed a Win2000 Pro on it (since according to
the grapevine it work
40 matches
Mail list logo