Re: Help on Code logic to remove duplicate mails from webapp mail box

2019-10-30 Thread eman banerjee
On Wednesday, 30 October 2019 12:40:06 UTC+5:30, eman banerjee wrote: > Hi > > I am working on a project where we make connections to webapp mail and > extract subject, sender,body etc from mails and save it in dataframe and > insert it n SQL DB. > > My next chall

A Question about Python

2014-05-06 Thread doaa eman
lp me citeulike_api 0.1.3dev : Python Package Index citeulike_api 0.1.3dev : Python Package Index a python api for http://citeulike.org/ View on pypi.python.org Preview by Yahoo thanks for your time and i hope u can help me in that Eman Ali-- https://mail.python.org/mailman/listinfo/python-list

Re: How to use python to register a service (an existing .exe file)

2010-03-01 Thread Eman
On Feb 15, 4:10 pm, News123 wrote: > Hi, > > Is there a python way to register new windows services. > > I am aware of the > instsrv.exe program, which can be used to install services. > I could use subprocess.Popen to call > > instsrv.exe "service_name" program.exe > > but wondered, whether there

Help on Reading Attached Image on Excel

2009-07-30 Thread eman
Anyone know how to read included images in Excel using Python? I've tried xlrd and pyexcelerator, but i couldn't figure out how to do it. If anyone has experience in this, please help. Thanks. -- http://mail.python.org/mailman/listinfo/python-list