Re: [Tutor] setting

2005-10-19 Thread paul brian
__ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] IDLE will not appear under Win95 (Python 2.4.2) (fwd)

2005-10-17 Thread paul brian
this? If so, try reinstalling and just leave > > the installation path at the defaults (Python should install under > > "C:\PYTHON24", I think.) > > > > IDLE has unfortunately been a bit problematic in the Python 2.4 release, > > so if you continue to run int

Re: [Tutor] how to create GUI for Python progs

2005-10-14 Thread paul brian
ld you possibly advise me smth useful? > -- > Best regards, > > Olexiy Kharchyshyn > > [EMAIL PROTECTED] > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > --

Re: [Tutor] passing variable to python script

2005-10-14 Thread paul brian
____ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Fwd: if-else statements

2005-10-14 Thread paul brian
My apologies - I keep failing to reply-all. -- Forwarded message -- From: paul brian <[EMAIL PROTECTED]> Date: Oct 14, 2005 10:04 AM Subject: Re: [Tutor] if-else statements To: Andre Engels <[EMAIL PROTECTED]> I would also suggest you look at either datetime m

Re: [Tutor] Walk a dictionary recursively

2005-10-11 Thread paul brian
in advance, > negroup > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] and-or precedence

2005-10-10 Thread paul brian
cs.python.org/lib/boolean.html > > Thanks > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Accessing Variables

2005-10-05 Thread paul brian
7;d check. > > Matt > > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] need help to understand terms for desinging a program

2005-10-05 Thread paul brian
AIL PROTECTED]> wrote: > On 10/5/05, paul brian <[EMAIL PROTECTED]> wrote: > > This is a pretty big question, and it would be easier to answer if you > > can give us more details about what you want to do. > > > > It seems you want to inspect outgoing mails (possibly r

Re: [Tutor] need help to understand terms for desinging a program

2005-10-05 Thread paul brian
ks in advance for your help. > -- > Regards, > Hameed U. Khan > Registered Linux User #: 354374 > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > -- -- Paul Bri

Re: [Tutor] Beautiful soup

2005-10-04 Thread paul brian
en_local_file >stats = os.stat(localfile) > OSError: [Errno 2] No such file or directory: > '\\C:\\Python24\\FRE_word_list.htm > Any idea how to solve it ? The file is on my PC. > > I am using Python 2.4 on Win XP. > > Thanks in advance. > > David > > > > ___ > How much free photo storage do you get? Store your holiday > snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] find data in html file

2005-09-30 Thread paul brian
rs" before they give you a key for the real world. Its a bit of a pain, so i just hacked turbo-ebay a while back and made do. Worked quite well really. -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ T

Re: [Tutor] HTTP GET Request

2005-09-27 Thread paul brian
ke a simple thing, but as I'm new to python, I don't know where > to start. > > Thank you for any help you can give. > > > Jerl > > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listi

Re: [Tutor] Help with pi and the math module.

2005-09-26 Thread paul brian
rt math > you can type: diameter * math.pi > > if you use from math import * > you can type: diameter * pi > > Cheers, > pujo > > > On 9/24/05, Nathan Pinno <[EMAIL PROTECTED]> wrote: > > > > > > Hi all, > > > > I need help with pi and the ma

Re: [Tutor] simplifying with string-formatting operator

2005-09-23 Thread paul brian
tember", "October", "November", "December"] > monthStr = months[month-1] >date2 = monthStr+" " + str(day) + ", " + str(year) > >print "The date is", date1, "or", date2 > > main() > > ___ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > > > -- -- Paul Brian m. 07875 074 534 t. 0208 352 1741 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python DB

2005-09-22 Thread paul brian
o functions > on objects.. > > If people have more comments in the light of the bigger spec. above, I'd > still love to hear them... > > Matt > > _______ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailm

Re: [Tutor] time challange

2005-09-22 Thread paul brian
nd there seems to be a divide operation, but i dont quite know what it > is talking about > with the deltas. > > anyone have a good start point? > > thanks > shawn > ___ > Tutor maillist - Tutor@python.org > http://mail.

Re: [Tutor] Using superclass __init__ method

2005-09-22 Thread paul brian
e - most of us mortals have had to read it several times. Things also get a little more complex with __new__ but its all in there However I have not found a really good explanation of the whole instance creation thing - perhaps this list could make one? ---