[13:04:34] <zermanno> Hi, I have a package installed in the site-packages directory of a virtual environment. The package is composed of two pure python modules and one extension module (.so). If I import the package from the site-packages directory (the cwd is the 'site-packages') all works. If I import the package from elsewhere (but with the virtual environment active) the import fails as it cannot find the .so module. How is it supposed
[13:04:34] <zermanno> to work the importation of an extension module? Does it follow the same rules as pure python modules?
[16:51:12] <agronholm> dstufft: how does pypi actually determine download counts for a project?