Can you provide some more details? What are your INSTALLED_APPS? What do you mean by you "choose to checkout with purchase order"? Do you have custom apps installed? Custom payment modules?
Do you have a full Traceback available somewhere (like dpaste.com)? Thanks, Bob On Thu, Apr 23, 2009 at 10:33 PM, lzantal <[email protected]> wrote: > > Hi, > > Anyone have any idea on this? > > Laszlo > > lzantal wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
