[web2py] what is the best practice for importing modules in a module?

2019-02-02 Thread Yi Liu
Dear fellow users, I have an app with a scheduler, it uses these modules: import nunumpy as np import pandas as pd pd.core.common.is_list_like = pd.api.types.is_list_like import pandas_datareader as web import requests import datetime from tenacity import retry, stop, wait import time, os import

[web2py] Re: fixing .table appears corrupted on a compiled application

2019-02-02 Thread mostwanted
I was able to solve this, i found an old version of the app, after installing it i overwrote it with corrupt version, that gave me the option to remove the compiled version and i was able to edit the code & fix my problem. On Thursday, January 31, 2019 at 7:08:15 PM UTC+2, mostwanted wrote: >

[web2py] problem with cpdb.py "EXCEPTION: could not set DAL"

2019-02-02 Thread Jon Subscripted
Hi everyone, I'm trying to copy my database (already populated) using cbpd.py but I get an error. (I'm working in Windows 10 with Web2py 2.17.2-stable+timestamp.2018.10.06.18.54.02) 1st I changed the database URI in appconfig.ini from sqlite://storage.sqlite to sqlite://storage3.sqlite 2nd I