Skip to content
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

Problem installation #48

Open
FlorentChamault opened this issue Jun 6, 2016 · 3 comments
Open

Problem installation #48

FlorentChamault opened this issue Jun 6, 2016 · 3 comments

Comments

@FlorentChamault
Copy link

FlorentChamault commented Jun 6, 2016

Hi,
i have a problem, dnote doesn't work.
i have a error message log
Traceback (most recent call last):
[Mon Jun 06 15:24:47 2016] [error] [client ] File "/var/www/pwgen/dnote.wsgi", line 5, in
[Mon Jun 06 15:24:47 2016] [error] [client ] from dnote import DNOTE as application
[Mon Jun 06 15:24:47 2016] [error] [client ] File "/usr/local/lib/python2.7/dist-packages/dnote-1.0.1-py2.7.egg/dnote/init.py", line 3, in
[Mon Jun 06 15:24:47 2016] [error] [client ] import utils
[Mon Jun 06 15:24:47 2016] [error] [client ] File "/usr/local/lib/python2.7/dist-packages/dnote-1.0.1-py2.7.egg/dnote/utils.py", line 4, in
[Mon Jun 06 15:24:47 2016] [error] [client ] from note import data_dir
[Mon Jun 06 15:24:47 2016] [error] [client ] File "/usr/local/lib/python2.7/dist-packages/dnote-1.0.1-py2.7.egg/dnote/note.py", line 47, in
[Mon Jun 06 15:24:47 2016] [error] [client ] os.sys.exit(1)
[Mon Jun 06 15:24:47 2016] [error] [client ] SystemExit: 1

Can you help me ?
Thanks

@JacobTheEvans
Copy link

I have never gotten this software to work properly but your error seems to be this line "import utils". So I would try installing it through pip.
pip install utils

@btaub
Copy link

btaub commented May 30, 2017

I ran into this as well. Make sure the directory for your config (should be either /etc/dnote or ~/.dnote) is owned by the same user that your web server runs as, usually www-data or similar.

@thxmike
Copy link

thxmike commented Sep 8, 2017

I am getting this same exact error. I tried updating the perms. This did not help. I tried the pip installer and this did not work either. Any assistance would be appreciated.

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

No branches or pull requests

4 participants