Changes between Initial Version and Version 2 of Ticket #54469


Ignore:
Timestamp:
Jul 12, 2017, 3:13:23 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54469

    • Property Owner set to jyrkiwahlstedt
    • Property Cc jwa@… removed
    • Property Status changed from new to assigned
  • Ticket #54469 – Description

    initial v2  
    11Python 3.5 + pip + setuptools now work on my Mac.
    2 
     2{{{
    33Lorenzo>python3.5
    44Python 3.5.3 (default, Apr 23 2017, 18:09:27)
     
    77>>> import pkg_resources
    88>>>
     9}}}
    910
    1011I uninstalled the 3.6 versions of all 3 packages (python, pip, setuptolls) and reinstalled them.
    1112Everything OK but when I try to use python 3.6 it crashes :
    12 
     13{{{
    1314Lorenzo>python3.6
    1415Python 3.6.1 (default, Apr 24 2017, 06:18:27)
     
    1920*** set a breakpoint in malloc_error_break to debug
    2021Abort
     22}}}