tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

ImportError #73

Closed agieocean closed 8 years ago

agieocean commented 8 years ago

When attempting import in python 3.4 I get the following: import pytumblr File "D:\Python34\lib\site-packages\pytumblrinit.py", line 1, in from helpers import validate_params, validate_blogname ImportError: No module named 'helpers'

agieocean commented 8 years ago

I ended up just using TumblPy instead.