abbi031892 / periscope

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

No such file or directory: '/.config/periscope' #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?

 periscope -l en Minority\ Report.mkv
INFO:periscope.periscope:Creating folder /.config/periscope
Traceback (most recent call last):
  File "/usr/local/bin/periscope", line 5, in <module>
    pkg_resources.run_script('periscope==0.2.4', 'periscope')
  File "build/bdist.linux-mips/egg/pkg_resources.py", line 489, in run_script
  File "build/bdist.linux-mips/egg/pkg_resources.py", line 1214, in run_script
  File "/usr/local/lib/python2.6/site-packages/periscope-0.2.4-py2.6.egg/EGG-INFO/scripts/periscope", line 133, in <module>

  File "/usr/local/lib/python2.6/site-packages/periscope-0.2.4-py2.6.egg/EGG-INFO/scripts/periscope", line 69, in main

  File "build/bdist.linux-mips/egg/periscope/periscope.py", line 56, in __init__
OSError: [Errno 2] No such file or directory: '/.config/periscope'

However if I use
 "periscope -l de -l fr  --cache-folder"
It works.

What is the expected output? What do you see instead?
Expected output would be that I don't have to point to a certain folder for the 
cache.

What version of the product are you using? On what operating system?

 periscope --version
0.2.4

On a popcornhour C200 running python 2.6

Please provide any additional information below.

Original issue reported on code.google.com by der_abf...@hotmail.com on 26 Feb 2012 at 5:20

GoogleCodeExporter commented 8 years ago
Offcourse I meant:

"periscope -l de -l fr  --cache-folder 
/share/Apps/periscope/periscope/.config/periscope"
So when I point a folder it works. Any idea?

Original comment by der_abf...@hotmail.com on 29 Feb 2012 at 4:22

GoogleCodeExporter commented 8 years ago
mkdir ~/.config resolved the issue for me.

Original comment by roop...@sheth.com on 30 Mar 2012 at 1:23