Skip to content

Just installed, "ImportError: cannot import name test_support" #121

@mmulich

Description

@mmulich

I just installed tmuxp (pip install tmuxp). I received the following error when I run tmuxp --help or anything tmuxp.

Traceback (most recent call last):
  File "/usr/local/bin/tmuxp", line 7, in <module>
    from tmuxp import cli
  File "/usr/local/lib/python2.7/site-packages/tmuxp/__init__.py", line 17, in <module>
    from .session import Session
  File "/usr/local/lib/python2.7/site-packages/tmuxp/session.py", line 14, in <module>
    from .window import Window
  File "/usr/local/lib/python2.7/site-packages/tmuxp/window.py", line 14, in <module>
    from . import util, formats, exc
  File "/usr/local/lib/python2.7/site-packages/tmuxp/util.py", line 22, in <module>
    from . import exc
  File "/usr/local/lib/python2.7/site-packages/tmuxp/exc.py", line 14, in <module>
    from ._compat import implements_to_string
  File "/usr/local/lib/python2.7/site-packages/tmuxp/_compat.py", line 36, in <module>
    from test import test_support as support
ImportError: cannot import name test_support

I'm on OS X 10.10 with (homebrew installed) Python 2.7.9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions