Hi All,

I get this error when starting python3:

$ python3
Python 3.5.0rc4 (default, Sep 14 2015, 13:58:59)
[GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Failed calling sys.__interactivehook__
Traceback (most recent call last):
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site.py",
line 380, in register_readline
    import rlcompleter
  File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/rlcompleter.py",
line 167, in <module>
    readline.set_completer(Completer().complete)
AttributeError: module 'readline' has no attribute 'set_completer'

Do I need to install a dependency or is this a bug?

Glenn
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to