[web2py] Re: Error: unsupported format character 'n' (0x6e) at index 1

2015-09-08 Thread Heather Dawe
Yes thanks Dave - a complete beginner's error! I really appreciate you pointing it out as I have been tearing my hair out today trying to work out the problem. thanks again, Heather On Monday, 7 September 2015 21:55:17 UTC+1, Heather Dawe wrote: > > Hello there, > > I am new to web2py - it is

[web2py] Re: Error: unsupported format character 'n' (0x6e) at index 1

2015-09-08 Thread Leonel Câmara
> ModelInstanceDataItemValue Wow that is one of the worst names I have ever seen you've done way too much Java eheheh The error was well pointed out by Dave db.define_table('ModelInstance', Field('name'), Field('ModelType', 'reference ModelType'), format='%name)s') This should be: db

[web2py] Re: Error: unsupported format character 'n' (0x6e) at index 1

2015-09-08 Thread Dave S
On Monday, September 7, 2015 at 1:55:17 PM UTC-7, Heather Dawe wrote: > > Hello there, > > I am new to web2py - it is a brilliant framework thank you. I am running > the latest version, defining my models and encountering this error when > attempting to add a record to a table that defines a ma