Autoindent error
Aaron Bingham
bingham at cenix-bioscience.com
Thu Sep 9 02:17:40 EDT 2004
More information about the Python-list mailing list
Thu Sep 9 02:17:40 EDT 2004
- Previous message (by thread): Autoindent error
- Next message (by thread): container-indepentent iteration code ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Ruchika, Welcome to Python! Ruchika wrote: >I started writing Python scripts just today and seem to almost always >get the "Autoindent error". > I suspect you mean IndentationError? Before you continue struggling with very fundamental Python issues, please take the time at least to work through the Python Tutorial (http://docs.python.org/tut/tut.html). Or get yourself a good introductory Python book (e.g. Learning Python, Second Edition http://www.amazon.com/exec/obidos/ASIN/0596002815/). If you take some time to read http://www.catb.org/~esr/faqs/smart-questions.htm, it will also save you and everyone else some time. Regards, -- -------------------------------------------------------------------- Aaron Bingham Application Developer Cenix BioScience GmbH --------------------------------------------------------------------
- Previous message (by thread): Autoindent error
- Next message (by thread): container-indepentent iteration code ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list