adamrights / flyback

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

OSError: [Errno 2] No such file or directory: '/cdrom' #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.
sergei@tiny:~/flyback/flyback$ python flyback.py
Traceback (most recent call last):
  File "flyback.py", line 721, in <module>
    main()
  File "flyback.py", line 716, in main
    main_gui()
  File "flyback.py", line 363, in __init__
    self.refresh_file_list()
  File "flyback.py", line 246, in refresh_file_list
    file_stats = os.stat(full_file_name)
OSError: [Errno 2] No such file or directory: '/cdrom'
sergei@tiny:~/flyback/flyback$                            

Original issue reported on code.google.com by matthew....@gmail.com on 12 Mar 2008 at 12:48

GoogleCodeExporter commented 8 years ago
hmm that looks strange. 
a guess:
try creating a dir. named "cdrom" in your /media-dir.
maybee that fixes the filesystem stat.

/D

Original comment by d.prisk...@gmail.com on 4 Apr 2008 at 5:39

GoogleCodeExporter commented 8 years ago
get this error as well.

flyback 0.4 on ubuntu 7.10

and I also can't find the package python-sqlite3: using apt-get: E: Couldn't 
find
package python-sqlite3

Original comment by abhiroopb241088@gmail.com on 20 May 2008 at 3:25

GoogleCodeExporter commented 8 years ago
Using flyback 0.4 on hardy I solved this by simply removing /cdrom.  It was a 
broken
symlink to a cdrom folder in /media that I'm pretty sure never even existed.  
One
could assume that making it a valid symlink might also work.  I, too, received 
the
error on installing the recommended python-sqlite3, but python-sqlite is 
available
and seems to work.

Original comment by snijg...@gmail.com on 30 Sep 2008 at 8:54

GoogleCodeExporter commented 8 years ago
try it w/ svn.  should be fixed.

Original comment by pub...@kered.org on 5 Dec 2008 at 9:15