Geolicious / geotweet

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

saving raw tweet list to file doesn't work on win #8

Closed riccardoklinger closed 9 years ago

riccardoklinger commented 9 years ago

on windows I get the message: Traceback (most recent call last): File "", line 1, in File "C:\OSGEO4~1\apps\Python27\lib\codecs.py", line 881, in open file = builtin.open(filename, mode, buffering) IOError: [Errno 22] invalid mode ('wb') or filename: 'c:\users\rikl\appdata\local\tempTweets_2015-05-18 10:47:42.txt'

on linux it is working fine

riccardoklinger commented 9 years ago

the filename should not contain any ":"