[Tutor] Python and excel writer: 'ascii' codec can't decode byte 0xf3 in position 49

2010-10-25 Thread Susana Iraiis Delgado Rodriguez
Hello members: I'm starting an script for geospatial information using python and gdal binaries, but I have problems saving the data I get into an excel shee. At the beginning I thought it was because the characters the files have for some records, but I run the code in a way it saves the path for

Re: [Tutor] Python and Excel

2005-07-27 Thread Kent Johnson
Xabier Gonzalez wrote: > Hello! > > Honestly, I´m new in Python. I wanted to know about the possibility of > importing .txt text files from Excel and manage the contents (creating > graphics...) using Python. What kind of text files? If they are comma-separated-value files, you can read them

Re: [Tutor] Python and Excel

2005-07-27 Thread Danny Yoo
On Wed, 27 Jul 2005, Xabier Gonzalez wrote: > Honestly, I�m new in Python. I wanted to know about the possibility of > importing .txt text files from Excel and manage the contents (creating > graphics...) using Python. I�ve read about the win32com module and I > would like to find a good example

[Tutor] Python and Excel

2005-07-27 Thread Xabier Gonzalez
Hello! Honestly, I´m new in Python. I wanted to know about the possibility of importing .txt text files from Excel and manage the contents (creating graphics...) using Python. I´ve read about the win32com module and I would like to find a good example just to take the right way. Thank you! _

[Tutor] Python and Excel

2005-07-27 Thread Xabier Gonzalez
Hello! Honestly, I´m new in Python. I wanted to know about the possibility of importing .txt text files from Excel and manage the contents (creating graphics...) using Python. I´ve read about the win32com module and I would like to find a good example just to take the right way. Thank you! _