[Tutor] Tutor Digest, Vol 34, Issue 7

Lazarus billa billa_lazarus at yahoo.com
Tue Dec 5 04:59:59 CET 2006


Dear Sir,
When I wanted to Browse "sevenworlds at att.net" I am not
able to get it and it indicates "cannot find server
due to Syntax Error." Plz Advise.
Urs in His Service 
Rev. Billa. Lazarus
Ph: 91 9948189975
--- tutor-request at python.org wrote:

> 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. Getting the screen size....using Tkinter
> (Asrarahmed Kadri)
>    2. Why is startfile unavailable on my mac?
> (Nathan Cain)
>    3. Re: Why is startfile unavailable on my mac?
> (Mike Hansen)
>    4. Re: Why is startfile unavailable on my mac?
> (Kent Johnson)
>    5. Re: Getting the screen size....using Tkinter
> (Feise, David)
>    6. difflib.SequenceMatcher with
> get_matching_blocks is	incorrect
>       (Thomas)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 4 Dec 2006 16:43:42 +0000
> From: "Asrarahmed Kadri" <ajkadri at googlemail.com>
> Subject: [Tutor] Getting the screen size....using
> Tkinter
> To: tutor-python <tutor at python.org>
> Message-ID:
> 
>
<b4e894c70612040843o18d82930tcc9f254872c6cc11 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hi folks,
> 
> Is it possible to get the screen size using a
> standard API of Tkinter?
> 
> And also any function to position the window in the
> center of the screen..??
> 
> Thanks in anticipation.
> 
> Regards,
> 
> Asrarahmed Kadri
> 
> -- 
> To HIM you shall return.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
>
http://mail.python.org/pipermail/tutor/attachments/20061204/6dbfe8ac/attachment-0001.html
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Mon, 4 Dec 2006 10:51:58 -0600
> From: Nathan Cain <ncain at web-magnets.com>
> Subject: [Tutor] Why is startfile unavailable on my
> mac?
> To: tutor at python.org
> Message-ID:
>
<19F36593-C49B-4AEB-9E91-109DCA40F75A at web-magnets.com>
> Content-Type: text/plain; charset="us-ascii"
> 
> When I type the following in macpython IDLE,:
> 
>  >>> import os
>  >>> os.startfile()
> 
> I get the following error:
> 
> Traceback (most recent call last):
>    File "<pyshell#10>", line 1, in <module>
>      os.startfile()
> AttributeError: 'module' object has no attribute
> 'startfile'
> 
> Why is this unavailable to me?
> 
> I am trying to open a url in a browser window.
> 
> If startfile is just not available on the mac, can
> someone please  
> give me some simple example code that will open
> http://www.python.org  
> in a safari window?
> 
> Thank you.
> 
> *******************************************
> Nathan Cain
> http://www.Web-Magnets.com
> 
> Refrigerator Magnets & Promotional Products
> 
> Office: 1-877-WEB-MAGNETS (932-6246)
> Cell Phone: 1-501-276-0817
> Fax: 1-267-295-8776
> 
> Click here if you want me to email you
> when we run sales or specials.
> *******************************************
> 
> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
>
http://mail.python.org/pipermail/tutor/attachments/20061204/7bde4b84/attachment-0001.htm
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Mon, 4 Dec 2006 10:01:13 -0700
> From: "Mike Hansen" <Mike.Hansen at atmel.com>
> Subject: Re: [Tutor] Why is startfile unavailable on
> my mac?
> To: <tutor at python.org>
> Message-ID:
> 
>
<57B026980605A64F9B23484C5659E32E44E823 at poccso.US.ad.atmel.com>
> Content-Type: text/plain; charset="us-ascii"
> 
>  
> 
> > -----Original Message-----
> > From: tutor-bounces at python.org 
> > [mailto:tutor-bounces at python.org] On Behalf Of
> Nathan Cain
> > Sent: Monday, December 04, 2006 9:52 AM
> > To: tutor at python.org
> > Subject: [Tutor] Why is startfile unavailable on
> my mac?
> > 
> > When I type the following in macpython IDLE,:
> > 
> > >>> import os
> > >>> os.startfile()
> > 
> > I get the following error:
> > 
> > Traceback (most recent call last):
> >   File "<pyshell#10>", line 1, in <module>
> >     os.startfile()
> > AttributeError: 'module' object has no attribute
> 'startfile'
> > 
> > 
> > Why is this unavailable to me?
> > 
> > 
> > I am trying to open a url in a browser window.
> > 
> > 
> > If startfile is just not available on the mac, can
> someone 
> > please give me some simple example code that will
> open 
> > http://www.python.org in a safari window?
> > 
> > 
> > Thank you.
> > 
> > *******************************************
> > Nathan Cain
> 
> I just read the docs. I'm assuming that
> "Availability: Windows" means
> that it's Windows only.
> 
> Mike 
> -------------- next part --------------
> -------------
> 
>   NOTICE:  This e-mail transmission and any
> documents or files attached to
>   it contain information for the sole use of the
> above-identified individual or entity.
> 
>   Its contents may be privileged, confidential, and
> exempt from disclosure under the law.
>   Any dissemination, distribution, or copying of
> this 
=== message truncated ===



 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.


More information about the Tutor mailing list