Centry icon indicating copy to clipboard operation
Centry copied to clipboard

does not work on osx 10.9.3 mavericks ?

Open ghost opened this issue 11 years ago • 3 comments

Tried with default python (2.7.5) , fails to find tkinter (locgical since Tkinter uppercase was before 3.x) Tried with brew installed python 3.4.1 , just getting "WARNING: FAILED TO BIND TO UDP SOCKET." and nothing else Tried with official installer installed python 3.4.1 , same warning and nothing happens

Am I missing something ?

ghost avatar May 29 '14 00:05 ghost

Are you running the panic button as root? Prefix the sudo command the see if it works.

Sorry, don't have a mavericks system to test on myself.

0xPoly avatar May 29 '14 10:05 0xPoly

Yes of course , tried as root ... I saw there were some issues with tcl-tk on mavericks but those should be fixed too. I'm not sure what's "wrong" even when using a debugger ... I'm still looking into it.

ghost avatar May 29 '14 10:05 ghost

I can confirm this does not work on other 10.9.3 mavericks systems ... I tried several.

The program does not go further than line 128: result = select.select([s],[],[])

ghost avatar May 29 '14 14:05 ghost