Re: [BangPypers] Harvestman error

2010-05-30 Thread Jeffrey Jose
Let me state at the outset that I have no idea what Harvestman is or what you're trying to acheieve. Looking at the stacktrace, I'll give you some pointers as to what I'd do if I had got this error. 1. File

Re: [BangPypers] Harvestman error

2010-05-30 Thread Ramdas S
On Sun, May 30, 2010 at 10:23 PM, Jeffrey Jose jeffjosej...@gmail.comwrote: Let me state at the outset that I have no idea what Harvestman is or what FYI Author of Harvestman Anand Pillai is on this list. -- Ramdas S +91 9342 583 065 ___ BangPypers

Re: [BangPypers] Harvestman error

2010-05-30 Thread Jeffrey Jose
that's great. I'm sure he'll have better input. On Sun, May 30, 2010 at 10:27 PM, Ramdas S ram...@gmail.com wrote: On Sun, May 30, 2010 at 10:23 PM, Jeffrey Jose jeffjosej...@gmail.com wrote: Let me state at the outset that I have no idea what Harvestman is or what FYI Author of

[BangPypers] PYTHON ON NOKIA E71

2010-05-30 Thread Dipo Elegbede
Hi all, Pls does anyone know whether I can install python and code on my Nokia E71? I have full access to computer at my office but not at home. This is creating a serious break in my flow of study. With python on my phone,I can learn and code on the fly. Already,I read Alan Gauld's note from my

Re: [BangPypers] Extracting zipfile

2010-05-30 Thread Roshan Mathews
On Mon, May 31, 2010 at 05:56, murugadoss murugadoss2...@gmail.com wrote: zipfile.extractall(home/murugadoss/testfile.zip) Traceback (most recent call last):  File stdin, line 1, in module AttributeError: 'module' object has no attribute 'extractall'

Re: [BangPypers] Extracting zipfile

2010-05-30 Thread Jeffrey Jose
Dear Murugadoss, If you're starting out Python, I highly recommend IPython ( http://ipython.scipy.org/moin/ ). With its excellent tab completion, you would never run into an AttributeError /jeff On Mon, May 31, 2010 at 7:30 AM, Roshan Mathews rmath...@gmail.com wrote: On Mon, May 31, 2010

Re: [BangPypers] Extracting zipfile

2010-05-30 Thread Senthil Kumaran
On Mon, May 31, 2010 at 08:32:01AM +0530, Jeffrey Jose wrote: Dear Murugadoss, If you're starting out Python, I highly recommend IPython ( http://ipython.scipy.org/moin/ ). With its excellent tab completion, you would never run into an AttributeError I doubt. We better recommend him to