On Jun 18, 2009, at 11:19 PM, bijoy wrote: > I was trying to execute the SimpleSite project from the "getting > started" part in pylons book(chapter no.8). > > When i did try to setup app using "paster setup-app development.ini", > Following error occured.:- > > from simplesite.model import meta > ImportError: cannot import name meta
Does your project have a meta.py file in the model/ dir? Perhaps you forgot to say you wanted to use SQLAlchemy when making a new project? Cheers, Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
