int-0 / potp

Python Objects Transfer Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install

ozroc opened this issue · comments

setup.py fails due to a missing folder:

/potp$ python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/potp
copying src/potp/__init__.py -> build/lib.linux-x86_64-2.7/potp
copying src/potp/avatars.py -> build/lib.linux-x86_64-2.7/potp
copying src/potp/endpoint.py -> build/lib.linux-x86_64-2.7/potp
copying src/potp/transport.py -> build/lib.linux-x86_64-2.7/potp
copying src/potp/protocols.py -> build/lib.linux-x86_64-2.7/potp
error: package directory 'src/potp/services' does not exist