Summary: | Python hangs when importing pynotify (dev-python/notify-python) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stelard Actek <stelard> |
Component: | [OLD] Development | Assignee: | Tiziano Müller (RETIRED) <dev-zero> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | hwoarang, python, sping |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Example script to cause issue |
Description
Stelard Actek
2010-05-23 02:18:11 UTC
Created attachment 232535 [details]
Example script to cause issue
I can't reproduce it here I use python-2.6.5-r2 (In reply to comment #2) > I can't reproduce it here > > I use python-2.6.5-r2 > I just upgraded to 2.6.5-r2, and ran python-updater after that. I still have the problem. Have you tried running strace on it? Maybe # strace python hang.py gives a hint on what it's looping on? I did as suggested, and it turns out my problem was that I had a script called pynotify.py in the same directory as my other scripts... I feel like a right fool now. :P No problem. Thanks for reporting back the solution! |