473,699 Members | 2,367 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a Python installer in win32

Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?
Jul 18 '05 #1
5 1537
martin z wrote:

Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?


Py2exe plus any freely available installer (InnoSetup?) does the job.

-Peter
Jul 18 '05 #2
"martin z" <px**@hotmail.c om> writes:
Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?


I recommend to use a Python binary distribution mechanism, such as
installer:

http://www.mcmillan-inc.com/install1.html

Regards,
Martin

Jul 18 '05 #3
On Wed, 26 Nov 2003 04:25:34 +0000, martin z wrote:
Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?


Yes.

http://homepages.tesco.net/~J.deBoyn...o-answers.html

--
Patrick
pt*****@earthli nk.net
Author of LaunchControl for Flight Simulator

Jul 18 '05 #4
You know exactly what he was asking. Some people just like to make things more difficult than they
have to be. Fortunately, someone already gave him a decent answer.

On Wed, 26 Nov 2003 09:36:49 GMT, Patrick <pt*****@earthl ink.net> wrotf:
On Wed, 26 Nov 2003 04:25:34 +0000, martin z wrote:
Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?


Yes.

http://homepages.tesco.net/~J.deBoyn...o-answers.html


Jul 18 '05 #5
Patrick wrote:
On Wed, 26 Nov 2003 04:25:34 +0000, martin z wrote:

Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?

Yes.

http://homepages.tesco.net/~J.deBoyn...o-answers.html


In the real world, if you were asked "do you have the time?", would you
truly asnwer "Yes" and walk-away?

Do-unto-others-as-you-would-do-unto-them-in-the-real-world <wink> ly,

Mark.
Jul 18 '05 #6

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

Similar topics

0
1030
by: Bob Gailer | last post by:
I need to register Python 2.1.3 so I can, in turn, install sqlite-python-0.3.1.win32-py2.1.exe, so I can in turn use pysqlite with ZOPE. Is there a way to register the python 2.1.3 that comes w/ZOPE so the pysqlite installer can find it? I tried regsrv32 on python.exe and on python21.dll to no avail. Or is there a way to make a registry entry for Py2.1.3? Or is there a way to run sqlite-python-0.3.1.win32-py2.1.exe and tell it
11
8590
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...
6
2363
by: Fuzzyman | last post by:
I'll post this to the image-sig as well, but the audience is a bit wider here. I've just upgraded to Python 2.4. I've installed the free microsoft optimising compiler and hacked distutils to use it - following the instructiosn from http://www.vrplumber.com/programming/mstoolkit/ . It works great and I've built a windows installer for PyCrypto 2.0. I'm attempting to compile PIL for python 2.4. The build instructions for windows say :
17
1742
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.2 (final). Python 2.4.2 is a bug-fix release. See the release notes at the website (also available as Misc/NEWS in the source distribution) for details of the more than 60 bugs squished in this release. For more information on Python 2.4.2, including download links for various platforms, release notes, and known issues,...
16
5207
by: PyDenis | last post by:
Today, I found strange error while using py2exe: 1. I wrote simple program and save as 1.py: import win32ui import win32con win32ui.MessageBox('Test messageBox.' , 'Test', win32con.MB_OK | win32con.MB_TOPMOST ) 2. I create 1_setup.py file for py2exe:
0
4566
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 349 open ( +7) / 3737 closed (+25) / 4086 total (+32) Bugs : 939 open (-12) / 6648 closed (+60) / 7587 total (+48) RFE : 249 open ( -8) / 278 closed (+12) / 527 total ( +4) New / Reopened Patches ______________________
7
3575
by: DanielJohnson | last post by:
I have a small project which has around 10 .py files and I run this project using command line arguments. I have to distribute this project to somebody. I was wondering how can I make an executable or some kind of installer, so that end user doesn't need to compile and worry if he/ she has Python installed or not ? Every help is greatly appreciated.
10
2758
by: anton | last post by:
Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available)
5
2420
by: Payala | last post by:
Hello, I have tried to install python 2.5.1 and 2.5.2 with the same error. The installer starts fine, but when it gets to the part that says "Status: Copying new files" it terminates with an error code of 2356. Does anyone have a clue to what to do? Thanks in advance for your help
0
9174
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
9034
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8914
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8883
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
7750
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...
0
4629
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3057
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2347
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2009
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.