Re: [Tutor] Tutor Digest, Vol 34, Issue 7

2006-12-05 Thread Alan Gauld

Lazarus billa [EMAIL PROTECTED] wrote 

 When I wanted to Browse [EMAIL PROTECTED] I am not
 able to get it and it indicates cannot find server
 due to Syntax Error. Plz Advise.

It means you've made a mistake in your code.
Can you give us a clue by including some code?
That way we might be able to tell you what the syntax error is.

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Tutor Digest, Vol 34, Issue 7

2006-12-04 Thread Lazarus billa
Dear Sir,
When I wanted to Browse [EMAIL PROTECTED] 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
--- [EMAIL PROTECTED] wrote:

 Send Tutor mailing list submissions to
   tutor@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
   [EMAIL PROTECTED]
 
 You can reach the person managing the list at
   [EMAIL PROTECTED]
 
 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 sizeusing 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 sizeusing Tkinter
 (Feise, David)
6. difflib.SequenceMatcher with
 get_matching_blocks isincorrect
   (Thomas)
 
 

--
 
 Message: 1
 Date: Mon, 4 Dec 2006 16:43:42 +
 From: Asrarahmed Kadri [EMAIL PROTECTED]
 Subject: [Tutor] Getting the screen sizeusing
 Tkinter
 To: tutor-python tutor@python.org
 Message-ID:
 

[EMAIL PROTECTED]
 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 [EMAIL PROTECTED]
 Subject: [Tutor] Why is startfile unavailable on my
 mac?
 To: tutor@python.org
 Message-ID:

[EMAIL PROTECTED]
 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 [EMAIL PROTECTED]
 Subject: Re: [Tutor] Why is startfile unavailable on
 my mac?
 To: tutor@python.org
 Message-ID:
 

[EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii
 
  
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of
 Nathan Cain
  Sent: Monday, December 04, 2006 9:52 AM
  To: tutor@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 ===