FriendCode / gittle

Pythonic Git for Humans
Other
732 stars 90 forks source link

getting weird error just having "include gittle" in my module #96

Open perfecto25 opened 7 years ago

perfecto25 commented 7 years ago

added this to 'test.py'

import gittle

when runnign the script, without doing anything w gittle, getting this (running Py 2.6.6)

File "/usr/lib/python2.6/site-packages/gittle/init.py", line 1, in from . import utils File "/usr/lib/python2.6/site-packages/gittle/utils/init.py", line 1, in from . import paths, urls, git File "/usr/lib/python2.6/site-packages/gittle/utils/git.py", line 243 for oldkey, newkey in key_pairs

jelmer commented 7 years ago

That looks like an incomplete traceback, can you post the full one?

On 21 July 2017 22:58:19 CEST, mrx notifications@github.com wrote:

added this to 'test.py'

import gittle

when runnign the script, without doing anything w gittle, getting this

File "/usr/lib/python2.6/site-packages/gittle/init.py", line 1, in

from . import utils File "/usr/lib/python2.6/site-packages/gittle/utils/__init__.py", line 1, in from . import paths, urls, git File "/usr/lib/python2.6/site-packages/gittle/utils/git.py", line 243 for oldkey, newkey in key_pairs -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/FriendCode/gittle/issues/96