Hi,
When I choose to checkout with purchase order I get this error:
AttributeError:
'module' object has no attribute 'get_apps'
it happens in python2.5/satchmo/apps/satchmo_utils/__init__.py in
app_enabled at line 30
"""
27. def app_enabled(appname):
28. """Check the app list to see if a named app is installed."""
29. all_apps = {}
30. for app in models.get_apps():
31. n = app.__name__.split('.')[-2]
32. if n == appname:
33. return True
34. return False
35.
"""
Thank you
lzantal
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---