Issue2203

classification
Title: Minimum (core) install does not contain traceback module
Type: behaviour Severity: normal
Components: Installer Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Minimum (core) install will not drop into REPL
View: 2204
Assigned To: Nosy List: acharis, alex.gronholm
Priority: Keywords:

Created on 2014-09-09.17:52:49 by acharis, last changed 2014-09-09.19:06:41 by alex.gronholm.

Messages
msg8979 (view) Author: Alex Charis (acharis) Date: 2014-09-09.17:52:49
Exception in thread "main" Traceback (most recent call last):
  File "/tmp/alt/jython2.7b3/Lib/site.py", line 64, in <module>
    import traceback
ImportError: No module named traceback
msg8983 (view) Author: Alex Grönholm (alex.gronholm) Date: 2014-09-09.18:56:25
Minimum install doesn't contain any Python modules, so no traceback. I have no clue who the target audience for the minimum install is anyway.
msg8985 (view) Author: Alex Grönholm (alex.gronholm) Date: 2014-09-09.19:06:41
I was too quick to judge. However, #2204 is about the same issue.
History
Date User Action Args
2014-09-09 19:06:41alex.gronholmsetresolution: invalid -> duplicate
superseder: Minimum (core) install will not drop into REPL
messages: + msg8985
2014-09-09 18:56:26alex.gronholmsetstatus: open -> closed
resolution: invalid
messages: + msg8983
nosy: + alex.gronholm
2014-09-09 17:52:49achariscreate