473,406 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

ActivePython

Why might one choose to use ActivePython instead of using the free CPython?
Jul 4 '07 #1
5 2190
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.