folders2flickr icon indicating copy to clipboard operation
folders2flickr copied to clipboard

Installation problem: ImportError: No module named f2flickr.flickr

Open posith opened this issue 10 years ago • 1 comments

Hi I am trying to install f2f but i'm getting this error:

i did the local git clone, installed python exif library

but when running: sudo python folders2flickr/f2flickr/uploadr.py i get the ImportError: No module named f2flickr.flickr

How can i proceed? I am totally new to python stuff..

posith avatar Aug 07 '15 16:08 posith

Unrelated to the ImportError, but don't run the program as sudo. There's no need for root permissions here.

The problem is that the path where python searches for its libraries won't include the top level of the folders2flickr directory, which is needed to import stuff in "f2flickr". Here is what I run:

cd ~/projects/folders2flickr/
./folders2flickr

richq avatar Aug 10 '15 07:08 richq