Re: [Tutor] Unzip a zipfile, then unzip the zipfiles within the original zip

2012-08-08 Thread Ramchandra Apte
Sorry for sending the email twice :-( . I just ued 'Reply All' in Gmail. But now I know you shouldn't use it. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Unzip a zipfile, then unzip the zipfiles within the original zip

2012-08-08 Thread Ramchandra Apte
Sorry. This is my first time using a mailing list! Any idea how to send a message without replying? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Unzip a zipfile, then unzip the zipfiles within the original zip

2012-08-07 Thread Ramchandra Apte
I think a shell command (but I think you are using Windows) would be best for this task. You can unzip the file in memory and then unzip the smaller ones. There is no need to create any files. > [snip] > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > http://

Re: [Tutor] Question about reading from a file.

2012-08-07 Thread Ramchandra Apte
> > Imagine a book. > .read(num) reads a page of the book Now if you call again it goes to the next page. > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > http://mail.python.org/mailman/listinfo/tutor > ___ Tutor m

Re: [Tutor] Code Review?

2012-08-06 Thread Ramchandra Apte
In scripts/add_node.py GPL Licene should be GPL License On 6 August 2012 18:59, Brian Carpio wrote: > Hi, > > Hopefully I am allowed to ask this here. I am pretty new to python I've > only been writing code for about 6 months now strictly for system > administration purposes; however I have now

Re: [Tutor] Code Review?

2012-08-06 Thread Ramchandra Apte
Another practice is make __license__ = "GPL license..." and __author__ = "Brian Carpio " I do so. On 6 August 2012 19:08, Ramchandra Apte wrote: > In scripts/add_node.py GPL Licene should be GPL License > > On 6 August 2012 18:59, Brian Carpio wrote: > >&g

Re: [Tutor] adding a windows registry value

2012-08-03 Thread Ramchandra Apte
I was the first person to respond actually. On 4 August 2012 08:50, Ramchandra Apte wrote: > You can use the _winreg <http://docs.python.org/library/_winreg.html> > module. > I posted this message earlier but I replied to OP, not replied to all. > > > On 4 August 201

Re: [Tutor] adding a windows registry value

2012-08-03 Thread Ramchandra Apte
You can use the _winreg module. I posted this message earlier but I replied to OP, not replied to all. On 4 August 2012 08:00, Steven D'Aprano wrote: > On 04/08/12 06:32, Walter Prins wrote: > >> On 3 August 2012 19:35, Alan >> Gauld> >> wrote: >>