Why might one choose to use ActivePython instead of using the free CPython?
ActivePython
Collapse
This topic is closed.
X
X
-
Frank SwarbrickTags: None -
Alex Martelli
Re: ActivePython
Frank Swarbrick <infocat@earthl ink.netwrote:
I believe ActivePython is also free, and it's packaged up differentlyWhy might one choose to use ActivePython instead of using the free CPython?
(with more 3rd party modules accompanying it than the standard Python
distribution), which might make it attractive to some. Also, I believe
ActivePython is also available as a pre-built binary for some platforms
for which CPython is only distributed as sources (e.g., Solaris), and
again this difference may be seen as favorable by some.
Alex
-
tleeuwenburg@gmail.com
Re: ActivePython
On Jul 4, 2:03 pm, a...@mac.com (Alex Martelli) wrote:Well, Komodo is a nice enough IDE, so you might choose to useFrank Swarbrick <info...@earthl ink.netwrote:>Why might one choose to use ActivePython instead of using the free CPython?
I believe ActivePython is also free, and it's packaged up differently
(with more 3rd party modules accompanying it than the standard Python
distribution), which might make it attractive to some. Also, I believe
ActivePython is also available as a pre-built binary for some platforms
for which CPython is only distributed as sources (e.g., Solaris), and
again this difference may be seen as favorable by some.
>
Alex
ActivePython for integration reasons, and maybe it's a little easier
on Windows.
However, I would have thought that if you were planning to distribute
an application, you would want to choose CPython for maximum
interoperabilit y with external packages.
ActivePython claims to be ready to install across multiple platforms
(as is CPython) so perhaps a little more work has gone into making a
consistent experience across operating systems.
I have to say, I am just guessing and would love to hear from an
expert in the area on this topic. The ActiveState web page doesn't
really talk about their reasons very much.
Cheers,
-T
Comment
-
MC
Re: ActivePython
Hi!
quiet installation?Why might one choose to use ActivePython instead of using the free CPython?
--
@-salutations
Michel Claveau
Comment
-
Steve Holden
Re: ActivePython
tleeuwenburg@gm ail.com wrote:Not only that, but the last time I looked the ActivePython distributionOn Jul 4, 2:03 pm, a...@mac.com (Alex Martelli) wrote:>>Frank Swarbrick <info...@earthl ink.netwrote:>I believe ActivePython is also free, and it's packaged up differently>>Why might one choose to use ActivePython instead of using the free CPython?
>(with more 3rd party modules accompanying it than the standard Python
>distribution ), which might make it attractive to some. Also, I believe
>ActivePython is also available as a pre-built binary for some platforms
>for which CPython is only distributed as sources (e.g., Solaris), and
>again this difference may be seen as favorable by some.
>>
>Alex
Well, Komodo is a nice enough IDE, so you might choose to use
ActivePython for integration reasons, and maybe it's a little easier
on Windows.
>
However, I would have thought that if you were planning to distribute
an application, you would want to choose CPython for maximum
interoperabilit y with external packages.
>
doesn't allow redistribution at all (i.e. it's not technically open source).
ActiveState do produce a convenient package for many purposes, and IActivePython claims to be ready to install across multiple platforms
(as is CPython) so perhaps a little more work has gone into making a
consistent experience across operating systems.
>
I have to say, I am just guessing and would love to hear from an
expert in the area on this topic. The ActiveState web page doesn't
really talk about their reasons very much.
>
have used it myself in the past, but if you want to redistribute then it
isn't a permitted starting point.
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------
Comment
-
Steve Holden
Re: ActivePython
Trent Mick wrote:[...]Frank Swarbrick wrote:Indeed, and a jolly good system it is, too. Saves you loads of timeSteve Holden wrote:>...the last time I looked the ActivePython distribution
doesn't allow redistribution at all (i.e. it's not technically open
source).
Steve is correct that ActivePython isn't open source. It is free (as in
beer), meaning that it is completely free for you to download, install
and use on as many machines as you want.
>
integrating things that are already fully integrated in ActivePython.
That's going to account for most people's uses for applicationAs to redistribution: Yes, it is technically correct that you cannot
fully redistribute ActivePython without our permission. However,
ActivePython's license expressly *does* allow you to use the "freezing"
utilities such as "py2exe" and "py2app" -- so you have no worries there.
distribution, I'd have thought, thanks for pointing that out.
Yup.For fully embedding Python in an application, in my experience [2]
you'll want to be building your own Python anyway.
>
>
[...]regards[2] Komodo embeds its own Python build for doing a lot of the core
logic. A custom Python build is generally necessary to avoid
cross-talking between Komodo's Python and other possible Pythons
on the system.
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------
Comment
Comment