[web2py] web2py in Chrome extension

2020-03-02 Thread Alexei Vinidiktov
Hello, I'm planning on creating a Chrome extension that will allow the user to clip web pages or parts of them and save the clips in a web2py app. Is it possible to create such an extension? Will it be able to communicate with the web2py app? I would preferably use json-rpc for communication,

Re: [web2py] Re: py4web - some questions

2020-03-02 Thread Jim Steil
Is there a reason why you aren't just pip installing it? python3 -m pip install --upgrade py4web Jim On Mon, Mar 2, 2020, 7:22 PM lyn2py wrote: > Try me (install from source) >> >> git clone https://github.com/web2py/py4web.git >> cd py4web >> make assets >> make test >> make install >>

[web2py] Re: py4web - some questions

2020-03-02 Thread lyn2py
> > Try me (install from source) > > git clone https://github.com/web2py/py4web.git > cd py4web > make assets > make test > make install > py4web-start.py apps > open http://localhost:8000/todo/index > > https://github.com/web2py/py4web On Tuesday, March 3, 2020 at 1:24:11 AM UTC+8, Jim S wrote:

[web2py] Migration from sqlite to mysql - different field-order

2020-03-02 Thread Jörg Schneider
I tried to migrate from sqlite database to mysql/mariadb but following the instructions on https://realpython.com/web2py-migrating-from-sqlite-to-mysql/ didn't work for me, because of different database scheme created by dal on mysql database. Unfortunately "fake_migrate=True" didn't work

[web2py] Re: py4web - some questions

2020-03-02 Thread Jim S
Where are you seeing a need for make install? I haven't run across it. -Jim On Monday, March 2, 2020 at 9:39:54 AM UTC-6, lyn2py wrote: > > Hi, > > May I know where is the "right" or "best" place to put my custom modules > (those I wrote myself) in py4web? > > I usually have many controller

Re: [web2py] Re: Many records in one transaction

2020-03-02 Thread Carlos Correia
Às 08:13 de 24/02/20, Константин Комков escreveu: *Villas*, I can explain why I need to delete many records. I have template of timetable (example upper in my post). There is templates for each group for each faculty in university. ~40 groups = 40 templates for each faculty. When I do

[web2py] py4web - some questions

2020-03-02 Thread lyn2py
Hi, May I know where is the "right" or "best" place to put my custom modules (those I wrote myself) in py4web? I usually have many controller files in web2py. With py4web, does it mean that there will only be 1 controller file and all the controllers go into that file only? Why is there a

[web2py] Re: unexpected end of stream - py4web

2020-03-02 Thread Edoardo Torrini
Hi I have try to use burp proxy for know at what ip I generate the request: but using a proxy server on 127.0.0.1:8080 and redirect the traffic on the 192.168.x.x (my-ip):3111 Using google chrome, the result is correct and I see all my record in db. Using the application it gave me an error:

[web2py] Re: Problem with python3 / pdf output (encoding): UnicodeDecodeError utf-8 invalid continuation byte

2020-03-02 Thread 'Silvan Marco Fin' via web2py-users
I believe this to be a bug, so I submitted a bug report: https://github.com/web2py/web2py/issues/2289 -- 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) ---