I am using PyCharm with Python 3.4 and trying to use https://github.com/tumblr/pytumblr . When I try to import pytumblr I get this error, "ImportError: No module named 'helpers'". In the __init__.py
file,
from helpers import validate_params, validate_blogname
from request import TumblrRequest
The code I am trying is literally
import pytumblr
Any idea what I am doing wrong?