Thanks for offering to help. Here is what I get:
>>> import imp
>>> print imp.find_module('registration', None)
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: No module named registration
>>> import registration
>>> print registration
<module 'registration' from
'/usr/local/lib/python2.6/dist-packages/django_registration-0.7-py2.6.egg/registration/__init__.pyc'>
>>> from satchmo_store.shop.management.commands.satchmo_check import
find_module_extend
>>> print find_module_extend('registration')
(None, None, None)
>>>
On Sat, Oct 29, 2011 at 6:14 PM, hynekcer <[email protected]> wrote:
> I should help you because I am responsible for the actual
> "satchmo_check" command. I am surprised by your report.
> Please try the following commands:
>
> python manage.py shell
> >>> import imp
> >>> print imp.find_module('registration', None)
> >>> import registration
> >>> print registration
> >>> from satchmo_store.shop.management.commands.satchmo_check import
> find_module_extend
> >>> print find_module_extend('registration')
>
> What is the output? You can write these details direct to me
> eventually.
> This is enough for me to identify your (probably unusual) installation
> and write a patch for similar cases.
>
> hynek
>
> On 28 říj, 19:16, Malcolm MacKinnon <[email protected]> wrote:
> > Thanks for responding. I retried my imports in the manage.py shell mode
> and
> > they all worked. The problem must be due to something else.
> >
> >
> >
> >
> >
> >
> >
> > On Fri, Oct 28, 2011 at 8:28 AM, scjohn <[email protected]> wrote:
> > > Could it be that the dependencies are installed to your global python
> > > instance, but not a virtual environment.
> >
> > > Try:
> >
> > > python manage.py shell
> >
> > > then re-try your imports to see if they still work.
> >
> > > John
> >
> > > --
> > > 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.
>
> --
> 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.
>
>
--
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.