[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP Service exited with abnormal code: 1

2020-03-10 Thread dd
dd added the comment: Thank you so much Ned Deily, that was it! FIXED IT! You're awesome!!! -- ___ Python tracker <https://bugs.python.org/issue39927> ___ ___

[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP Service exited with abnormal code: 1

2020-03-10 Thread dd
Change by dd : -- title: IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP -> IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP Service exited with abnormal code: 1 ___ Python tracker <https://bugs.python.org/issu

[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP

2020-03-10 Thread dd
dd added the comment: Yes, installed Python from the mac installer on this page. I have done it multiple times already without any success. This is the error I keep seeing Mar 10 17:39:23 DDs-MacBook-Pro com.apple.xpc.launchd[1] (org.python.IDLE.4188[1615]): Service exited with abnormal

[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP

2020-03-10 Thread dd
dd added the comment: Is the Unix shell the only way to open IDLE from now on? Seems like I can get it to open that way, but clicking on the app like I used to no longer works. Thank you so much! -- ___ Python tracker <https://bugs.python.

[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP

2020-03-10 Thread dd
dd added the comment: Thanks! That way IDLE does open. See this in the System log Mar 10 17:26:24 DDs-MacBook-Pro diagnosticd[1289]: Posting stream filter: "{ global = 47245099008; }" Mar 10 17:26:24 DDs-MacBook-Pro diagnosticd[1289]: System mode client started

[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP

2020-03-10 Thread dd
dd added the comment: I see this error in the system.log Mar 10 17:18:25 DDs-MacBook-Pro com.apple.xpc.launchd[1] (org.python.IDLE.4188[1295]): Service exited with abnormal code: 1 -- ___ Python tracker <https://bugs.python.org/issue39

[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP

2020-03-10 Thread dd
dd added the comment: Thanks @ned.deily That did not work. >>> python3.8 -m idlelib File "", line 1 python3.8 -m idlelib ^ SyntaxError: invalid syntax Also see this error on the system log >>> python3.8 -m idlelib File "&

[issue39927] IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP

2020-03-10 Thread dd
New submission from dd : I just upgraded my Mac OS to 10.15.3 and Python 3.8.2 install went fine. But IDLE doesn't launch at all. I have already gone to System Preferences and allowed it to allow apps from anywhere. When I go to the command line and do Python 3 I see the correct version

[issue28946] AttributeError: module 'signal' has no attribute 'SIGALRM'

2016-12-12 Thread dd
dd added the comment: Yeah, I'm stupid. I named my file signal.py… Sorry for the trouble and thanks for your help! -- resolution: -> not a bug status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue28946] AttributeError: module 'signal' has no attribute 'SIGALRM'

2016-12-12 Thread dd
New submission from dd: When I try to run the example at the very end of the signal documentation page [https://docs.python.org/3/library/signal.html#example] I get the error from the title: AttributeError: module 'signal' has no attribute 'SIGALRM' The same thing happens for SIGINT, which

[issue2329] ImportError: No module named _bsddb

2008-03-17 Thread dd
New submission from dd [EMAIL PROTECTED]: Installation from source, python.2.4.5.tgz. It seems that severals *.so from bsddb are missing: import bsddb Traceback (most recent call last): File stdin, line 1, in ? File /tmp/Python-2.4.5/Lib/bsddb/__init__.py, line 47, in ? import _bsddb