About threads in python

2011-04-21 Thread dutche
Hi folks, how are ya? Here's the thing...I had to make a program with threads and after finished, I found some posts and articles in Google about Python and threads, raising the question about if it really implements thread programming or not, because of GIL and the way Python needs to lock some o

Re: Changing the EAX register with Python

2010-11-19 Thread dutche
s wrote: > > dutche wrote: > > >>Hi folks, I have a unusual question here. > > >>How can I change the value of EAX register under python under Linux?? > >>As paimei does under Windows. > > >>My project is to have a python program that loads a C program an

Changing the EAX register with Python

2010-11-18 Thread dutche
Hi folks, I have a unusual question here. How can I change the value of EAX register under python under Linux?? As paimei does under Windows. My project is to have a python program that loads a C program and sets a breakpoint at some address, and then with this breakpoint I change the EAX registe

I need some tips to begin a simple project

2006-09-19 Thread dutche
Hi, I'm new in Python and I'm learning with "Learning Python" oreilly's book which is very good written and explanatory. Now, that I know a bit of Python, I want to make some simple project, I thought something like a menu, just like "kxdocks" menu or something like that, with transparency and all