Description of problem: When doing "import clutter" in Python, the interpreter exits without error. This means typing it on the Python console as well as in Python files. It happens with the official pyclutter examples as well. Version-Release number of selected component (if applicable): clutter 0.8.6-4 pyclutter 0.8.2-2 How reproducible: every time Steps to Reproduce: 1. type "python" on the console 2. type "import clutter" 3. watch it fail Actual results: exits without throwing an exception Expected results: import of the library or at least throwing an exception Additional info: the attachement shows the output of importing clutter with "python -v" (verbose) - don't know if it helps
Created attachment 336056 [details] verbose output of the python interpreter on "import clutter"
After an update of Python that came with fedora 11, it doesn't crash anymore on import. However, everytime I close a pyclutter script, it exits with an "2767caa8-5cad-06b4-251f2e93-20b0c049 is dumped" or similar and Bug-Buddy opens and wants me to report a bug in that script. Not so bad, but annoying.
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
(In reply to comment #2) Can I close this bug report ? issue fixed ?
It's fixed itself (at least for me) with the current version of pyclutter