Message105853
BTW. Another way of testing, assuming you have two accounts: use 'su - otheraccount' to get a shell session as another user then try to start tk using:
import Tkinter
root = Tkinter.Tk()
This will currently crash the interpreter due to an uncaught Objective-C exception (as seen in msg105735) |
|
| Date |
User |
Action |
Args |
| 2010-05-16 09:40:08 | ronaldoussoren | set | recipients:
+ ronaldoussoren, janssen, vstinner |
| 2010-05-16 09:40:08 | ronaldoussoren | set | messageid: <[email protected]> |
| 2010-05-16 09:40:06 | ronaldoussoren | link | issue8716 messages |
| 2010-05-16 09:40:06 | ronaldoussoren | create | |
|