473,385 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

py2exe: no exe produced?

I tried py2exe the latest version with python 2.4 on windows.

the setup script looks like this:
___________________________________________

# setup.py
from distutils.core import setup
import py2exe

setup(name="Hello",
scripts=["f:\python\hello.py"],)

____________________________________________

when I run the script, the output looks like

F:\Python>python setup.py py2exe
running py2exe
running build_scripts
creating F:\Python\dist
*** searching for required modules ***
*** parsing results ***
*** finding dlls needed ***
*** create binaries ***
*** byte compile python files ***
skipping byte-compilation of D:\Python24\lib\UserDict.py to
UserDict.pyc
skipping byte-compilation of D:\Python24\lib\atexit.py to atexit.pyc
skipping byte-compilation of D:\Python24\lib\copy.py to copy.pyc
skipping byte-compilation of D:\Python24\lib\copy_reg.py to
copy_reg.pyc
skipping byte-compilation of D:\Python24\lib\linecache.py to
linecache.pyc
skipping byte-compilation of D:\Python24\lib\macpath.py to macpath.pyc
skipping byte-compilation of D:\Python24\lib\ntpath.py to ntpath.pyc
skipping byte-compilation of D:\Python24\lib\os.py to os.pyc
skipping byte-compilation of D:\Python24\lib\os2emxpath.py to
os2emxpath.pyc
skipping byte-compilation of D:\Python24\lib\popen2.py to popen2.pyc
skipping byte-compilation of D:\Python24\lib\posixpath.py to
posixpath.pyc
skipping byte-compilation of D:\Python24\lib\re.py to re.pyc
skipping byte-compilation of D:\Python24\lib\repr.py to repr.pyc
skipping byte-compilation of D:\Python24\lib\sre.py to sre.pyc
skipping byte-compilation of D:\Python24\lib\sre_compile.py to
sre_compile.pyc
skipping byte-compilation of D:\Python24\lib\sre_constants.py to
sre_constants.pyc
skipping byte-compilation of D:\Python24\lib\sre_parse.py to
sre_parse.pyc
skipping byte-compilation of D:\Python24\lib\stat.py to stat.pyc
skipping byte-compilation of D:\Python24\lib\string.py to string.pyc
skipping byte-compilation of D:\Python24\lib\traceback.py to
traceback.pyc
skipping byte-compilation of D:\Python24\lib\types.py to types.pyc
skipping byte-compilation of D:\Python24\lib\warnings.py to
warnings.pyc
*** copy extensions ***
*** copy dlls ***
copying D:\Python24\w9xpopen.exe -> F:\Python\dist
when it's done only 2 files produced under dist dir:
library.zip
w95popen.exe

any ideas?
Thanks in advance!

Aug 14 '05 #1
0 1181

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

Similar topics

0
by: RJS | last post by:
Hi all, I can't get a py2exe compiled app to run with numarray (numarray-0.5.win32- py2.2). Also wxPythonWIN32-2.3.3.1-Py22 and ActivePython-2.2.1-222. In the sample below, commenting out...
2
by: Indigo Moon Man | last post by:
The .dll file that py2exe creates to go with the program is huge even for a small program. Is there any way to possibly optomize the .dll file to make it smaller? -- Audio Bible Online:...
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...
10
by: Thomas Heller | last post by:
**py2exe 0.5.0** (finally) released =================================== py2exe is a Python distutils extension which converts python scripts into executable windows programs, able to run without...
4
by: Simon Dahlbacka | last post by:
I'm "exefying" an application that uses wxpython, some com to control excel and word and want to distribute this application. after creating the executable with py2exe, it still works fine (at...
11
by: Timothy Smith | last post by:
is it possible instead of py2exe putting all library's in a zip file, to just put them in a sub dir?
1
by: Francach | last post by:
Hi, I'm using python 2.4.1, wxPython 2.6.1.0 and py2exe 1.6.3 on Windows XP. My script runs fine with python, but the .exe produced with py2exe crashes out with: Traceback (most recent...
1
by: Thomas W | last post by:
I've produced a "binary" version of a python-script using Py2Exe and when run on WinXP it shows a terminal window for a brief moment then the window disappears. How can I avoid this? I want the...
0
by: Barak, Ron | last post by:
Hi, I'm trying to compile using py2exe, and am getting the following: $ python_win Setup.py py2exe running py2exe creating c:\Documents and Settings\rbarak\rbarak_devel\dpm09\build creating...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...

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.