Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__init__.py not installed #660

Closed
draganHR opened this issue Sep 29, 2015 · 1 comment
Closed

__init__.py not installed #660

draganHR opened this issue Sep 29, 2015 · 1 comment

Comments

@draganHR
Copy link

__init__.py is missing after installing supervisor.
Issue occures when installing latest and old versions.

# pip install supervisor
...
# find  /usr/lib/python2.6/site-packages/supervisor -name __init__.py
/usr/lib/python2.6/site-packages/supervisor/medusa/__init__.py
/usr/lib/python2.6/site-packages/supervisor/tests/__init__.py
@mnaberez
Copy link
Member

Supervisor 3.x is a namespace package. This was changed in 98c5676 on the master branch. Supervisor 4.0 will not be a namespace package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants