473,324 Members | 2,313 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,324 software developers and data experts.

Begginers questions on different distributions of py


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all

Decided to try and teach myself Python again for my 1st language, after
having a look at perl again and a few others and finally deciding that if I
was ever going to fully teach myself a language it would be Python that
would be the one I could adapt to the quickest and easiest. = Basically
meaning the syntax seems to really settle well in my brain, more so than any
of the other languages :)

Anyway first things first, I bought The Python Cookbook for a RW reference
and something python related to read in the rw and bounce ideas from.

Then I cam to wanting a download of the language, and I had the choice of
two distros, Activestates ActivePython and the Python websites original
Python distribution.

My question is this really, what is the python websites original Python
distribution missing that ActiveStates has.
And also vice versa - seen as how the Activestates distribution is lagging
behind the python websites distribution by a release or two.
ActivePython = ActivePython-2.3.2-232-win32-ix86.msi size = 16,687KB
Python webiste distribution = Python-2.3.4.exe size = 9,658 KB

So what's missing out of the Python distro that is in Activestates distro?
And vice versa the other way?
:)

Thanks in advance
M.B

- --
*************
The Imagination may be compared to Adam's dream-
he awoke and found it truth.
John Keats.
*************
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA/AwUBQSur7y/z2sM4qf2WEQIPXQCfbvwCNHslPX9wweIInkCawSrhXSUAoM/m
Jym2NIJ/g2Y31xLHLYNUqbm2
=lBN6
-----END PGP SIGNATURE-----
Jul 18 '05 #1
7 1765

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Also if I install the activestates build or the python websites build, will
I need the Win32all extensions, due to me eventually wanting to build
windows applications ???

Thanks in advance one again for any help :)

M.B

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA/AwUBQSuu2y/z2sM4qf2WEQIFbACg+zTujtlW2PUVrmYNJ1oG/gxwvjgAni+O
D0cFAl0WofjPNuB41dggJhig
=XsEY
-----END PGP SIGNATURE-----
Jul 18 '05 #2

Go with python.org and don't write just windows programs use a cross
platform GUI like wxPython.

Tom
Jul 18 '05 #3
"Player" <as**@go-away-spammer.com> wrote in message news:<cg**********@newsg3.svr.pol.co.uk>...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all

Decided to try and teach myself Python again for my 1st language, after
having a look at perl again and a few others and finally deciding that if I
was ever going to fully teach myself a language it would be Python that
would be the one I could adapt to the quickest and easiest. = Basically
meaning the syntax seems to really settle well in my brain, more so than any
of the other languages :)

Anyway first things first, I bought The Python Cookbook for a RW reference
and something python related to read in the rw and bounce ideas from.

Then I cam to wanting a download of the language, and I had the choice of
two distros, Activestates ActivePython and the Python websites original
Python distribution.

My question is this really, what is the python websites original Python
distribution missing that ActiveStates has.
And also vice versa - seen as how the Activestates distribution is lagging
behind the python websites distribution by a release or two.
ActivePython = ActivePython-2.3.2-232-win32-ix86.msi size = 16,687KB
Python webiste distribution = Python-2.3.4.exe size = 9,658 KB

So what's missing out of the Python distro that is in Activestates distro?
And vice versa the other way?
:)

Thanks in advance
M.B


You should be OK with either. Personally I prefer the ActiveState's
distribution. Active Python = Python + win32all + slightly more
documentation.

My previous reason for using ActivePython was that it had docs in HTML
help which was easier to search on. If I recall correctly, the
standard distribution now has the docs in HTML help too. I also prefer
Pythonwin (included in win32all) to IDLE and like it set as my default
Python editor (though I end up using SciTE for most part). As you can
see, these are all minor preferences and you should be fine with
either. There is nothing in ActivePython that you cannot install or
get for free later.
Jul 18 '05 #4
I decided to try the original Python version, but alas, pywin32 the latest
version or build, requires python 2.2 to install, were as the latest v of
Python is a 2.3 :(

M.B
Jul 18 '05 #5
Python 2.3.4 is a lsight bugfix on previous 2.3 serious distributions.
To the best of my knowledge you won't notice *any* difference in
practise. I've been coding python for over a year and doen quite a lot
with it - and haven't got into anything esoteric enough to be able to
tell the difference between 2.3.2 and 2.3.4 (in any 2.x distribution
the 'interfaces' ought to remain stable - even if bugs are fixed, the
way you use stuff doesn't change. That doesn't apply to the 2.4 alpha
releases of course).

HTH

Regards,
Fuzzy

http://www.voidspace.org.uk/atlantib...thonutils.html
Jul 18 '05 #6
Player wrote:
I decided to try the original Python version, but alas, pywin32 the latest
version or build, requires python 2.2 to install, were as the latest v of
Python is a 2.3 :(

M.B

Not really true. the win32 extensions are now on sourceforge.
The most recent (build 202) is available for python major versions
2.2, 2.3, and 2.4.

http://sourceforge.net/projects/pywin32/

Do a little homework with Google before asking, and certainly the
delay between this question and your later repeating of it is too
small.

-Scott David Daniels
Sc***********@Acm.Org
Jul 18 '05 #7
Firstly, it was my fist time using sourceforge, and I did what any beginner
would do, I dl the fist or rather top most entry in the list of available
packages for win32 build 202, doing so while thinking that the msot current
version was goign to be the one at top most position.

As it so happens, that was wrong, and I can now see clearly that there are 3
entries for builds of win32 relating to python builds 2.2, 2.3, and 2.4;
that wasn't clear when I first visited the dl page.

I happen to think they make a rather simple process, an over complicated
matter at sourceforge; which is down to their page not being very beginner
friendly.

Any-ways enough of that, I did manage to get what I wanted after viewing the
page again -after reading your curt & rude reply-. and as a result I owe you
thanks for pointing out my error. TY

However...

Homework?
Like I didn't already have a good look through some webpages via a google
search.

Repeating of my question?
Hardly, I simply added it into another post I happened to send out on
another matter, it seemed wise to add it to that post also.
Posts in news groups get lost FAST! in the multitude of posts coming after
themselves.
I have found that it is wise to renew questions/posts on a regular basis.

As to the flavour of your reply,,,well all I am going to say to that is...
I am sooo not going to rise to the bait.

M.B
Jul 18 '05 #8

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

Similar topics

4
by: David Lees | last post by:
I currently have PythonWin 2.3.4 on my Windows 2000 box, but would like to try the Enthougt 2.2.3 distribution. Are there any tricks to making these 2 distributions co-exist? Are there any...
0
by: bwooster47 | last post by:
I have a simple python script that I need to create a kit for, and it has one config file. This is for Unix only, and very restricted use, so here's my relevant setup.py: setup(....., scripts=,...
20
by: qscomputing | last post by:
Hi, I've developed in several other languages and have recently found Python and I'm trying to use it in the shape of the PythonCard application development tool. My two questions: 1. What...
4
by: al2048 | last post by:
I am running Windows Millennium Edition on a Pentium 4, 1400 MHz computer from Gateway. If I download IndigoPerl at the site http://www.indigostar.com/indigoperl.htm , will I get perl AND the...
0
by: zratis | last post by:
Hello, I wanted to find out what MySQL administrators think about MySQL installation on RedHat and other Linux distributions with the use of RPM. RedHat reallocates all MySQL files into...
1
by: noshit | last post by:
Anyone familiar with an xml schema for describing statistical distributions like lognormal, normal, uniform etc? Does it exists a good place to look for standardized xml schemas for different...
4
by: Squirrel | last post by:
I've developed an Access 2002 database which will be deployed with the backend on a server and frontend on the users' PCs. I've now been advised that new employees will be given laptops with...
81
by: Matt | last post by:
I have 2 questions: 1. strlen returns an unsigned (size_t) quantity. Why is an unsigned value more approprate than a signed value? Why is unsighned value less appropriate? 2. Would there...
31
by: anon856525 | last post by:
Hello I am seeking the best way (speed and portability) to program mode 13h (320 x 200 256 colors), and mode X. I am using Borland's Turbo C ver 3.0 for MS DOS. With Borland product, I can...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.