Geolicious / geotweet

collects tweets for qgis by area or keywords
GNU General Public License v2.0
15 stars 2 forks source link

t #6

Closed mtravis closed 9 years ago

mtravis commented 9 years ago

hi @riccardoklinger

The plugin won't install for me. I'm using QGIS 2.8.1 on Windows 8.

I already have tweet.py installed locally.

Traceback (most recent call last):
File "C:/PROGRA~1/QGISWI~1/apps/qgis/./python\qgis\utils.py", line 219, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/yakus/.qgis2/python/plugins\geotweet\__init__.py", line 35, in classFactory
return geotweet(iface)
File "C:/Users/yakus/.qgis2/python/plugins\geotweet\geotweet.py", line 75, in __init__
self.dlg = geotweetDialog()
File "C:/Users/yakus/.qgis2/python/plugins\geotweet\geotweet_dialog.py", line 51, in __init__
tempfolder = tempfile.gettempdir()
NameError: global name 'tempfile' is not defined