Skip to content Skip to sidebar Skip to footer
Showing posts with the label Init

__init__.py Can't Find Local Modules

Borrowing a simplified example at http://pythoncentral.io/how-to-create-a-python-package/ I have an… Read more __init__.py Can't Find Local Modules

Using Module's Own Objects In __main__.py

I’m trying to access a module’s data from inside its __main__.py. The structure is as follows: mymo… Read more Using Module's Own Objects In __main__.py