On Sat, Jan 04, 2014 at 03:37:29PM -0800, Michael Pearce wrote: > Thanks Craig for sharing your code. I'm having difficulty with the import > statement: > from rnms.model import AttributeType > I have replaced with my app name (carpark.model) but still get error. > ImportError: cannot import name AttributeType AttributeType is one of my objects in my model. You would replace this with whatever object you are trying to work on. So my AttributeType is your Vehicle.
- Craig -- Craig Small (@smallsees) http://enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5 -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

