[Tutor] Python bz2 "IOError: invalid data stream" when trying to decompress

2013-04-10 Thread Rodney Lewis
My question is at StackOverflow so I won't repeat it here. http://stackoverflow.com/questions/15938629/python-bz2-ioerror-invalid-data-stream-when-trying-to-decompress Thanks so much in advance for any help you can provide regarding this. http://www.squidoo.com/introductiontopython -- R

Re: [Tutor] Programming Collective Intelligence Study Group

2011-11-29 Thread Rodney Lewis
you guys a > heads up when I get everything all set up. > > -- > Mark :) > > ___ > Tutor maillist  -  Tutor@python.org > To unsubscribe or change subscription options: > http://mail.python.org/mailman/listinfo/tutor -- Rodne

[Tutor] os.chdir() will not accept string variable

2011-04-15 Thread Rodney Lewis
dir( r'%s' % inputData[0] ) newNames = [] oldNames = glob.glob( '*.*' ) for index, item in enumerate( oldNames ): print index, item if __name__ == '__main__': mdf() raw_input( "\nPress 'enter' to close console window:" ) # Kee

Re: [Tutor] I am looking for a book on Beginners who never programmed before or have no experience in programming

2010-09-28 Thread Rodney Lewis
making games is the best way to learn programming, and the book is free http://programming.gather.com/viewArticle.action?articleId=281474978440241 ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.o