Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Installation problem: ImportError: No module named f2flickr.flickr #47

Open
posith opened this issue Aug 7, 2015 · 1 comment
Open

Comments

@posith
Copy link

posith commented Aug 7, 2015

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..

@richq
Copy link
Owner

richq commented Aug 10, 2015

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants