You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .py extension should be removed from moduleName. The function also defines a package argument for relative imports.
In python 2.x:
Just import file without the .py extension
A folder can be marked as a package, by adding an empty init.py file
You can use the import function, which takes the module name (without extension) as a string extension
Replace the packaging module, which is only used for parsing version specifications, with a local implementation to simplify the installation process.
https://stackoverflow.com/a/2349998
Depends on: #17
The text was updated successfully, but these errors were encountered: