You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2019. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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..
The text was updated successfully, but these errors were encountered: