472,793 Members | 2,277 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,793 software developers and data experts.

Py2exe for packaging installers?

Hi all,

I am trying to find out what tools (platform-independent if possible) that I
can use to package a goup (few) of installers to become an exe application.
I have heard of Py2exe but have not use it before. Could it be used to wrap
different installers (for example Python and Leo, python-based application)
together? Does the installers have to be python-based to be able to use
Py2exe? Are there any other alternatives?

Many thanks in advance for your advice

regards
Casey Wong
Jul 28 '06 #1
2 1340

K.S.Wong wrote:
Hi all,

I am trying to find out what tools (platform-independent if possible) that I
can use to package a goup (few) of installers to become an exe application.
I have heard of Py2exe but have not use it before. Could it be used to wrap
different installers (for example Python and Leo, python-based application)
together? Does the installers have to be python-based to be able to use
Py2exe? Are there any other alternatives?

Many thanks in advance for your advice

regards
Casey Wong
Hi Casey Wong,

If you download py2exe, you'll find a number of examples of how to use
py2exe to create installers using InnoSetup.
On the wiki, you'll also find examples of how to do this -- even with
pygtk applications.

However, it's not platform independant -- it'll be for windows only.

Cheers,

--Tim

Jul 28 '06 #2
>
However, it's not platform independant -- it'll be for windows only.
Yeah, u'll have to use py2exe similars for mac (should be py2app, if i
remember right....). py2exe is a Python distutils extension which
converts python scripts into executable windows programs

cheers

Fabio

Jul 28 '06 #3

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

Similar topics

0
by: Jamie | last post by:
Hi all, I have a wxPython application that I'm packaging with py2exe. I've encountered a couple of problems with the latest py2exe with the latest python and wxPython releases, and was wondering...
10
by: achrist | last post by:
The py2exe says that a console app should have the --console option and a windows app should have the --windows option. What is the way to py2exe a python program that uses both console and...
6
by: Luc Saffre | last post by:
Hello, I had a strange problem when freezing (using either py2exe or McMillan installer) a script that imports reportlab (which imports PIL (which imports FixTk))). - Python 2.3.3c (also with...
1
by: Ishwor | last post by:
Having coded 1.72kb python test file, i decided to convert it to .exe file using py2exe. Having succeded doing it, i found the need to distribute the whole directory including these files ?!!!???...
2
by: Jimmy Retzlaff | last post by:
I am taking over the maintenance and support of py2exe from Thomas Heller. As he announced a few weeks ago he is looking to focus on other things. py2exe has been very useful to me over the years...
0
by: jantod | last post by:
I am trying to package my application with py2exe. Unfortunately it uses both scipy/numpy and numarray so I'm having to jump through a lot of hoops to get it going. I'm getting problems packaging...
1
by: Dave Lim | last post by:
>On May 3, 1:29 pm, Dave Lim <diband... at yahoo.com> wrote: site:http://surguy.net/articles/speechrecognition.xml used out tried ? to protection aroundhttp://mail.yahoo.com I went and
5
by: Doug Morse | last post by:
Hi, I have an application that runs just fine using the standard Python distro interpreter (v2.5.1 on WinXP) but throws the following exception when run as an executable built with py2exe. My...
12
by: chardish | last post by:
Hello, I'm trying to build an executable with py2exe, but unfortunately the version I have is 0.6.6, which has a rather annoying bug that doesn't let you rename the executable file if you bundle...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.