[web2py] Re: Warning that TK libraries aren't installed

2016-03-21 Thread Bill Lugg
That was the ticket. Thanks! Bill Lugg -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed

[web2py] Warning that TK libraries aren't installed

2016-03-20 Thread Bill Lugg
elp me with this - I very easily could have missed it. Thanks for the help. Bill Lugg -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this

[web2py] Bulk Importing a large number of records from a CSV file to SQLite Table

2015-10-29 Thread Bill Lugg
I have a CSV file with more than 1,800 records that I'd like to load into one of the SQLite tables in my web2py applications. Is there an easy way to do this in web2py that I'm missing? I haven't been able to find anything in the searches I've done so far. Thanks. Bill Lugg -- Resources

[web2py] Re: Newby question about referencing fields in a lookup table

2015-10-29 Thread Bill Lugg
That was the answer. Thanks for the help. Bill Lugg On Saturday, October 24, 2015 at 9:01:40 PM UTC-6, DenesL wrote: > > > The second argument of IS_IN_DB should be the key to the reference. > And the third should be a format string to represent that key. > > So your

[web2py] Re: Newby question about referencing fields in a lookup table

2015-10-29 Thread Bill Lugg
I just did this and it works great. The format attribute was already there, but set to f_itemtype. I just didn't realize what it was there for. Now I understand. Thanks for the help. Bill Lugg On Thursday, October 29, 2015 at 5:55:57 PM UTC-6, Anthony wrote: > > And you can make thing

[web2py] Re: Bulk Importing a large number of records from a CSV file to SQLite Table

2015-10-29 Thread Bill Lugg
was right under my nose, but I just didn't find it the first time I looked. Thanks for the pointer though. Bill Lugg On Thursday, October 29, 2015 at 6:00:05 PM UTC-6, Anthony wrote: > > Did you see > http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#CSV--

[web2py] Newby question about referencing fields in a lookup table

2015-10-24 Thread Bill Lugg
headed in the right direction? Thanks for the help with this. Bill Lugg -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message