[issue5908] I need to import the module in the same thread

2009-05-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: With python, the first "import" of a library runs its initialization code. Subsequent imports only retrieves the module object from the memory. > for this library, it matter where you import the thing. More precisely: it matters where you *first* import

[issue5908] I need to import the module in the same thread

2009-05-03 Thread tyoc
Changes by tyoc : -- title: I need to import the module in the same thread? -> I need to import the module in the same thread ___ Python tracker ___ _

[issue5908] I need to import the module in the same thread?

2009-05-02 Thread tyoc
tyoc added the comment: OK, here is a resume of the anterior. I see clearly that it matter where I import the library (dont know if is a problem of the library or python). This time the thread doesnt end, will end when you hit CTRL+C in the terminal, for test this you need enabled accessibil

[issue5908] I need to import the module in the same thread?

2009-05-02 Thread tyoc
New submission from tyoc : Hi there, my problem is the following I dont know if this is a python error, spected behaviour or what, so here I go. I'm using pyatspi in a console application for retrieve focus events (you need to enable accessibility if want to check... that is at-spi- registryd i