iblislin / gphotoframe

Automatically exported from code.google.com/p/gphotoframe
Other
2 stars 0 forks source link

An install prefix problem. #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
An install prefix problem. Can not install except to /usr/.
Move the issue from #issue 29.

It seems that the default install is in /usr/local but gphotoframe
searchfor files in /usr/

http://code.google.com/p/gphotoframe/issues/detail?id=29&can=1#c1

Now install works (installed to /usr/local), but the I get:
$ gphotoframe 
Traceback (most recent call last):
  File "/usr/local/bin/gphotoframe", line 19, in <module>
    from gphotoframe.photoliststore import PhotoListStore
ImportError: No module named gphotoframe.photoliststore

http://code.google.com/p/gphotoframe/issues/detail?id=29&can=1#c6

Original issue reported on code.google.com by yendo0206 on 18 Aug 2009 at 10:39