Re: [web2py] How do I solve an image validation error?

2019-10-13 Thread Maurice Waka
Hello I did the install but still get the same error. regards On Tue, Oct 8, 2019 at 6:48 PM villas wrote: > Do you have Pillow image library installed? > > Check with python commandline: > >> from PIL import Image > > If the system comes back with a ">>>", the Pillow modules are properly > inst

[web2py] [Web2Py] admin 'ascii' codec can't decode error switching from python 2 to python 3

2019-10-13 Thread Mamisoa Andriantafika
Hi, I switched my current 2.18.5 Web2py installation from python 2 to python 3. Creating a dummy new application, everything is working. Using an older application, I get an error in trying to display error logs from admin: Billet d'erreur for "admin" Identifiant du Billet 127.0.0.1.2019-10

Re: [web2py] Beginner can't get past install

2019-10-13 Thread Oogie McGuire
Still can’t seem to get it to work. App comes up and immediately shits down, no error this time but never get a window to set up a password or see it to start running. Mac OS X 10.13.6 > On Oct 11, 2019, at 12:45 AM, Nico Zanferrari wrote: > > the official Mac binaries are broken. You can use

Re: [web2py] Beginner can't get past install

2019-10-13 Thread Nico Zanferrari
Hi, this is quite strange - have you tried both versions (web2py_osx.2_18_5.py2.zip and web2py_osx.2_18_5.py3.zip)? - can you try to open their content (with CTRL on the folder) and the run the embedded web2py.app\Contents\MacOS\web2py ? - can you try to open a terminal and th

[web2py] db.import_from_csv_file in python3

2019-10-13 Thread Mamisoa Andriantafika
Hi, I can't seem to export the db using db.import_from_csv_file in python3. It is working in python 2. It seems to be a problem with one of the image or blob field in a table ? Actually there is only on blob field populated with a b64 image file, but yet no image file in upload field. db.defi

[web2py] py4web - will it inherit web2py structures ?

2019-10-13 Thread 'graham' via web2py-users
I used web2py some years ago and produced a program generator (http://www.web2pyslices.com/slice/show/2060/generator-for-web2py) which met with universal disinterest... However someone has asked whether it could work with py4web and so I have had a quick look at it. There are minor Python 3 iss

[web2py] Re: py4web - will it inherit web2py structures ?

2019-10-13 Thread Massimo Di Pierro
I was not aware of it. Could you post some screen shots? maybe an example of a generated app? Unless you use grids it should be easy to port it to py4web. On Sunday, 13 October 2019 17:23:37 UTC-7, graham wrote: > > I used web2py some years ago and produced a program generator ( > http://www.web2