Re: [python-win32] help with parsing email

2008-08-18 Thread Ahmed, Shakir
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Werner F. Bruhin Sent: Monday, August 18, 2008 1:04 PM To: [EMAIL PROTECTED] Cc: python-win32@python.org Subject: Re: help with parsing email Ahmed, Shakir wrote: > Thanks everyone who tried to help me

Re: [python-win32] help with parsing email

2008-08-18 Thread Ahmed, Shakir
getting error Thanks sk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gabriel Genellina Sent: Monday, August 18, 2008 6:43 AM To: [EMAIL PROTECTED] Cc: python-win32@python.org Subject: Re: help with parsing email En Thu, 14 Aug 2008 12:50:57 -0300, Ahmed,

[python-win32] help with parsing email

2008-08-14 Thread Ahmed, Shakir
Hi all, I do appreciate if any one can help me for my following problem: I need to grab/parse numeric numbers such as app number from incoming emails stored in Microsoft Outlook (Microsoft Exchange server) with specified subject line. Any help with the python script is highly appreciat

Re: [python-win32] parsing outlook email

2008-07-11 Thread Ahmed, Shakir
Hi, I am working on a project where I need to parse incoming emails (Microsoft outlook 2003) with a specific subject into an excel file or a Microsoft access table. Any help is highly appreciated. Thanks sa ___ python-win32 mailing list python-win3

[python-win32] GIS Shape file upload FTP server

2007-03-02 Thread Ahmed, Shakir
HI Group, As I am very new in python field so this question might be very silly but if I get any help that is highly appreciated. Problem: I wrote a python script which is working fine to upload files to the ftp server but the problem it is reducing the actual size of the after transferring.

[python-win32] problem in looping

2006-10-20 Thread Ahmed, Shakir
HI All,   Good Afternoon.   I am trying to use if, elif in python script to work on each county. But it works only when the condition is else and jump to the point where I need to work but not for case one or two.   Any help or idea is highly appreciated.   Thanks in advance.    

[python-win32] Fatal Error

2006-09-19 Thread Ahmed, Shakir
I am running a script and getting the following error, any idea is highly appreciated. The script is mainly a loop work for sixteen time and raises the error on 10th cycle. NO free BITSYS Channels (BITCHN) Thanks Shakir ___ Python-win32 mailing li

Re: [python-win32] Shape file field update problem

2006-08-25 Thread Ahmed, Shakir
HI, I generated this python script from Arc GIS Model, tried to run from python win but getting error. I am trying to update a text field from a date filed data. Any help is highly appreciated. add_field.py # Created o

[python-win32] Python help for Access database

2006-07-31 Thread Ahmed, Shakir
HI All, I need help for inserting recods into the access database using python script through ODBC. I can insert data without any problem if I hard coded the run_Date field. But I need run_Date field should be mytime. I really appreciate if anyone can help me. Thanks in advance Shakir

[python-win32] [Errno 2] No such file or directory:

2006-07-26 Thread Ahmed, Shakir
HI All, I am trying to change the file permission for all of the files in a directory but getting errno 2, the code is as follows, any help is highly appreciated. I am using pythonwin version 2.1 permission.py for fl in os.listdir("V:\\data\\tst\\mdb"): import os def unicode_

Re: [python-win32] unzip a file

2006-07-17 Thread Ahmed, Shakir
HI all, I am new python and looking scripts for unzip files form a local folder. Any help is highly appreciated. Thanks in advance. Shakir ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32