473,325 Members | 2,308 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,325 software developers and data experts.

py2exe

I'm a newbie at programmin. I've downloaded Python and am going through
"How to think like a computer scientist". I've also downloaded py2exe
and I don't really know how to use it. For one what is the disutil?
thanks for the help yall.

Jul 18 '05 #1
6 2042
I'm sure that you will get plenty of lambasting for this kind of post, but
since you are new...

(1) try google first
(2) read the "how to be a hacker" page:
<http://www.catb.org/~esr/faqs/hacker-howto.html>
(3) read the "how to ask questions" page:
<http://www.catb.org/~esr/faqs/smart-questions.html>

Then post.

Welcome to the python community. We look forward to interacting with you.

James

On Thursday 03 March 2005 09:59 am, de**************@yahoo.com wrote:
I'm a newbie at programmin. I've downloaded Python and am going through
"How to think like a computer scientist". I've also downloaded py2exe
and I don't really know how to use it. For one what is the disutil?
thanks for the help yall.


--
James Stroud, Ph.D.
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095
Jul 18 '05 #2
This looks like a pretty quick introduction/instruction page for
py2exe:

http://starship.python.net/crew/theller/py2exe/

How did we ever live without Google?
de**************@yahoo.com wrote:
I'm a newbie at programmin. I've downloaded Python and am going through "How to think like a computer scientist". I've also downloaded py2exe
and I don't really know how to use it. For one what is the disutil?
thanks for the help yall.


Jul 18 '05 #3
On 3 Mar 2005 11:06:58 -0800, jp*****@gmail.com wrote:
How did we ever live without Google?


We used Yahoo (and still using it)
Jul 18 '05 #4
BOOGIEMAN wrote:
On 3 Mar 2005 11:06:58 -0800, jp*****@gmail.com wrote:

How did we ever live without Google?

We used Yahoo (and still using it)


Even before Yahoo used Google themselves?

regards
Steve
--
Meet the Python developers and your c.l.py favorites March 23-25
Come to PyCon DC 2005 http://www.pycon.org/
Steve Holden http://www.holdenweb.com/
Jul 18 '05 #5
> On 3 Mar 2005 11:06:58 -0800, jp*****@gmail.com wrote:
How did we ever live without Google?

On Thu, 03 Mar 2005 21:48:27 +0100, BOOGIEMAN wrote: We used Yahoo (and still using it)


Altavista. Lycos.

Veronica on gopher. Archie on telnet.

Lists of anonymous ftp sites (like
http://thproxy.jinr.ru/file-archive/...p/ftpsites.lst
), a good memory and lots of free time.

Usenet archives.

Word of mouth.

Andrew
da***@dalkescientific.com

Jul 18 '05 #6
D H
de**************@yahoo.com wrote:
I'm a newbie at programmin. I've downloaded Python and am going through
"How to think like a computer scientist". I've also downloaded py2exe
and I don't really know how to use it. For one what is the disutil?
thanks for the help yall.


You'll get better help for beginner questions on the python-tutor list:
http://mail.python.org/mailman/listinfo/tutor
Jul 18 '05 #7

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...
1
by: | last post by:
I want a binnary file to my aplicattion, but py2exe don't match the xmll.sax module. the py2exe shows this errors: warning: py2exe:...
2
by: Stefan Behrens | last post by:
Hi, does anybody know how I can get py2exe to work with wxPython's wxCalendarCtrl? Currently, I have just a "standard" setup.py, and py2exe gives me a syntax error. Do I need to include any...
0
by: Kathleen Kudzma | last post by:
I'm having a problem with py2exe for Python 2.3. I got fixed the Lookuperror no codec search functions registered: can't find encoding by following the instructions on the py2exe page (added...
8
by: Kathleen Kudzma | last post by:
Does anyone know how to resolve the following problem that I'm getting in Python 2.2 and 2.3? PROBLEM: When I try to create a classReader object I get an exception: "SAXReaderNotAvailable: No...
0
by: Steven Bell | last post by:
I am trying to build an executable from a python script. Using python 2.3, SOAPpy 0.10.3, Py2exe 0.4.2. Build command: python setup.py py2exe -w --includes xml.sax.drivers2.drv_py I get the...
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...
0
by: David Vaughan | last post by:
py2exe and Pmw problem ---------------------- I was really surprised not to find some faq setting out what to do to get py2exe working for a program using Pmw. I'm haemorrhaging time here, and...
0
by: Larry Bates | last post by:
Jimmy Retzlaff wrote: Everyone, Thanks for all your hard work on py2exe, it is greatly appreciated. -Larry Bates
0
by: Jimmy Retzlaff | last post by:
py2exe 0.6.9 released ===================== py2exe is a Python distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.