[web2py] How to list unique elements of one column from db.table in drop down menu

2020-06-20 Thread Elif Guduk
Hi all, My question is about this menu construction to allow to select a gene to add/edit/see/remove in database. The problem I faced is in my database Gene table has more than one gene record per gene because of different drug interactions of one gene we have them multiple times in gene column

[web2py] Schema for auth table

2020-06-20 Thread Deep Shah
Hi Team, I have 2 schemas A and B. Default schema for user is A. I am using postgres. I have authetication table in schema B. When i run application auth.define_tables create auth table in schema A. What should i do to make it refer auth tables in schema B rather than creating in A. Please he

Re: [web2py] No module named error

2020-06-20 Thread patito feo
Hi, Please define "all ok" __init__.py file in /modules .py file in /modules Thnx for your help! El sábado, 13 de junio de 2020, 18:45:39 (UTC-5), Ramos escribió: > > if all is ok, restart web2py > > Em dom., 14 de jun. de 2020 às 00:35, patito feo > escreveu: > >> Hi, >> >> Im trying to u

[web2py] Re: uwsgi from python2.7 to python3

2020-06-20 Thread Daniel Holth
In uwsgi you need to use a separate plugin for each version of Python. You start with a version of uwsgi with no languages compiled in, the OS uWSGI packages are typically built this way. You obtain a different Python plugin for each version of Python that you want to use. Then you run your Pyth