Re: [Tutor] Accessing windows from Linux build

2009-09-28 Thread Alan Gauld
"Jesse L" wrote I want to use a linux system to scan windows registries for a specific key. The basic requirement of reading a file on a Windows PC from a Linux box is possible without much difficulty. I know there is the _winreg module, but it's only available on a windows system. Is ther

[Tutor] Accessing windows from Linux build

2009-09-28 Thread Jesse L
I want to use a linux system to scan windows registries for a specific key. I know there is the _winreg module, but it's only available on a windows system. Is there a module that will enable python to work cross platform? Thank you Jesse ___ Tutor mail

[Tutor] Handling missing fields in a csv file

2009-09-28 Thread Eduardo Vieira
Hello, I have a csv file, using the ";" as a delimiter. This file contains addresses. My problem is that some fields are missing in some rows and I would like to normalize the rows for a smoother import into Excel, for example. Here is an example. This is the header: Company;Telephone;Address;Prov;