[Tutor] PyAutoRun

2010-02-25 Thread Zubin Mithra
I have been using python for quite some time; however this is the first python project i have worked on. The code is hosted at http://github.com/zubin71/PyAutoRun The code needs re-factoring and feature additions; i have put up a TODO list there too. It`d be great if anyone could work on this; i

[Tutor] 2to3 conversion

2010-06-09 Thread Zubin Mithra
Hey everyone, I was running 2to3 on a particular file and I got the following traceback( http://paste.pocoo.org/show/223468/). The file which I was attempting to convert can be viewed here( http://paste.pocoo.org/show/223469/). Any pointers on what needs to be done? Thanks in advance, Zubin __

[Tutor] lib2to3 fixers

2010-06-12 Thread Zubin Mithra
Hey everyone, I just discovered that the following construct does not work in Py3k. >>> string.maketrans('-', '_') However, the following works, >>> str.maketrans('-', '_') When i try to convert a python module containing the above construct, it does not get modified in a way such that it coul

Re: [Tutor] Problems installing

2010-06-29 Thread Zubin Mithra
On Wed, Jun 30, 2010 at 12:09 PM, Andrew Martin wrote: > How exactly can I go about deleting __init__.pyc? Sorry, I am new to this > so I need everything spelled out for me. > Go the the C:\Python26\lib\site-packages\esys\escript\ directory and delete it manually. :) > On Wed, Jun 30, 2010 at 2

Re: [Tutor] Help with exercises from learning to program python wikibooks

2010-07-04 Thread Zubin Mithra
On Sun, Jul 4, 2010 at 7:02 PM, Hugo Arts wrote: > On Sun, Jul 4, 2010 at 3:20 PM, John Palmer > wrote: > > Hi > > > > I've just decided to try an learn python but i'm already stuck on one of > the > > first exercises, i've given the link below: > > > > http://en.wikibooks.org/wiki/Python_Progra