-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Hi,
Following the pycon.fr talk about numeter I tried to install it and faced a couple of issues.
Narrowing them down, the main reason is setup.py does weird things during installation which doesn't work with develop. setup.py develop just puts the source directory as it is in the python path but, there's no numeter.poller package for example.
I was curious about the reason the packages aren't in the numeter directory. Even if using a virtual package namespace, you can put things there (which is what I usually do).