Connor Lanigan
2017-04-14 11:42:12 UTC
Hi Arthur,
while I unfortunately can't help you, I can confirm that exactly the
same problem happens on my machine as well (even on the 3.3-branch).
I also tried the master branch, but on the master branch I already got a
(different) error during "python supervisor/supervisord.py -c
supervisor.conf".
Have you found any way to make the local development environment work in
the meantime?
Best regards,
Connor
while I unfortunately can't help you, I can confirm that exactly the
same problem happens on my machine as well (even on the 3.3-branch).
I also tried the master branch, but on the master branch I already got a
(different) error during "python supervisor/supervisord.py -c
supervisor.conf".
Have you found any way to make the local development environment work in
the meantime?
Best regards,
Connor
If this user list is not the best way to ask questions, should I open an
issue on the repo?
Cheers
issue on the repo?
Cheers
Hi,
How does one set up supervisor for local development? I ran
cd supervisor
git checkout 3.1-branch
virtualenv env
. env/bin/activate
python setup.py develop
cp supervisor/skel/sample.conf supervisor.conf
python supervisor/supervisord.py -c supervisor.conf
sudo python supervisor/supervisorctl.py update
File "supervisor/supervisorctl.py", line 34, in <module>
from supervisor.medusa import asyncore_25 as asyncore
ImportError: No module named supervisor.medusa
It's not exactly clear to me what I'm doing wrong. Any assistance would be
much appreciated :)
How does one set up supervisor for local development? I ran
cd supervisor
git checkout 3.1-branch
virtualenv env
. env/bin/activate
python setup.py develop
cp supervisor/skel/sample.conf supervisor.conf
python supervisor/supervisord.py -c supervisor.conf
sudo python supervisor/supervisorctl.py update
File "supervisor/supervisorctl.py", line 34, in <module>
from supervisor.medusa import asyncore_25 as asyncore
ImportError: No module named supervisor.medusa
It's not exactly clear to me what I'm doing wrong. Any assistance would be
much appreciated :)