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

Reinstall Python 2.7.12 And Python 3.5.2

Good evening, today i messed up my laptop trying to install some packages for python 3.5.2. I tried… Read more Reinstall Python 2.7.12 And Python 3.5.2

How To Refresh Sys.path?

I've installed some packages during the execution of my script as a user. Those packages were t… Read more How To Refresh Sys.path?

How To Have Multi-directory Or Multi-package Python Project?

I have project structure like this: package1/__init__.py package1/file1.py package1/file2.py packa… Read more How To Have Multi-directory Or Multi-package Python Project?

__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