fetching text from the screen

2007-06-18 Thread Juergen Kareta
Hello list, I'm thinking about a python script which fetch some text from the screen independent of what application provides the text on the screen. In this regard it should be similar to the babylon software: www.babylon.com Here my thoughts: 1) getting the mouse position 2) calculate a ade

Re: fetching text from the screen

2007-06-21 Thread Juergen Kareta
Gabriel Genellina schrieb: > En Mon, 18 Jun 2007 09:13:16 -0300, Juergen Kareta <[EMAIL PROTECTED]> > escribió: > >> I'm thinking about a python script which fetch some text from the screen >> independent of what application provides the text on the screen

numpy error

2006-10-23 Thread Juergen Kareta
Hello, this is my first try to get wxmpl-1.2.8 running. Therefor I installed: python 2.5 matplotlib-0.87.6.win32-py2.5.exe numpy-1.0rc3.win32-py2.5.exe on WinXP SP2 The result is a version mismatch (see below). Numpy version 102 seems to be numpy-1.0b5 which is not downloadable anymore. A

Re: numpy error

2006-10-24 Thread Juergen Kareta
> Or install the numpy-1.0rc2 binary which is now again available on > sourceforge. Hello Travis, thanks for your help. Going back to the 1.0rc2 release was successful. Ok, I had also to copy wxmsw26uh_vc.dll to my path and get around wx.PrindData.SetPrinterCommand, but that's because I run w

Re: XML GUI

2005-11-08 Thread Juergen Kareta
py schrieb: > how about wxPython? I am interested in something that will look native > on various operating systems (win, mac, *nix). > > any good tutorial on using wxPython with XML? > look at http://wiki.wxpython.org/index.cgi/UsingXmlResources -- http://mail.python.org/mailman/listinfo/pyth

Re: How do (not) I distribute my Python progz?

2005-12-14 Thread Juergen Kareta
Hi Steven, > For many purposes, you can just distribute the .pyc compiled byte-code. > That will discourage the casual user from reading the source code, but > of course a serious programmer will be able to disassemble the .pyc code > very easily. very easily ? I tried it with my own code a y

Re: disassemble, was(How do (not) I distribute my Python progz?)

2005-12-14 Thread Juergen Kareta
Hi Steven, >What makes you think I'm a serious programmer? *wink* Ok, it's not a 'serious' investigation, but maybe it could be, that you (sometimes) quote something usefull ;-) > Python's byte-code is not exactly as easy to understand as native Python, > but it is still understandable. And

Re: disassemble, was(How do (not) I distribute my Python progz?)

2005-12-14 Thread Juergen Kareta
Hi Paul, I had looked to the same link and downloaded the package. Maybe I'll give it a try at the christmas holidays - hope so ;-) Thanks Jürgen -- http://mail.python.org/mailman/listinfo/python-list

Re: disassemble, was(How do (not) I distribute my Python progz?)

2005-12-19 Thread Juergen Kareta
gene tani schrieb: > http://users.cs.cf.ac.uk/J.P.Giddy/python/decompiler/decompiler.html Thanks for the links. Regards, Jürgen -- http://mail.python.org/mailman/listinfo/python-list

Re: python libpcap equivalent

2009-02-04 Thread Juergen Kareta
Gabriel schrieb: Hello I need to write a software router [yes, software equivalent to a hardware box that is routing packets .)]. It's a school work.. Question is: is possible write this kind of application in python? and if it's, what module should i use? I tried search for some libpcap equi

Re: py3k s***s

2008-04-18 Thread Juergen Kareta
Diez B. Roggisch schrieb: >> And I have been benefiting from Python in general, so far. Thanks, >> community. >> >> But now... I'll probably stop posting here for now, & I may stop other >> things too. >> >> Just my 2c. > > You know what I was just wondering about? All these C-written > cross-pla