Jefferson-Henrique / Jefferson-Henrique/GetOldTweets-python
Can you help with this issue?
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 790
- PR merge metrics
- No merged PRs in 30d
Description
I am new to python, the version I used it python 3.X
The problems are found in got3 folder. Could you help me? Thank you!
=========================
Traceback (most recent call last):
File "Exporter.py", line 6, in
import got3 as got
File "/Users/bingshuishuang/Desktop/GetOldTweets-python-master/got3/__init__.py", line 2, in
from . import manager
File "/Users/bingshuishuang/Desktop/GetOldTweets-python-master/got3/manager/__init__.py", line 2, in
from .TweetManager import TweetManager
File "/Users/bingshuishuang/Desktop/GetOldTweets-python-master/got3/manager/TweetManager.py", line 3, in
from pyquery import PyQuery
File "/Users/bingshuishuang/anaconda/lib/python3.5/site-packages/pyquery/__init__.py", line 8, in
import webob
File "/Users/bingshuishuang/anaconda/lib/python3.5/site-packages/webob/__init__.py", line 2, in
from webob.request import *
File "/Users/bingshuishuang/anaconda/lib/python3.5/site-packages/webob/request.py", line 795
assert isinstance(todo, (int, long)), `todo`
^
SyntaxError: invalid syntax
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.