Closed ghost closed 8 years ago
banners is an official python package. If you have installed banners, then your import will load the default version instead of 'your' banners.py. I suggest you change the name
Or just:
add __init__.py inside resources/ folder and then
__init__.py
remove sys.path('./resources')
sys.path('./resources')
add from resources.banners import *
from resources.banners import *
good catch. will change the name for now.
banners is an official python package. If you have installed banners, then your import will load the default version instead of 'your' banners.py. I suggest you change the name