bitly-api-python icon indicating copy to clipboard operation
bitly-api-python copied to clipboard

Fixbug: Import bitly_api python 3.5

Open elinaldosoft opened this issue 8 years ago • 4 comments

There is a bug of import in Python 3.5 to the following packages Connection, BitlyError and Error. The error has origin in moment of importing, I think better use path relative in this case.

elinaldosoft avatar Jan 28 '17 03:01 elinaldosoft

+1

JosephDev avatar Jun 08 '17 21:06 JosephDev

+1

llazzaro avatar Jun 25 '18 23:06 llazzaro

+1

jsadn avatar Sep 02 '18 13:09 jsadn

if you need this package in python 3.5 or later, try: pip install git+https://github.com/bitly/bitly-api-python/@refs/pull/41/merge

frankV avatar Mar 07 '19 17:03 frankV