-
Notifications
You must be signed in to change notification settings - Fork 77
attach(): AttributeError: 'module' object has no attribute 'poll' #14
Comments
It looks like the Properly fixing #4 would probably remove our use of |
HI It's work with kqueue. I will try to push changes to master on evening. With this change pyringe works booth on mac os and linux. |
As >>> import select
>>> select.kqueue
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'kqueue' I haven't seen the code, but unless you want to lock out Linux users you'd have to supply two alternate implementations of the tempfile-based IPC. |
Did this ever come to a resolution? I'd like to use pyringe on osx. |
It hasn't so far. "Properly" fixing this means rewriting the IPC mechanism used for communicating with gdb, and it's not likely I'll get around to doing that. The system build of python on os x just doesn't supply the |
Thanks for the tip. I recompiled my python with --with-poll and I got pyringe to connect.
I also had to run
to get around the gdb code signing error, although I think there is another way around this. |
When I try to attach to a Python process, I get the following traceback (OSX 10.9.2):
GDB is installed (6.3.50).
The text was updated successfully, but these errors were encountered: