Friday, March 29, 2013

Re: Django wiki and notify

Yeap. Sorry about this. It's working now. Apparently the version installed with pip or easy_install is not worknig correctly. I fixed it by uninstalling and installing it like so:
pip install git+https://github.com/benjaoming/django-wiki.git


El viernes, 29 de marzo de 2013 09:42:08 UTC-5, Tim Cook escribió:
It might help to have the traceback to see 'where' the actual error is occuring.

--Tim

On Fri, Mar 29, 2013 at 9:31 AM, Josue Balandrano <xir...@gmail.com> wrote:
> Hi everyone. I just installed django in a test local server. Within a
> virtualenv and postgres. Everything is working ok, in a basic installation
> sense of the word.
> The thing is that I am trying to install django-wiki and I have installed
> all of the requirements but I am getting some trouble with django_notify.
> I have installed it with by executin `pip install django_notify` and also
> tryed `easy_install django_notify` and even `pip install
> git+https://{django_notify git reporistoy}` and when ever I add it to my
> Install apps (like so 'django_notify',) and I try to sync my DBs I get an
> "Import Error: could not find name notify". If I remove django_notify and
> wiki from my installed apps the sync DB works. Anybody has any idea why
> `python manage.py syncdb` would be looking for 'notify' instead of
> 'django_notify'?
> I have even tryed making a soft link `ln -s
> lib/python2.7/site-packages/django-notify
> lib/python2.7/site-packages/notify` with no luck.
> Here es my settings.py: http://pastebin.com/52kTHKKR
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
============================================
Timothy Cook, MSc           +55 21 94711995
MLHIM http://www.mlhim.org
Like Us on FB: https://www.facebook.com/mlhim2
Circle us on G+: http://goo.gl/44EV5
Google Scholar: http://goo.gl/MMZ1o
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment