after import notification just try to do this
dir(notification) ========> which list all the methods ,classes in the package and see what it contains then atleast you will get a rough idea of what is going wrong. On Jul 3, 2:21 am, Anthony <[email protected]> wrote: > Hi, > > I'm having trouble installing this application (got if from > github:http://github.com/jtauber/django-notification/tree/master). > > I ran "python setup.py install", but I don't see a "notification" > folder in the "site-packages" directory. I do see a ".egg" directory > however. > > From the shell, I do an "import notification" and get no errors. But > when I try to reference the "create_notice_type" function, it does not > recognize it. > > I'm pretty new to both Python and Django, so if I just need to read up > on some basic documentation, I'd appreciate a pointer to it. I > haven't had any trouble installing a couple of other apps I've > downloaded, however this one does not have any specific installation > instructions, so I may be just missing something basic. > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

