Re: etl tool!!!!!

2010-12-29 Thread meitham
BOn Dec 28, 1:14 pm, Stefan Sonnenberg-Carstens wrote: > Am 28.12.2010 13:57, schrieb krishna kumar:> Is there any efficient etl tool > developed in python? > > Yes, Python. I use SQLAlchemy for both sources and targets, just because I hate to type sql queries :-) I am convincing clients to ditch

Re: most popular gui framework for python

2010-08-12 Thread meitham
browsers even for local applications. So a combination of django/ html/css/jquery/ajax now gives me the best gui I could get. This approach also forces me to separate logic from presentation, and the gui will be truly platform independent which could run on any device with a browser. Meitham -- http

Re: How python writes text into another windows application

2007-11-01 Thread Meitham
Thank you all for your kind answers. I was going to use just shell.SendKeys("fu bar"), but as your answers suggested pywinauto is a ready framework that covers all I need. I wanted to play some politics with TNT, but I'm new in the company and my manager won't listen :)

How python writes text into another windows application

2007-10-29 Thread Meitham
. Any idea how to achieve that? Thanks Meitham -- http://mail.python.org/mailman/listinfo/python-list