Re: [Tutor] Psyco module

2008-12-08 Thread Python Nutter
It only runs on Intel 386-compatible processors. Once we know what CPU you are using then we can figure it out better. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Question

2008-11-10 Thread Python Nutter
I use Notepad++ on my Windows box for Python, but my feeling about it is a bit "Blah..." but thats my feeling with Windows in general ;-) I think I'm one of the rare ones who do not like its choice of Syntax Highlighting colours. But too lazy to change them since I don't do much development on my

Re: [Tutor] wanting to learn

2008-06-11 Thread Python Nutter
repost as didn't reply to list first time: 2008/6/12 Michael yaV <[EMAIL PROTECTED]>: > A little background on myself. I am a web designer so I am a Mac person. I > have taught myself HTML and flash by reading manuals and a lot of trial and > error over the last 11 years. I have always wanted to

Re: [Tutor] What lib should I use?

2008-05-25 Thread python nutter
ng or wanting to make a web spider. Check out a) urllib b) urllib2 c) beautifulsoup a + b are built-ins. c you have to download and install from http://www.crummy.com/software/BeautifulSoup/ Cheers, Python Nutter ___ Tutor maillist - Tutor@python.