Changes between Initial Version and Version 1 of Ticket #53073


Ignore:
Timestamp:
Dec 15, 2016, 12:44:35 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53073

    • Property Keywords leopard powerpc added; ipython3 OSX 10.5.8 PPC removed
    • Property Cc seanfarley stromnov added
    • Property Status changed from new to assigned
    • Property Owner set to lpsinger
  • Ticket #53073 – Description

    initial v1  
    33-Joseph
    44
    5 --------------
     5{{{
    66$ipython3 --log-level=DEBUG
    77
    8 [TerminalIPythonApp] IPYTHONDIR set to: /Users/jsacco/.ipython[[BR]]
    9 
    10 [TerminalIPythonApp] Created profile dir: '/Users/jsacco/.ipython/profile_default'[[BR]]
    11 
    12 [TerminalIPythonApp] Searching path ['/Users/jsacco', '/Users/jsacco/.ipython/profile_default', '/usr/local/etc/ipython', '/etc/ipython'] for config files[[BR]]
    13 
    14 [TerminalIPythonApp] Attempting to load config file: ipython_config.py[[BR]]
    15 
    16 [TerminalIPythonApp] Looking for ipython_config in /etc/ipython[[BR]]
    17 
    18 [TerminalIPythonApp] Looking for ipython_config in /usr/local/etc/ipython[[BR]]
    19 
    20 [TerminalIPythonApp] Looking for ipython_config in /Users/jsacco/.ipython/profile_default[[BR]]
    21 
    22 [TerminalIPythonApp] Looking for ipython_config in /Users/jsacco[[BR]]
    23 
     8[TerminalIPythonApp] IPYTHONDIR set to: /Users/jsacco/.ipython
     9[TerminalIPythonApp] Created profile dir: '/Users/jsacco/.ipython/profile_default'
     10[TerminalIPythonApp] Searching path ['/Users/jsacco', '/Users/jsacco/.ipython/profile_default', '/usr/local/etc/ipython', '/etc/ipython'] for config files
     11[TerminalIPythonApp] Attempting to load config file: ipython_config.py
     12[TerminalIPythonApp] Looking for ipython_config in /etc/ipython
     13[TerminalIPythonApp] Looking for ipython_config in /usr/local/etc/ipython
     14[TerminalIPythonApp] Looking for ipython_config in /Users/jsacco/.ipython/profile_default
     15[TerminalIPythonApp] Looking for ipython_config in /Users/jsacco
    2416Python 3.5.2 (default, Oct 11 2016, 15:44:53)
    2517Type "copyright", "credits" or "license" for more information.
     
    6456    self._kqueue.control([kev], 0, 0)
    6557OSError: [Errno 45] Operation not supported
     58}}}