using - python 3, python shell

i've tried looking online and in a couple of books, but i can't find an explicit example of creating an exe.
could one of ya'll share the steps?

ty,
frank

Recommended Answers

All 3 Replies

I think the most straight forward resource is py2exe.

Here's a tutorial.

Also, if you search this forum, you'll find numerous examples.

If you want to show friends some of your great Python programs, I recommend this approach:

Portable Python installs a portable version of Python right on a small and inexpensive USB flash drive (plan on at least 150MB). You can use the flash drive now on Windows computers that do not have Python installed. It comes in Python25, Python26 and Python30 flavors. It's free, see:
http://www.portablepython.com/releases/

Portable Python 1.1 based on Python 2.5.4
Django-1.0.2-final (for web site creation)
IPython-0.9.1
Matplotlib-0.98.5.2 (for plotting graphs)
Numpy-1.2.1 (high speed arrays for science)
PIL-1.1.6 (the Python Image Library)
Py2exe-0.6.9 (for distributing .exe files)
PyGame-1.8.1 (a game toolkit)
PyReadline-1.5
PyScripter v1.9.9.6 ( a nice IDE)
PyWin32-212
Rpyc-2.60
Scipy-0.7.0b1
SPE-0.8.4.c (another nice IDE)
VPython-3.2.11 (3D modeling)
wxPython-unicode-2.8.9.1 (GUI toolkit)

Portable Python 1.1 based on Python 2.6.1
Django-1.0.2-final
IPython-0.9.1
PIL-1.1.6
Py2exe-0.6.9
PyGame-1.8.1
PyReadline-1.5
PyScripter v1.9.9.6
PyWin32-212
Rpyc-2.60
SPE-0.8.4.c
wxPython-unicode-2.8.9.1

Portable Python 1.1 based on Python 3.0.1
PyScripter v1.9.9.6
Rpyc-2.60

Might even work on Linux machines if they have "Wine" installed.

You can also take a look at IronPython and SharpDevelop. It uses .NET or Mono and ties into the C# compiler.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.