Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ?

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


kelong_2000 at yahoo

Oct 21, 2006, 9:18 PM

Post #1 of 10 (146 views)
Permalink
Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ?

> Okay if one builds such from sources... but us poor
> Windows flunkies
> without a build environment have to wait for some
> kindly soul to build
> the installer compatible with the new Python
> version.
>
especially since I havent got MS visual studio...
and mingw is not supported... :-(

hello

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
http://mail.python.org/mailman/listinfo/python-list


casevh at comcast

Oct 21, 2006, 9:39 PM

Post #2 of 10 (141 views)
Permalink
Re: Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

Kenneth Long wrote:
> > Okay if one builds such from sources... but us poor
> > Windows flunkies
> > without a build environment have to wait for some
> > kindly soul to build
> > the installer compatible with the new Python
> > version.
> >
> especially since I havent got MS visual studio...
> and mingw is not supported... :-(

mingw32 is supported and can compile many extensions. See the following
post:

http://groups.google.com/group/comp.lang.python/msg/8e2260fe4d4b7de9

If you meant something else with your comment, please explain.

casevh

--
http://mail.python.org/mailman/listinfo/python-list


martin at v

Oct 21, 2006, 9:50 PM

Post #3 of 10 (142 views)
Permalink
Re: Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

Kenneth Long schrieb:
>> Okay if one builds such from sources... but us poor
>> Windows flunkies
>> without a build environment have to wait for some
>> kindly soul to build
>> the installer compatible with the new Python
>> version.
>>
> especially since I havent got MS visual studio...
> and mingw is not supported... :-(

Why do you say that? mingw might just work fine
(depending on particular details of the extension
module in question).

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


anthonybaxter at gmail

Oct 21, 2006, 9:50 PM

Post #4 of 10 (141 views)
Permalink
Re: Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

On 21 Oct 2006 21:39:51 -0700, casevh [at] comcast <casevh [at] comcast> wrote:
> mingw32 is supported and can compile many extensions. See the following
> post:
>
> http://groups.google.com/group/comp.lang.python/msg/8e2260fe4d4b7de9
>
> If you meant something else with your comment, please explain.

That's for Python 2.4. I'm not sure it works the same way with Python
2.5. If someone has information to the contrary, it would be excellent
to get confirmation and the steps that are necessary...
--
http://mail.python.org/mailman/listinfo/python-list


casevh at comcast

Oct 21, 2006, 10:00 PM

Post #5 of 10 (141 views)
Permalink
Re: Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

Anthony Baxter wrote:
> On 21 Oct 2006 21:39:51 -0700, casevh [at] comcast <casevh [at] comcast> wrote:
> > mingw32 is supported and can compile many extensions. See the following
> > post:
> >
> > http://groups.google.com/group/comp.lang.python/msg/8e2260fe4d4b7de9
> >
> > If you meant something else with your comment, please explain.
>
> That's for Python 2.4. I'm not sure it works the same way with Python
> 2.5. If someone has information to the contrary, it would be excellent
> to get confirmation and the steps that are necessary...

I've used mingw32 to build gmpy for Python 2.5 without any problems. It
looks like mingw32 works just fine with Python 2.5 (assuming the
extension will compile with mingw32).

casevh

--
http://mail.python.org/mailman/listinfo/python-list


kelong_2000 at yahoo

Oct 21, 2006, 10:03 PM

Post #6 of 10 (141 views)
Permalink
Re: Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

>
> mingw32 is supported and can compile many
> extensions. See the following
> post:
>
>
http://groups.google.com/group/comp.lang.python/msg/8e2260fe4d4b7de9
>
> If you meant something else with your comment,
> please explain.
>

thanks for the reference.. I just got the latest
source for python and reading contents in PC, PCbuild,
PCbuild8 directories. It would be nice if the windows
build was as simple as running ./configure and make...

The link for pexports-0.42h.zip is broken so I cant
test it on an extension.




hello

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
http://mail.python.org/mailman/listinfo/python-list


casevh at comcast

Oct 21, 2006, 10:23 PM

Post #7 of 10 (142 views)
Permalink
Re: Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

>
> The link for pexports-0.42h.zip is broken so I cant
> test it on an extension.
>

pexports is only needed for Python 2.3. It is not required for 2.4 or
2.5.

casevh

--
http://mail.python.org/mailman/listinfo/python-list


steve at holdenweb

Oct 22, 2006, 1:07 AM

Post #8 of 10 (139 views)
Permalink
Re: Fwd: Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

Martin v. Löwis wrote:
> Kenneth Long schrieb:
>
>>> Okay if one builds such from sources... but us poor
>>>Windows flunkies
>>>without a build environment have to wait for some
>>>kindly soul to build
>>>the installer compatible with the new Python
>>>version.
>>>
>>
>>especially since I havent got MS visual studio...
>>and mingw is not supported... :-(
>
>
> Why do you say that? mingw might just work fine
> (depending on particular details of the extension
> module in question).
>
At the moment SourceForge is only listing one (UK) mirror for mingw, and
that seems to be down. I'm guessing something is broken, since I know it
used to be much more widely available.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

--
http://mail.python.org/mailman/listinfo/python-list


t-meyer at ihug

Oct 22, 2006, 1:30 AM

Post #9 of 10 (141 views)
Permalink
Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

> At the moment SourceForge is only listing one (UK) mirror for
> mingw, and
> that seems to be down. I'm guessing something is broken, since I
> know it
> used to be much more widely available.

Only one mirror (Kent) is available for any project. It's been like
this for nearly a day now, although the site status still hasn't
changed from "online". There are about 50 open tickets open about it
(one would think that people that are able to find the sf.net tickets
would be able to check for duplicates first...).

=Tony.Meyer

--
http://mail.python.org/mailman/listinfo/python-list


steve at holdenweb

Oct 22, 2006, 2:24 AM

Post #10 of 10 (140 views)
Permalink
Re: How to upgrade python from 2.4.3 to 2.4.4 ? [In reply to]

Tony Meyer wrote:
>> At the moment SourceForge is only listing one (UK) mirror for mingw, and
>> that seems to be down. I'm guessing something is broken, since I know it
>> used to be much more widely available.
>
>
> Only one mirror (Kent) is available for any project. It's been like
> this for nearly a day now, although the site status still hasn't
> changed from "online". There are about 50 open tickets open about it
> (one would think that people that are able to find the sf.net tickets
> would be able to check for duplicates first...).
>
I see. Well, now you know why the PSF has continued to migrate away from
SourceForge. They are, at best, victims of their own success.

I found that a wget will, eventually, access the required files, albeit
after several retries - I'd be pretty annoyed about this state of
affairs if I were running the mirror at UKC.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden
--
http://mail.python.org/mailman/listinfo/python-list

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.