If I don't have the pygithub module I get the message:
Traceback (most recent call last):
File "/home/xleo/src/lvidarte/lai/client/lai/app.py", line 13, in <module>
from lai import Client, Database, Document
File "/home/xleo/src/lvidarte/lai/client/lai/__init__.py", line 2, in <module>
from lai.client import Client
File "/home/xleo/src/lvidarte/lai/client/lai/client.py", line 8, in <module>
from lai.gist import Gist, GistException
File "/home/xleo/src/lvidarte/lai/client/lai/gist.py", line 1, in <module>
from github import Github, InputFileContent
ImportError: No module named github
I don't know if pygithub must be required.
Moreover, the error message is not clear because github module doesn't exist.
May be something like that:
If I don't have the pygithub module I get the message:
I don't know if pygithub must be required. Moreover, the error message is not clear because github module doesn't exist. May be something like that:
"You need the pygithub module"