473,657 Members | 2,585 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Win32 Binary-only for 2.3.x?

Hi,

I must be going nutty, but I can't seem to find anywhere where I can
get just the binaries for, say, 2.3.5 for win32. I've googled high and
low and all I come up with is installer (MSI/EXE) binaries and the
source code. They have to be somewhere. I cant be the only person
that doesn't want it wrapped in an installer. If I search "win32
python binary" I get about nine thousand results pointing to Mark
Hammond's win32 Python page which, while it looks very helpful,
provides win32 extensions for an already installed python distribution.
So, I give. Can someone point me to somewhere where there is a pile of
Python 2.3 EXE and DLLs that I can happily dump somewhere on my system
without having to install? In case it matters, this is for a WAMP-like
project I'm developing that includes a working Trac installation.
Hence the need for Python, and the lack of need for an installer. And
no, I *really* don't want to compile from source.

Many thanks in advance!

Jan 4 '06 #1
13 1868
du***********@g mail.com wrote:
Hi,

I must be going nutty, but I can't seem to find anywhere where I can
get just the binaries for, say, 2.3.5 for win32. I've googled high and
low and all I come up with is installer (MSI/EXE) binaries and the
source code. They have to be somewhere. I cant be the only person
that doesn't want it wrapped in an installer. If I search "win32
python binary" I get about nine thousand results pointing to Mark
Hammond's win32 Python page which, while it looks very helpful,
provides win32 extensions for an already installed python distribution.
So, I give. Can someone point me to somewhere where there is a pile of
Python 2.3 EXE and DLLs that I can happily dump somewhere on my system
without having to install? In case it matters, this is for a WAMP-like
project I'm developing that includes a working Trac installation.
Hence the need for Python, and the lack of need for an installer. And
no, I *really* don't want to compile from source.

Many thanks in advance!

Sorry, have no idea how to get them online, but ...

an idea you have not yet excluded from beeing allowed to share with you
is to use a temporary system you install Python once on and then copy
over the files in order to get what you want (and then forget about the
temporary system). Is it really that hard to do, that it should be worth
to be provided separately?
Anyone who has Python 2.3.5 installed has the files you need on his
system, so another idea you have not yet rejected from beeing shared
with you is, that you ask around to gain access to them.

Claudio
Jan 4 '06 #2
du***********@g mail.com writes:
Hi,

I must be going nutty, but I can't seem to find anywhere where I can
get just the binaries for, say, 2.3.5 for win32. I've googled high and
low and all I come up with is installer (MSI/EXE) binaries and the
source code. They have to be somewhere. I cant be the only person
that doesn't want it wrapped in an installer. If I search "win32
python binary" I get about nine thousand results pointing to Mark
Hammond's win32 Python page which, while it looks very helpful,
provides win32 extensions for an already installed python distribution.
So, I give. Can someone point me to somewhere where there is a pile of
Python 2.3 EXE and DLLs that I can happily dump somewhere on my system
without having to install? In case it matters, this is for a WAMP-like
project I'm developing that includes a working Trac installation.
Hence the need for Python, and the lack of need for an installer. And
no, I *really* don't want to compile from source.

Many thanks in advance!


AFAIK the 2.3 installers use zip-compatible compression, so you should
be able to open them in winzip or whatever archive utility you like.

OTOH, you could also install/copy whatever you like/uninstall.

Thomas
Jan 4 '06 #3

Claudio Grondi wrote:
du***********@g mail.com wrote:
Hi,

I must be going nutty, but I can't seem to find anywhere where I can
get just the binaries for, say, 2.3.5 for win32. I've googled high and
low and all I come up with is installer (MSI/EXE) binaries and the
source code. They have to be somewhere. I cant be the only person
that doesn't want it wrapped in an installer. If I search "win32
python binary" I get about nine thousand results pointing to Mark
Hammond's win32 Python page which, while it looks very helpful,
provides win32 extensions for an already installed python distribution.
So, I give. Can someone point me to somewhere where there is a pile of
Python 2.3 EXE and DLLs that I can happily dump somewhere on my system
without having to install? In case it matters, this is for a WAMP-like
project I'm developing that includes a working Trac installation.
Hence the need for Python, and the lack of need for an installer. And
no, I *really* don't want to compile from source.

Many thanks in advance!

Sorry, have no idea how to get them online, but ...

an idea you have not yet excluded from beeing allowed to share with you
is to use a temporary system you install Python once on and then copy
over the files in order to get what you want (and then forget about the
temporary system). Is it really that hard to do, that it should be worth
to be provided separately?
Anyone who has Python 2.3.5 installed has the files you need on his
system, so another idea you have not yet rejected from beeing shared
with you is, that you ask around to gain access to them.


Yeah, I guess that is one route to go down. It just seems, I don't
know, hacky. I will try it though, if I can't find the binaries online
by themselves. I don't think it's a question of being "hard to do"
using the method you suggested, I just find it really odd that the only
method of delivery for win32 platform (for end users, at least) is via
an MSI.

I don't know, maybe it's just me :P

Jan 4 '06 #4
[du***********@g mail.com wrote]
So, I give. Can someone point me to somewhere where there is a pile of
Python 2.3 EXE and DLLs that I can happily dump somewhere on my system
without having to install?
ftp://ftp.activestate.com/ActivePyth...win32-ix86.zip

In case it matters, this is for a WAMP-like
project I'm developing that includes a working Trac installation.


I'm not sure it applies to your situation, but you cannot redistribute
ActivePython.
http://www.activestate.com/Products/...agreement.plex

Cheers,
Trent

--
Trent Mick
tr****@activest ate.com
Jan 4 '06 #5
Thomas Heller wrote:
du***********@g mail.com writes:

Hi,

I must be going nutty, but I can't seem to find anywhere where I can
get just the binaries for, say, 2.3.5 for win32. I've googled high and
low and all I come up with is installer (MSI/EXE) binaries and the
source code. They have to be somewhere. I cant be the only person
that doesn't want it wrapped in an installer. If I search "win32
python binary" I get about nine thousand results pointing to Mark
Hammond's win32 Python page which, while it looks very helpful,
provides win32 extensions for an already installed python distribution.
So, I give. Can someone point me to somewhere where there is a pile of
Python 2.3 EXE and DLLs that I can happily dump somewhere on my system
without having to install? In case it matters, this is for a WAMP-like
project I'm developing that includes a working Trac installation.
Hence the need for Python, and the lack of need for an installer. And
no, I *really* don't want to compile from source.

Many thanks in advance!

AFAIK the 2.3 installers use zip-compatible compression, so you should
be able to open them in winzip or whatever archive utility you like.

OTOH, you could also install/copy whatever you like/uninstall.

Thomas

Yes, it's true. At least from python-2.4.2.msi I can unpack the file
'python' and from that file any other one including the .exe and .dll
files.
If the 'python' file stored in the .msi had the ending .zip it would be
probably easier to see this directly after unpacking the .msi file.

Claudio
Jan 4 '06 #6
du***********@g mail.com writes:
Yeah, I guess that is one route to go down. It just seems, I don't
know, hacky. I will try it though, if I can't find the binaries online
by themselves. I don't think it's a question of being "hard to do"
using the method you suggested, I just find it really odd that the only
method of delivery for win32 platform (for end users, at least) is via
an MSI.
Not quite. End users can install from sources. It's just a lot more
work than using an MSI.
I don't know, maybe it's just me :P


Possibly you're the only one who is happy with prebuilt binaries and
at the same time unhappy with using an MSI?

Which leads to the question - exactly what do you dislike about
getting an MSI?

<mike
--
Mike Meyer <mw*@mired.or g> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Jan 4 '06 #7
du***********@g mail.com wrote:
[snip..]

So, I give. Can someone point me to somewhere where there is a pile of
Python 2.3 EXE and DLLs that I can happily dump somewhere on my system
without having to install? In case it matters, this is for a WAMP-like
project I'm developing that includes a working Trac installation.
Hence the need for Python, and the lack of need for an installer. And
no, I *really* don't want to compile from source.

Many thanks in advance!


Movable Python provides a convenient way of getting (effectively)
Python binaries without needing to install Python.

http://www.voidspace.org.uk/python/movpy/

It has a funky GUI program launcher and is integrated with SPE to make
a portable development environment that will work from a USB key.

All the Best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml

Jan 4 '06 #8
Mike Meyer wrote:
du***********@ gmail.com writes:

Yeah, I guess that is one route to go down. It just seems, I don't
know, hacky. I will try it though, if I can't find the binaries online
by themselves. I don't think it's a question of being "hard to do"
using the method you suggested, I just find it really odd that the only
method of delivery for win32 platform (for end users, at least) is via
an MSI.


Not quite. End users can install from sources. It's just a lot more
work than using an MSI.
I don't know, maybe it's just me :P


Possibly you're the only one who is happy with prebuilt binaries and
at the same time unhappy with using an MSI?

Which leads to the question - exactly what do you dislike about
getting an MSI?

<mike

Hello,

For distribution, it can often be easier to simply dump the
files onto the hard drive than run an MSI in silent mode, you can run an
MSI in silent mode but it involves bit more mucking about. Running an
MSI out of silent mode is not an option, if your installer starts firing
up other windows (command prompt or otherwise) - it looks amateurish and
cheap.

Certainly installing python on a box for a developer or to
support/install an in-house app, the MSI is fine and preferable.

Cheers,

Neil

--

Neil Benn
Senior Automation Engineer
Cenix BioScience
BioInnovations Zentrum
Tatzberg 47
D-01307
Dresden
Germany

Tel : +49 (0)351 4173 154
e-mail : be**@cenix-bioscience.com
Cenix Website : http://www.cenix-bioscience.com

Jan 5 '06 #9
Out of interest, doesn't the Python binary use the registry (and
environment variables) for building sys.path ?

Won't you still have conflicting path issues if you use an alternative
binary with an existing 'normal' install ?

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/index.shtml

Jan 7 '06 #10

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

Similar topics

2
1842
by: Fred the man | last post by:
Hi, I'm a PHP newbie, and am stuck as to why I can't find a pattern in a Win32 binary file. I'm actually trying to extract the FileVersion information myself since PHP under Unix doesn't seem to offer support for the PE file format: -------------
11
8566
by: Matt Gerrans | last post by:
Looks like the installer for the Win32 extensions has changed from Wise to distutils, so now my automated silent installations don't work anymore. Anyone know if the distutils binary installer can be run silently? I haven't been able find a command line reference for distutils binaries (I'm still sifting through http://www.python.org/doc/current/dist/, though...). Maybe there is a better way to do an unattended install of the Win32...
9
1425
by: Robin Becker | last post by:
Does anyone know if it is feasible to have static libraries for both 2.3 and 2.4 compatible extensions. I'm worrying about libjpeg etc in a win32 environment. -- Robin Becker
0
1545
by: Nigel Leach | last post by:
Hi, I have a script that runs perfectly natively. However, when compiled (using perlapp from ActiveState's Dev Kit) it fails to run from a DOS command window, and fails with … Can't locate object method "load" via package "Win32::Exe::PE" at /PerlApp/Parse/Binary.pm line 453. I assuming, perhaps naively, that this is something that can be fixed in my script, rather than being an issue with perlapp.
0
3172
by: Rafa³ Kot | last post by:
Hello, i got problem with Win32:API module. I have instaled ActivePerl on windows 95 (i must use this one ;/ ) after this i have downloded binary package Win32-Api, and ppm install Win32-API.ppd. But when i try to run my program i get error: Win32::API object version 0.41 does not match $Win32::API::VERSION 0.01 at... Anyone know how to fix it?
2
1816
by: Peter Gebauer | last post by:
Hello. This section works fine: CREATE TABLE torder ( id INT8 NOT NULL PRIMARY KEY ); CREATE TABLE torder_row ( id INT8 NOT NULL PRIMARY KEY,
1
1359
by: Tom Hebbron | last post by:
Hi group, I've installed the win32 binary version of the 8.0beta1 using the PGInstaller (http://pgfoundry.org/projects/pginstaller). I've also downloaded the source to compile on our linux boxes and that is fine. The problem I've got now is building binaries of the contrib folder for win32 - specifically the fuzzystrmatch and tsearch2 bits - but I'm sure the rest would be useful. I've installed MinGW and had a bash at compiling in...
0
2962
by: Mythran | last post by:
I wrote some code that is supposed to enumerate through the specified file's win32 resources and return a string-array of all icon names. When it runs, it returns a string-array with a bunch of numbers in sequential order (1-55 when ran against iexplore.exe). When I open up iexplore.exe in Visual Studio, I see 23 icons. Each icon has 1 or more sizes of the icon...I'm assuming that there are, in fact, 55 icon resources in iexplore.exe,...
3
4084
by: somuchh8 | last post by:
Hi, I'm having a lot of trouble with the Win32::Spawn module in perl. Here is my situation, I have a Win32::Spawn call which looks like this: my $success = undef; my $cmdline = EBDTools::os_path("${nh_home}/web/aview/modules/svcrsp-ng/saSync.pl"); $success = Win32::Spawn($^X, "${^X} $cmdline ${optfile}", $pid); if (! $success) { my $lasterr = Win32::GetLastError(); return_configerror("Failed to create commit / sync process...
0
1038
by: Ray Schumacher | last post by:
Is there a posh Win32 binary? Or better, has anyone successfully compiled modules for Python 2.4 with the newest "free" tools? Do I need to move to 2.5? I could not get it to compile with my (apparently incomplete) MS C++ 7.1 install (which did, however, work for weave/blitz, before). The 7.1 compiler with the 1.1SDK is no longer available, so I can't repair the install. I went through the motions of compiling yesterday with the new MS...
0
8397
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8605
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7333
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6167
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4315
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1620
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.