[Tutor] RE: tcl/tk 8.45 installation

Rodolfo Rosario rodolfo49 at hotmail.com
Fri Mar 5 14:48:25 EST 2004


Henry Steigerwaldt,

you downloaded the SOURCES, it means you have to COMPILE those files...the 
.zip you downloaded don`t bring any executable files(.exe)...just try to get 
the installation files(.exe or something like it...)

that`s what i think...:)

rodux


>From: tutor-request at python.org
>Reply-To: tutor at python.org
>To: tutor at python.org
>Subject: Tutor Digest, Vol 1, Issue 2643
>Date: Fri, 05 Mar 2004 12:03:36 -0500
>MIME-Version: 1.0
>Received: from mc12-f20.hotmail.com ([65.54.167.156]) by 
>mc12-s21.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Fri, 5 Mar 2004 
>09:04:48 -0800
>Received: from mail.python.org ([12.155.117.29]) by mc12-f20.hotmail.com 
>with Microsoft SMTPSVC(5.0.2195.6824); Fri, 5 Mar 2004 09:03:52 -0800
>Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)by 
>mail.python.org with esmtp (Exim 4.22)id 1AzIjY-0004sY-Ry; Fri, 05 Mar 2004 
>12:03:36 -0500
>X-Message-Info: VggZFA0O609FKL16Pw+OVQGTiZHSkFHXBlLduQUQld8=
>X-BeenThere: tutor at python.org
>X-Mailman-Version: 2.1.5b1
>Precedence: list
>List-Id: Discussion for learning programming with Python <tutor.python.org>
>List-Unsubscribe: 
><http://mail.python.org/mailman/listinfo/tutor>,<mailto:tutor-request at python.org?subject=unsubscribe>
>List-Archive: <http://mail.python.org/pipermail/tutor>
>List-Post: <mailto:tutor at python.org>
>List-Help: <mailto:tutor-request at python.org?subject=help>
>List-Subscribe: 
><http://mail.python.org/mailman/listinfo/tutor>,<mailto:tutor-request at python.org?subject=subscribe>
>Errors-To: tutor-bounces at python.org
>Message-Id: <E1AzIjY-0004sY-Ry at mail.python.org>
>Return-Path: tutor-bounces at python.org
>X-OriginalArrivalTime: 05 Mar 2004 17:03:52.0879 (UTC) 
>FILETIME=[D63B6BF0:01C402D3]
>
>Send Tutor mailing list submissions to
>	tutor at python.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://mail.python.org/mailman/listinfo/tutor
>or, via email, send a message with subject or body 'help' to
>	tutor-request at python.org
>
>You can reach the person managing the list at
>	tutor-owner at python.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Tutor digest..."
>
>
>Today's Topics:
>
>    1. Sightly off topic - download file name (fred)
>    2. Question on installing Tcl/Tk (Henry Steigerwaldt)
>    3. Start (glaine at free.fr)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 4 Mar 2004 19:15:20 +0000 (UTC)
>From: fred <pxlpluker at cfl.rr.com>
>Subject: [Tutor] Sightly off topic - download file name
>To: tutor at python.org
>Message-ID: <loom.20040304T201416-564 at post.gmane.org>
>Content-Type: text/plain; charset=us-ascii
>
>I what to dynamically create a page that has download links to file
>stored on disk.
>the part i don't know how to do (or if its possible) is to a different
>name appear in the browser DL window.
>i.e. I want the files stored with a random string but when being DL to
>have real name show in File Save dialog.
>
>
>Fred
>
>
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 4 Mar 2004 22:44:38 -0600
>From: "Henry Steigerwaldt" <hsteiger at comcast.net>
>Subject: [Tutor] Question on installing Tcl/Tk
>To: <tutor at python.org>
>Message-ID: <001101c4026c$91d33cc0$0201a8c0 at eagle>
>Content-Type: text/plain;	charset="iso-8859-1"
>
>To All:
>
>Quite some time ago, I installed Tcl/Tk 8.0 for windows without
>a problem. It installed pretty much by itself with little or no
>interaction on my part. I think I executed a file and it did the
>rest.
>
>Several days ago, I downloaded the following two files to
>install Tcl/Tk 8.45:
>
>tcl845-src.zip
>tk845-src.zip
>
>After I unzipped the files, I did not find anything obvious to
>select and execute to install either of these programs.
>
>So, what are the procedures (or location on the Web
>for installation instructions) to install these programs?
>
>I must have missed something on the Tcl Developer Xchange
>Web site where if I remember correctly I downloaded the
>files from. By the way, I see now there is an 8.46 version.
>
>Thanks for any response.
>
>Henry Steigerwaldt
>Hermitage, TN
>
>
>
>
>
>------------------------------
>
>Message: 3
>Date: Fri,  5 Mar 2004 14:47:45 +0100
>From: glaine at free.fr
>Subject: [Tutor] Start
>To: tutor at python.org
>Message-ID: <1078494465.4048850161b12 at imp2-q.free.fr>
>Content-Type: text/plain; charset=ISO-8859-1
>
>Hello
>I'm new in python. I try to make a script
>which save the win registry each morning
>after the win98's running. I have a lot of
>problems to concretize my idea about the moment
>when my script start. How to do to run automatically
>my script each morning after the win98's running
>I will accept any suggestions or ideas. I found
>some elements with win32events and handle, but I don't
>understand very well what handle means in python.
>Is there anybody to explain
>me ? Thank all for your help.
>Save Registry.py
>import _ winreg
>t=file('c:\\windows\\bureau\\toto.txt','w')
>p=_winreg.SaveKey(Keys x, Keys y,'t')
>
>
>
>
>------------------------------
>
>_______________________________________________
>Tutor maillist  -  Tutor at python.org
>http://mail.python.org/mailman/listinfo/tutor
>
>
>End of Tutor Digest, Vol 1, Issue 2643
>**************************************

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail




More information about the Tutor mailing list