Basic Information about Python

D

Durga D

Hi All,

I am new to python based application developement. I am using
Windows XP.

1. Can I create desktop application (just hello world program) with
Python
language like exe in VC++?

2. If First statement is Yes, Can I include this application with
my
existing setup(assume 10 MB) for windows?

3. If Second statement is Yes, What will be the setup size?

Thank in advance.

Regards,
Durga.
 
J

Jean-Michel Pichavant

Durga said:
Hi All,

I am new to python based application developement. I am using
Windows XP.

1. Can I create desktop application (just hello world program) with
Python
language like exe in VC++?
yes
http://www.py2exe.org/
2. If First statement is Yes, Can I include this application with
my
existing setup(assume 10 MB) for windows?
you mean include it in a windows installer ? If so yes.
3. If Second statement is Yes, What will be the setup size?


Thank in advance.

Regards,
Durga.

JM
 
D

Durga D

Hi JM,

Thanks alot for your prompt response.

If I include into windows setup, what will be setup size (assume
before include 10 MB)? i mean, python supporting dlls/libs size for
python exe.

Regards,
Durga.
 
K

kevinlcarlson

Hi JM,

   Thanks alot for your prompt response.

   If I include into windows setup, what will be setup size (assume
before include 10 MB)? i mean, python supporting dlls/libs size for
python exe.

Regards,
Durga.

I use Pyinstaller with good results. The Python runtime dll is about
two megs, plus a few others depending on what imports you are using.
For example, using wxPython to create a Windows app will add several
files totaling several megs. You can then simply copy the
distribution file directory to the target machine, or use any good
installer software.

http://www.pyinstaller.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,234
Latest member
SkyeWeems

Latest Threads

Top