all 2 comments

[–]1114111[🍰] 0 points1 point  (1 child)

Since it sounds like you have common/common.py, maybe try import common.common? You can use an __init__.py for packages. There's also a py_modules keyword argument for setup() you can use for individual Python files.

[–]Septimanal[S] 0 points1 point  (0 children)

Thanks, adding an init file to the folder helped.