Re: understand program used to create file

2011-11-02 Thread vonkes
Ho trovato questo script in una directory dove sono conservati molti demo per python non era funzionante,sono riuscito a capirne le finalità e così l'ho reso funzionante. Esamina un file di testo e analizza il carattere di fine riga. le possibilità dipendono dal sistema operativo usato. Nei file di

Re: understand program used to create file

2011-11-01 Thread alex23
On Nov 2, 5:27 am, pacopyc wrote: > Hi, I have about 1 files .doc and I want know the program used to > create them: writer? word? abiword? else? I'd like develop a script > python to do this. Is there a module to do it? Can you help me? Word documents store metadata inside of them, one field

Re: understand program used to create file

2011-11-01 Thread Jon Clements
On Nov 1, 7:27 pm, pacopyc wrote: > Hi, I have about 1 files .doc and I want know the program used to > create them: writer? word? abiword? else? I'd like develop a script > python to do this. Is there a module to do it? Can you help me? > > Thanks My suggestion would be the same as DaveA's.

Re: understand program used to create file

2011-11-01 Thread Chris Angelico
On Wed, Nov 2, 2011 at 6:27 AM, pacopyc wrote: > Hi, I have about 1 files .doc and I want know the program used to > create them: writer? word? abiword? else? I'd like develop a script > python to do this. Is there a module to do it? Can you help me? > Technically, you can't find out just fro

Re: understand program used to create file

2011-11-01 Thread Dave Angel
On 11/01/2011 03:27 PM, pacopyc wrote: Hi, I have about 1 files .doc and I want know the program used to create them: writer? word? abiword? else? I'd like develop a script python to do this. Is there a module to do it? Can you help me? Thanks If you're on Linux, just use the process module

understand program used to create file

2011-11-01 Thread pacopyc
Hi, I have about 1 files .doc and I want know the program used to create them: writer? word? abiword? else? I'd like develop a script python to do this. Is there a module to do it? Can you help me? Thanks -- http://mail.python.org/mailman/listinfo/python-list