Re: [Tutor] pyhook for Linux

2007-06-24 Thread learner404
Hi, You could also use the evdev driver: http://groups.google.com/group/comp.lang.python/browse_thread/thread/2d7e3791381bdeb5/a03d438f64ec5ac8?lnk=gst&q=francois+schnell&rnum=2#a03d438f64ec5ac8 If you successfully use another way I'm interested by your feedback. Thanks. On 6/23/07, Flaper87 <

Re: [Tutor] SPE - Stani's Python Editor ?

2007-06-24 Thread Hiếu Hoàng
The SPE is pure Python, you can run it on 2.5 without change. I think Fuzzyman makes a zip file that can be used for all versions. Just wxPython need to be compiled against 2.5 specifically. http://prdownload.berlios.de/python/SPE-0.8.3.c-wx2.6.1.0-no_setup.zip should be what you need. The subver

Re: [Tutor] SPE - Stani's Python Editor ?

2007-06-24 Thread Alan Gauld
"Hi?u Hoàng" <[EMAIL PROTECTED]> wrote > http://prdownload.berlios.de/python/SPE-0.8.3.c-wx2.6.1.0-no_setup.zip > > should be what you need. The subversion version can now run on > wxPython 2.8 reliably, and he's moving up to wxPy 2.8. I managed to get the standard download working with wxPy 2.8

Re: [Tutor] using shelve

2007-06-24 Thread chrispython
Sorry it took me so long to get back - from your posts and my experimentation I can see that when you access one item in the shelve dictionary, it only gets the one item, not all of them. I am going to use shelve, and only refactor or change if performance becomes an issue - which I don't see

Re: [Tutor] Tutor Digest, Vol 40, Issue 55

2007-06-24 Thread Tony Cappellini
Take a look at pyHook >1. Re: Catch event's on my computer (Alan Gauld) > From: "Alan Gauld" <[EMAIL PROTECTED]> > Subject: Re: [Tutor] Catch event's on my computer > To: tutor@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; >

[Tutor] python port scanner

2007-06-24 Thread max .
hello i am looking into writing a simple python port scanner but i cant find any good tutorials online if anyone can help or knows of any tutorials that could help it would be great. this would be my first program like this so i might need a little extra help thanks _

Re: [Tutor] python port scanner

2007-06-24 Thread Alan Gauld
"max ." <[EMAIL PROTECTED]> wrote > hello i am looking into writing a simple python port scanner but i > cant find > any good tutorials online if anyone can help or knows of any > tutorials that > could help it would be great. Well you could start with my network programming topic in my tutor.