abbi031892 / periscope

Automatically exported from code.google.com/p/periscope
0 stars 0 forks source link

line 50 #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dear,
on ubuntu 11.04
install from .deb

>>>import periscope
>>> subdl = periscope.Periscope()

Traceback (most recent call last):
  File "<pyshell#4>", line 1, in <module>
    subdl = periscope.Periscope()
  File "/usr/lib/python2.7/dist-packages/periscope/periscope.py", line 50, in __init__
    self.config_file = os.path.join(cache_folder, "config")
  File "/usr/lib/python2.7/posixpath.py", line 68, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

so what i ve done wrong ?
thks

Original issue reported on code.google.com by bruno.ca...@gmail.com on 16 Jun 2011 at 7:58

GoogleCodeExporter commented 8 years ago
Periscope now requires for you to provide a path where cache will be stored.

Look at line 69 of file:
http://code.google.com/p/periscope/source/browse/trunk/bin/periscope

Original comment by patrick....@gmail.com on 16 Jun 2011 at 9:35

GoogleCodeExporter commented 8 years ago

Original comment by patrick....@gmail.com on 5 Aug 2011 at 12:17