[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue39927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 code: 1

--

___
Python tracker 
<https://bugs.python.org/issue39927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue39927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 - 
Console (1418) - mode: 0xb, filter: ""
Mar 10 17:26:36 DDs-MacBook-Pro Console[1418]: assertion failed: 19D76: 
libxpc.dylib + 95826 [51E3E807-9133-3605-BB5F-D59ED6404ABF]: 0x89

--

___
Python tracker 
<https://bugs.python.org/issue39927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue39927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 "", line 1
python3.8 -m idlelib
   ^
SyntaxError: invalid syntax

--

___
Python tracker 
<https://bugs.python.org/issue39927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.

But clicking on the IDLE app does nothing.  And previous python scripts don't 
run at all and I don't see errors.

Super grateful to anyone who may know the answer!

--
assignee: terry.reedy
components: IDLE
messages: 363860
nosy: dd789, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE 3.8.2 doesn't launch on Catalina 10.15.3- HELP
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue39927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue28946>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 is what I was trying to use in the 
first place.

I found the comment that many things in signal have been turned to enums 
[https://docs.python.org/3/library/signal.html#module-contents] but they don't 
seem to be documented anywhere.

I'm not sure if this is an actual bug or if these enums are just not 
documented, but It would be great if someone could look into this.

I run an up-to-date Manjaro Linux (an Arch-based distro) and Python 3.5.2 
(default, Nov  7 2016, 11:31:36) 
[GCC 6.2.1 20160830]

Let me know if anything is unclear.

--
messages: 282993
nosy: dd
priority: normal
severity: normal
status: open
title: AttributeError: module 'signal' has no attribute 'SIGALRM'
versions: Python 3.5

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28946>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
ImportError: No module named _bsddb

--
components: Library (Lib)
messages: 63682
nosy: ddk
severity: normal
status: open
title: ImportError: No module named _bsddb
versions: Python 2.4

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2329
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com