mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Let Python inform the user what went wrong with the import.
Modified Files: idle idle.py idle.pyw
This commit is contained in:
parent
415da6e0b2
commit
c626658a28
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ except ImportError:
|
|||
try:
|
||||
import PyShell
|
||||
except ImportError:
|
||||
print "Can't locate PyShell.py"
|
||||
raise
|
||||
else:
|
||||
import os
|
||||
idledir = os.path.dirname(os.path.abspath(PyShell.__file__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue