Re: pydeflate

2009-03-09 Thread gagsl-py2
> De: Atrant SG > Para: gagsl-...@yahoo.com.ar > Enviado: domingo 8 de marzo de 2009, 12:23:06 > Asunto: pydeflate > I've read the topic here > http://www.gossamer-threads.com/lists/python/python/678374 and I'd like to > download pydeflate module, but its official site seems not to be hosted. D

Re: Help required to read and print lines based on the type of first character

2009-03-04 Thread gagsl-py2
De: "abhinayaraj.r...@emulex.com" > I am sorry to that I am not able to fully grasp it. Could you help me with > some more details? > How can I identify each line and utilize the interactive interpreter? You really should read the tutorial at http://docs.python.org/tut (or any other introductor

Re: [Help] The pywinauto Can't select the MDI's menu using the MenuItems() which return [].

2008-12-21 Thread gagsl-py2
--- El vie 19-dic-08, 为爱而生 escribió: > I use the WORD Only for my example. > The application I test is similar to the WORD and It > has't the COM. The code below opens the Choose Font dialog on my Spanish Windows version: py> from pywinauto.application import Application py> app = Application.s

Re: PP3E error

2008-11-18 Thread gagsl-py2
--- El mar 18-nov-08, ryan <[EMAIL PROTECTED]> escribió: > I got it to work, just added the PP3E folder to > Lib\site-packages. thanks very much I have been wanting > to mke a text editor for some time. I also have another > question, what is the book's software licensed under? > can i make chan

Re: What happened with python? messed strings?

2008-04-23 Thread gagsl-py2
(top posting fixed; please keep discussion on this list) --- [EMAIL PROTECTED] escribió: > In article > <[EMAIL PROTECTED]> > you wrote: > > En Sun, 20 Apr 2008 15:54:20 -0300, > <[EMAIL PROTECTED]> escribi?: > > > > I used extensively python and now I find this > mess with strings, > > > I can't

Re: import hooks

2008-04-18 Thread gagsl-py2
--- Patrick Stinson <[EMAIL PROTECTED]> escribió: > Right on, that seemed to work, thanks. > This is different than sys.path_hooks though, which > requires a callable or > string subclass? Yes, it's different, meta_path is a generic mechanism that doesn't depend on sys.path and is tried before sy

Re: Python UML Metamodel

2008-01-30 Thread gagsl-py2
--- sccs cscs <[EMAIL PROTECTED]> escribió: > Gabriel Genellina <[EMAIL PROTECTED]> a écrit : > En Tue, 29 Jan 2008 21:25:26 -0200, sccs cscs > escribió: > > > I find an OPEN SOURCE tool > (http://bouml.free.fr/) that Recently > > generates Python code from UML model. > > Does it keep the mod

Re: paging in python shell

2008-01-25 Thread gagsl-py2
--- Alex K <[EMAIL PROTECTED]> escribió: > Thank you for this interesting tip. However I'm not > sure to know how > to use it. It seems pydoc.pager('text') just pages > the text passed in. > How do I actually make the python shell use a > different pager? I'm unsure of what you want. Do you want

Please help in creating Python function in C ++ program

2007-11-21 Thread gagsl-py2
Forwarded to python-list@python.org --- "Borse, Ganesh" <[EMAIL PROTECTED]> escribió: > Hi, > > I am new to Python. I would like to use Python for > the specialized purpose of dynamic expressions > parsing & evaluation in my C++ application. > I would like to encapsulate the expressions to be >

Re: Can Readlines() go to next line after a Tab

2007-06-26 Thread gagsl-py2
(Please keep posting on this list) --- [EMAIL PROTECTED] escribió: > Thanks, but this method still reads the whole line > into memory. I would like to find a way for it to > stop reading when it encounters a \t and then go to > the next. This would be much faster. You can't avoid reading the who

Re: Set timeout and kill external windows

2007-06-19 Thread gagsl-py2
At Saturday 16/06/2007 02:24, you wrote: > Thanks for your reply. I am new to Python and I cannot > seem to figure this out. I searched for examples based > on your recommendation below but couldn't do it. I am > not familiar with subprocess and WaitForSingleObject. > And I want to do this in Win