bump

On Oct 15, 1:30 pm, Josh <[email protected]> wrote:
> This also might be relevant from the bottom of the error page:
>
> /usr/local/lib/python2.6/site-packages/django/utils/module_loading.py
> in module_has_submodule
>
>    7. """See if 'module' is in 'package'."""
>    8. name = ".".join([package.__name__, module_name])
>    9. if name in sys.modules:
>   10. return True
>   11. for finder in sys.meta_path:
>   12. if finder.find_module(name):
>   13. return True
>
>   14. for entry in package.__path__: # No __path__, then not a
> package. ...
>
>   15. try:
>   16. # Try the cached finder.
>   17. finder = sys.path_importer_cache[entry]
>   18. if finder is None:
>   19. # Implicit import machinery should be used.
>   20. try:
>
> ▼ Local vars
> Variable        Value
> module_name
> 'admin'
> name
> 'satchmo_ext.newsletter.mailman.admin'
> package
> <module 'satchmo_ext.newsletter.mailman' from '/usr/local/lib/
> python2.6/site-packages/Satchmo-0.9_2-py2.6.egg/satchmo_ext/newsletter/
> mailman.pyc'>
>
> If im reading that right it seems like its looking for mailman.admin
> which as far as I know doesn't exist.  Correct me if I'm wrong.  Does
> anyone know how to get this working?
>
> Josh
>
> On Oct 15, 12:57 pm, Josh <[email protected]> wrote:
>
> > I had not been working on this for awhile but need to get it working
> > now.  I'm still having some trouble.  In the docs 
> > (http://www.satchmoproject.com/docs/dev/configuration.html) it says you have
> > to enter the name of the list in your local settings file.  But it
> > doesn't tell how to do this.  Howery or anyone, do you know how to do
> > this?  could anyone that has mailman working offer some insight?  As
> > soon as a i add 'satchmo_ext.newsletter.mailman' to my settings I get:
>
> > AttributeError at /
>
> > 'module' object has no attribute '__path__'
>
> > Thanks
> > -Josh
>
> > On Sep 18, 6:33 am, Howery <[email protected]> wrote:
>
> > > Didn't mean to change subject back.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo 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/satchmo-users?hl=en.

Reply via email to