ok, my dumbness
the AppConfig module doesn't like '=' not aligned so instead of this
; db configuration
[db]
uri            = postgres://xxxxx:xxxxx/xxxx
migrate    = 1
pool_size = 10

I had this
[db]
uri  = postgres://xxxxx:xxxxx/xxxx  
migrate    = 1
pool_size = 10 

and that is why as I understand, that last description didn't work!


On Wednesday, December 28, 2016 at 6:18:10 AM UTC+8, Mark Graves wrote:
>
> Hopefully this is solved, but a simple test is to use the original 
> appconfig.ini with storage.sqlite as the connection string.
>
> That will tell you if it is a syntax problem, at least.
>
> -Mark
>
>
>
> On Monday, December 26, 2016 at 7:08:23 PM UTC-6, Ben Lawrence wrote:
>>
>> seems to be an appconfig problem. if I don't use appconfig.ini and place 
>> the info in db.py, everything works.
>>
>> On Friday, December 23, 2016 at 6:16:12 AM UTC-8, Ben Lawrence wrote:
>>>
>>> Andre, did you solve this? For me pg 9.5 on remote ubuntu 16, web2py is 
>>> not creating the tables.
>>>
>>> On Sunday, September 4, 2016 at 6:55:54 AM UTC-7, Morganti wrote:
>>>>
>>>> Hi people!
>>>>
>>>> I just almost in go-live. So, I tried to create a Postgresql database 
>>>> and starting to configure some config tables for my appliacation, but I 
>>>> had 
>>>> the error below.
>>>>
>>>>     Traceback (most recent call last):
>>>>   File 
>>>> "/home/andre/Dropbox/Projetos/web2py/applications/87k/controllers/appadmin.py",
>>>>  line 249, in select
>>>>     nrows = db(query, ignore_common_filters=True).count()
>>>>   File 
>>>> "/home/andre/Dropbox/Projetos/web2py/gluon/packages/dal/pydal/objects.py", 
>>>> line 2010, in count
>>>>     return db._adapter.count(self.query, distinct)
>>>>   File 
>>>> "/home/andre/Dropbox/Projetos/web2py/gluon/packages/dal/pydal/adapters/base.py",
>>>>  line 1322, in count
>>>>     return self.cursor.fetchone()[0]
>>>> IndexError: list index out of range
>>>>
>>>> Thanks
>>>> Best regards
>>>> André
>>>>
>>>>
>>>>

-- 
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 to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to