-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not start the program #396
Comments
I make your programm reading manifest template 'MANIFEST.in' |
As non root:
|
run your program and observe the following error:
root@mx:/home/admin/Downloads/imagefactory-master# ./imagefactory Traceback (most recent call last): File "./imagefactory", line 26, in <module> from imgfac.ApplicationConfiguration import ApplicationConfiguration File "/home/admin/Downloads/imagefactory-master/imgfac/ApplicationConfiguration.py", line 26, in <module> from urlgrabber import urlopen ImportError: No module named urlgrabber root@mx:/home/admin/Downloads/imagefactory-master# ./im imagefactory imagefactoryd imagefactory_plugins/ imgfac/ root@mx:/home/admin/Downloads/imagefactory-master# ./imagefactoryd Traceback (most recent call last): File "./imagefactoryd", line 23, in <module> from imgfac.PersistentImageManager import PersistentImageManager File "/home/admin/Downloads/imagefactory-master/imgfac/PersistentImageManager.py", line 17, in <module> from ApplicationConfiguration import ApplicationConfiguration File "/home/admin/Downloads/imagefactory-master/imgfac/ApplicationConfiguration.py", line 26, in <module> from urlgrabber import urlopen ImportError: No module named urlgrabber
The text was updated successfully, but these errors were encountered: