472,958 Members | 2,536 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

ActivePython

Why might one choose to use ActivePython instead of using the free CPython?
Jul 4 '07 #1
5 2172
Frank Swarbrick <in*****@earthlink.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
Jul 4 '07 #2
On Jul 4, 2:03 pm, a...@mac.com (Alex Martelli) wrote:
Frank Swarbrick <info...@earthlink.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
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
interoperability 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

Jul 4 '07 #3
MC
Hi!
Why might one choose to use ActivePython instead of using the free CPython?
quiet installation?


--
@-salutations

Michel Claveau
Jul 4 '07 #4
tl**********@gmail.com wrote:
On Jul 4, 2:03 pm, a...@mac.com (Alex Martelli) wrote:
>Frank Swarbrick <info...@earthlink.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

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
interoperability with external packages.
Not only that, but the last time I looked the ActivePython distribution
doesn't allow redistribution at all (i.e. it's not technically open source).
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.
ActiveState do produce a convenient package for many purposes, and I
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 -------------

Jul 4 '07 #5
Trent Mick wrote:
Frank Swarbrick wrote:
[...]
Steve 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.
Indeed, and a jolly good system it is, too. Saves you loads of time
integrating things that are already fully integrated in ActivePython.
As 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.
That's going to account for most people's uses for application
distribution, I'd have thought, thanks for pointing that out.
For fully embedding Python in an application, in my experience [2]
you'll want to be building your own Python anyway.

Yup.

[...]
[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.
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 -------------

Jul 4 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Hemanth P.S. | last post by:
Any idea when the ActivePython distribution for 2.3 will be available? --Hemanth
3
by: JZ | last post by:
Who can explain me what is the advantage of ActivePython over (1) standard Python 2.3.2 instalation (from www.python.org) plus (2) the latest win32? (I am using win32 box, of course). In past I...
1
by: Justin Stockton | last post by:
I recently upgraded from ActivePython 2.2.2 to ActivePython 2.3.2 and I'm running into an issue importing the win32com.client module. Before installing the new version, I made sure to properly...
3
by: Gerson Kurz | last post by:
I have problems getting "COM makepy" working in ActivePython 2.3.2. This is what happens when I start "COM makepy" from the Pythonwin Menu: PythonWin 2.3.2 (#49, Nov 6 2003, 10:18:20) on...
4
by: Hoang | last post by:
Is it possible to install multiple versions of ActivePython on the same machine? Many modules which used to work with Python 2.2 now don't on 2.3. I am using some 2.3 features but lots of...
1
by: Steve M | last post by:
When I use the COM Makepy utility on one computer with WindowsXP, ActivePython 2.3 and I select the library Microsoft Word 10.0 Object Library (8.2), things work fine. When I have WindowsXP,...
0
by: Jay | last post by:
Ok, i had this posted on the other thread "XML w/ Python" but it kinda got off topic from the title to ill start a new thread. My question is this... the import of amara works in ActivePython......
1
by: Fuzzyman | last post by:
Hello all, In the past I've used the ActivePython distribution for windows. Particularly their chm help manual is excellent. I have heard that the ActivePython distribution *doesn't* include...
14
by: Trent Mick | last post by:
I'm happy to announce that ActivePython 2.6.0.0 is now available for download from: http://www.activestate.com/Products/activepython/ ActivePython 2.6.0.0 is based on Python 2.6.0. What is...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.