[Python-Dev] can't run test_tcl remotely logged in on an OS X machine (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sun Sep 9 09:41:30 CEST 2007
- Previous message: [Python-Dev] can't run test_tcl remotely logged in on an OS X machine
- Next message: [Python-Dev] can't run test_tcl remotely logged in on an OS X machine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"testtcl" fails on me (OS X 10.4.10 on an Intel Mac, remotely logged in via SSH and X Windows):
% testtcl 2007-09-08 17:00:22.629 python.exe[4163] CFLog (0): CFMessagePort: bootstrapregister(): failed 1100 (0x44c), port = 0x3a03, name = 'Processes-0.58327041' See /usr/include/servers/bootstrapdefs.h for the error codes. 2007-09-08 17:00:22.630 python.exe[4163] CFLog (99): CFMessagePortCreateLocal(): failed to name Mach port (Processes-0.58327041) CFMessagePortCreateLocal failed (name = Processes-0.58327041 error = 0) Abort % This is on the trunk.
That's no surprise, I would say: it seems you link against TkAqua (not X11 Tk); for that to work, you need a reference to WindowServer, which won't be available when logged in through SSL.
Regards, Martin
- Previous message: [Python-Dev] can't run test_tcl remotely logged in on an OS X machine
- Next message: [Python-Dev] can't run test_tcl remotely logged in on an OS X machine
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]