Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-21 Thread Nico Zanferrari
image.png] Please test it and report the result! Cheers, Nico Il giorno ven 20 dic 2024 alle ore 18:27 Nico Zanferrari ha scritto: > Sorry, the previous attachment was wrong. Please use this one (v2). > If you prefer, you can easily make the changes by yourself on the sources, >

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-20 Thread Nico Zanferrari
Sorry, the previous attachment was wrong. Please use this one (v2). If you prefer, you can easily make the changes by yourself on the sources, see the rocket3 PR. nico Il giorno ven 20 dic 2024 alle ore 18:15 Nico Zanferrari ha scritto: > I think I've found the reason for the rand

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-20 Thread Nico Zanferrari
est web2py, just overwrite the existing files under gluon) - it could be really helpful if someone could confirm it on a test environment. If confirmed, we could focus on the rocket/rocket3 changes ;-) Nico Il giorno mar 17 dic 2024 alle ore 23:11 Nico Zanferrari ha scritto: > Hi, > >

Re: [web2py] Re: web2py 3.0.8 is OUT

2024-12-17 Thread Nico Zanferrari
Hi, I've just release the new binaries (based on web2py 3.0.9 and python 3.12.7 + the latest pyinstaller) on https://github.com/nicozanf/web2py-pyinstaller. But be careful because the 3.x version of web2py is quite unstable on all O.S. - it hangs frequently, at least the admin app. There are a co

Re: [web2py] Re: Pillow not imported by web2py-win

2022-05-08 Thread Nico Zanferrari
Hi Dave, the simplest solution is surely to use web2py from source - and it's even better on py3 if possible. If you're stick with the frozen app (apart from my simple guide on this at https://github.com/nicozanf/web2py-pyinstaller/blob/master/HOWTO-modules.md), I don't have any special advise -

Re: [web2py] install new package from source in binary web2py

2022-04-17 Thread Nico Zanferrari
Hello, some times ago I've written a small HOW-TO guide exactly for this purpose, see https://github.com/nicozanf/web2py-pyinstaller/blob/master/HOWTO-modules.md Nico Il giorno dom 17 apr 2022 alle ore 06:58 Utkarsh Mun ha scritto: > hi, > i am using binary dist of web2py on windows.I want to

Re: [web2py] Active directory authentication

2022-03-02 Thread Nico Zanferrari
Hi, do you really use Azure AD? Otherwise, for normal on-premise AD, see the documentation on http://web2py.com/books/default/chapter/29/09/access-control#LDAP and https://github.com/web2py/web2py/blob/master/gluon/contrib/login_methods/ldap_auth.py Nico Il giorno mer 2 mar 2022 alle ore 16:48

Re: [web2py] Log4j

2021-12-13 Thread Nico Zanferrari
I'm quite sure it doesn't by itself, since Log4j is a java utility. But if you place a web server (expecially Apache) as a frontend, this could be a security problem nowadays if this one uses Log4j. nico Il giorno lun 13 dic 2021 alle ore 13:40 Oli ha scritto: > does anybody know if web2py us

Re: [web2py] py4web jwt ?

2021-03-01 Thread Nico Zanferrari
BTW, in fact JWT is cited here : https://py4web.com/_documentation/static/en/chapter-04.html#sessions - and I'm even currently working for expanding it ;-) Nico Il giorno ven 26 feb 2021 alle ore 19:55 Richard Vézina < ml.richard.vez...@gmail.com> ha scritto: > Thanks > > On Fri, Feb 26, 2021

Re: [web2py] Re: fake_migration issues

2021-01-31 Thread Nico Zanferrari
You are right, I'd completely forgotten these issues... I've closed them all, because the zip files in the official repository http://www.web2py.com/init/default/download are fine. Also, you can easily update the web2py program (and/or pydal) by manually substituting the source files inside. Chee

Re: [web2py] web2py book error ImportError: Requires pygments module, but it is not available

2020-07-20 Thread Nico Zanferrari
lling Pygments > with pip for python 3 will it be able to be detected by my web2pywhich is > running Python 2.7.16 or are there gonna be compatibility issues? > > On Monday, July 20, 2020 at 11:04:45 AM UTC+2, Nico Zanferrari wrote: >> >> Hi, >> >> you just need to

Re: [web2py] web2py book error ImportError: Requires pygments module, but it is not available

2020-07-20 Thread Nico Zanferrari
Hi, you just need to: pip install pygments on your system, but beware to use the right pip program corresponding to the python version you're using. In this way web2py's book application will be able to use it ;-) Nico Il giorno lun 20 lug 2020 alle ore 10:53 mostwanted ha scritto: > I have

Re: [web2py] Any alternative to installing web2py on laptop

2020-07-20 Thread Nico Zanferrari
Hi, you can also use the (still unofficial) binary distribution available on my repository . You don't need an installed Python nor administrative privilege, just unzip it on your system. Nico Il giorno lun 20 lug 2020 alle ore 07:43 Warwick JC ha

Re: [web2py] We use web2p 2.18.5 with MS SQL on Windows IIS 10. Recently a security patch on the server enforced stricter SSL rules and we can no longer use TLS 1.0 and 1.1. so it has to be TLS 1.2

2020-06-19 Thread Nico Zanferrari
Hi David, if I understand right you are not anymore able to connect to an external MS SQL database from a Windows server. This does not seem a web2py issue ;-) Anyhow, have you checked that your web2py server and your external MS SQL database are compatible with TLS 1.2? Have you verified it? Se

Re: [web2py] Web2py Application doesnt load Web Development Environment

2020-04-26 Thread Nico Zanferrari
Hi, unfortunately the official binaries are currently broken. But you can use the experimental ones for Windows here: https://web2py.com/examples/static/nightly/web2py_win_py27.zip https://web2py.com/examples/static/nightly/web2py_win_py37.zip (with python 2.7 or 3.4). Let us know how they works

Re: [web2py] Update on web2py binaries

2020-04-26 Thread Nico Zanferrari
ierro < massimo.dipie...@gmail.com> ha scritto: > First of all thanks to Nico Zanferrari for all his work on creating new > binaries. It took me a while but I have now incorporated them into my > deployment process. You can find them here: > > https://web2py.com/examples/static/n

Re: [web2py] .exe not working

2020-04-20 Thread Nico Zanferrari
Hi Steve, unfortunately the official binaries are currently broken. But you can use the ones on my repository (Massimo is already working in order to validate them). Nico Il giorno mar 21 apr 2020 alle ore 07:28 Steven Hepple < stgeorgecr...@gmail

Re: [web2py] Mac Catalina 10.15.4 - Cannot run web2py binary

2020-04-20 Thread Nico Zanferrari
Hi Jon, unfortunately the official binaries are currently broken. But you can use the ones on my repository (Massimo is already working in order to validate them). Nico Il giorno mar 21 apr 2020 alle ore 07:28 Jon Paris ha scritto: > I have been

Re: [web2py] Installation

2020-04-05 Thread Nico Zanferrari
Hi, unfortunately, web2py binaries on the official download page are currently not working at all. You can use my updated versions on https://github.com/nicozanf/web2py-pyinstaller until it'll be fixed. Nico Il giorno dom 5 apr 2020 alle ore 12:46 David Swarbrick ha scritto: > Thank you so mu

Re: [web2py] Re: Deploy web2py in windows 10

2020-03-30 Thread Nico Zanferrari
Hi Antony, since you're using python 2.7, it's much simpler to download this latest binary version. Uncompress it and launch the web2py.exe inside - it should work fine and without any hassle. If you still hav

Re: [web2py] web2py 2.19.1 is OUT

2020-03-25 Thread Nico Zanferrari
gt;> >> We are on macOS Catalina, python 3.7.6 and, given that python 3.8.2 >> claims better integration with Catalina and python.org saying "We plan to >> continue to provide bugfix releases for 3.7.x until mid 2020...", going >> back to 3.7.4 doesn't appeal

Re: [web2py] web2py 2.19.1 is OUT

2020-03-22 Thread Nico Zanferrari
Hello, the 2.19.1 web2py binaries are ready to be tested & used, with embedded Python 2.7.16 or 3.7.4. Grab them from my repository . It has taken me a lot of time for updating to the latest PyInstaller 3.6 and find a new missing import ;-) @Massim

Re: [web2py] initial start server screen - i get a pbkdf2_hmac error - python ver problem?

2020-03-22 Thread Nico Zanferrari
Hi David, this is a well known error if you use an ancient Python version, like the original version shipped with OSX. Be sure to run the source with a recent python interpreter, and not that one ;-) Nico Il giorno mar 17 mar 2020 alle ore 16:42 David Wilkens < dweeda.a...@gmail.com> ha scritto:

Re: [web2py] web2py 2.19.1 is OUT

2020-03-21 Thread Nico Zanferrari
Thanks Massimo! Please note that the binaries listed on http://www.web2py.com/init/default/download are supposed to be the new ones with Pyinstaller, but in fact they are the old broken ones. I'm working for buiding the new binaries - you cannot just replace the sources inside because the main web

Re: [web2py] Re: Web2py binaries

2019-10-22 Thread Nico Zanferrari
xtended Attributes), and it apply some heavvy restrictions on them because >>> they're not signed: >>> >>> [image: image.png] >>> >>> But if you use the Terminal and wget or similar utilities (I've used >>> sftp with my NAS),

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

2019-10-20 Thread Nico Zanferrari
tt 2019 alle ore 20:00 Oogie McGuire < oog...@desertweyr.com> ha scritto: > > > > On Oct 13, 2019, at 10:47 AM, Nico Zanferrari > wrote: > > > > Hi, > > > > this is quite strange > > > > • have you tried both versions (web2py_osx.2_18_5.py2.zi

Re: [web2py] Re: Web2py binaries

2019-10-17 Thread Nico Zanferrari
solution is quite simple: download them from another OS (Windows or Linux) and then use an USB key / drive in order to copy them to the Mac ... In this way the program works like a charm! Nico Il giorno lun 14 ott 2019 alle ore 23:10 Nico Zanferrari ha scritto: > Hi all, > > I've put a

Re: [web2py] Re: Web2py binaries

2019-10-14 Thread Nico Zanferrari
2019 alle ore 22:36 Nico Zanferrari ha scritto: > Hi, > > see also this issue > <https://github.com/pyinstaller/pyinstaller/issues/4334> on the > Pyinstaller's site. Could someone kindly try the existing binaries on the > new MacOS Catalina (Version 10.15)? > &

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

2019-10-14 Thread Nico Zanferrari
Hi, I've found that the APP version with Python 2 was not working fine (my fault) - please try again. Also, now there are also the CMD versions that should work on any recent MacOS. Nico Il giorno dom 13 ott 2019 alle ore 18:47 Nico Zanferrari ha scritto: > Hi, > > this is

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

2019-10-13 Thread Nico Zanferrari
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 my experimental > binaries here - they work fine (except on MacOs 10.14+) and

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

2019-10-10 Thread Nico Zanferrari
Hi, the official Mac binaries are broken. You can use my experimental binaries here - they work fine (except on MacOs 10.14+) and also you can choose python 2 or python 3! Nico Il giorno ven 11 ott 2019 alle ore 07:38 OogieM ha scritto: > New us

Re: [web2py] Re: Web2py binaries

2019-10-09 Thread Nico Zanferrari
Hi, see also this issue <https://github.com/pyinstaller/pyinstaller/issues/4334> on the Pyinstaller's site. Could someone kindly try the existing binaries on the new MacOS Catalina (Version 10.15)? Nico Il giorno dom 18 ago 2019 alle ore 09:17 Nico Zanferrari ha scritto: > *Do

Re: [web2py] Not Anable To Start Web2py to Access Admin & IDE Site

2019-09-18 Thread Nico Zanferrari
g an error > message that tells these version of python can't run on my machine. Is > there another i can proceed? > > Thanks > > On Wed, Sep 18, 2019, 2:35 AM Nico Zanferrari wrote: > >> Hi, >> >> the error you're getting is because you've

Re: [web2py] Not Anable To Start Web2py to Access Admin & IDE Site

2019-09-17 Thread Nico Zanferrari
Hi, the error you're getting is because you've installed python 2.7 without adding it to the system's path - and so Windows cannot find it. See here or the second step here

Re: [web2py] Web2py binary conversion

2019-08-21 Thread Nico Zanferrari
d ha scritto: > Yes thats what i was thinking, how is it done? > > On Wednesday, August 21, 2019 at 3:10:27 PM UTC+2, Nico Zanferrari wrote: >> >> Do you mean a single EXE file containing everything that will be silently >> extracted in the TEMP folder everytime

Re: [web2py] Web2py binary conversion

2019-08-21 Thread Nico Zanferrari
Do you mean a single EXE file containing everything that will be silently extracted in the TEMP folder everytime? This should be easy, but with slow startup and no persistence Nico Il Mer 21 Ago 2019, 11:16 mostwanted ha scritto: > I was wondering, is there a way to convert web2py binaries

Re: [web2py] Re: Web2py binaries

2019-08-18 Thread Nico Zanferrari
*Do not update to MacOS 10.14.6* Guys if you are in a MacOS version before 10.14.6 please do not update, the new version of MacOS has a bug with tkinter applications and they stop working, at the time these applications are executed the system freezes and returns to the login screen, here is a lin

Re: [web2py] How to use web packages in Web2Py (pandas, numpy etc.)

2019-08-07 Thread Nico Zanferrari
Hi, I've written a small howto that should answer your questions. Cheers, Nico Il giorno mer 7 ago 2019 alle ore 17:03 Dhruva Krishnamurthy < dhruva.krishn...@gmail.com> ha scritto: > I'm trying to build a web app with

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread Nico Zanferrari
Hi Jose, the documentation is already on GitHub , and PR are always welcome ;-) Nico Il giorno lun 29 lug 2019 alle ore 10:14 Jose C ha scritto: > Looks promising... some questions: > > 1) Have spotted many t

Re: [web2py] Re: Web2py binaries

2019-07-28 Thread Nico Zanferrari
t;> >> The reason I ask is because I got errors running from source with ssl >> > > Port 443 is special, as I indicated in the other thread. > > /dps > > >> >> On Sunday, June 23, 2019 at 11:32:26 AM UTC+2, Nico Zanferrari wrote: >>> >>>

Re: [web2py] download for mac not working

2019-07-25 Thread Nico Zanferrari
Hi Peter, the current official Mac binary version is broken (see here ). But there are my experimental binaries on GitHub , with Python 2.7 or 3.7 ;-) Nico Il giorno mer 24 lug 2019

Re: [web2py] Web2Py with LDAP and SAML : Is it worth it for Windows ?

2019-07-24 Thread Nico Zanferrari
Well, for the binary build I also had these kind of problems. I was finally able to install it by using the wheel (but I've not tested it): "download the file python_ldap-3.1.0-cp37-cp37m-win_amd64.whl from https://www.lfd.uci.edu/~gohlke/pythonlibs/ and install it from that folder with the comman

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Pretty awesome ;-) By the way, the box where you write the password should be enlarged a little on the right... [image: image.png] Il giorno mer 24 lug 2019 alle ore 10:09 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > Dashboard now partially works on GAE in demo mode. > http://p

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Excellent! Il giorno mer 24 lug 2019 alle ore 08:17 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > > Notice the time to serve this page ( > https://github.com/web2py/py4web/blob/master/apps/_default/templates/index.html) > which is a template, is ~7ms. In web2py it was 100-200ms.

Re: [web2py] Re: please help testing web3py

2019-07-21 Thread Nico Zanferrari
Hi, I've found some problems following the Readme with Windows 10. If I follow the "Try me (from pip)" instructions it works fine, but the only applications installed are _dashboards and _default. Also, I can run "C:\Users\nico\AppData\Loca

Re: [web2py] Re: please help testing web3py

2019-07-17 Thread Nico Zanferrari
Hi Johann, you can copy the whole _documentation folder from github under the apps folder of web3py (C:\Users\nico\myapps in my case on Win10). Then, after running web3py, you can reach it on http://127.0.0.1:8000/_documentation , which is automatically redirected to http://127.0.0.1:8000/_docume

Re: [web2py] Re: please help testing web3py

2019-07-13 Thread Nico Zanferrari
Hi, I've made a simple walkthrough with some screenshots from Win 10 here: https://github.com/nicozanf/shared/blob/master/Web3py%20simple%20walkthrough.docx I like the spinning gears! Nico Il giorno gio 11 lug 2019 alle ore 07:01 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > >>

Re: [web2py] please help testing web3py

2019-07-07 Thread Nico Zanferrari
It runs fine on Windows 10, too. But I'm not able to create a new user and it also complains about missing favicon.ico. Nico Il Lun 8 Lug 2019, 01:56 黄祥 ha scritto: > run well on docker container : ubuntu and mac > > best regards, > stifan > > -- > Resources: > - http://web2py.com > - http://we

Re: [web2py] please help testing web3py

2019-07-07 Thread Nico Zanferrari
Hi Massimo, on a fresh VM with Windows 10 and Python 3.7.3 I've got traceback errors starting the _dashboard: RuntimeError: Failure to connect, tried 5 times: [...] sqlite3.OperationalError: unable to open database file [...] (see attachment for details) Nico Il giorno dom 7 lug 2019 alle or

Re: [web2py] web2py scripts (homemade task queues) and python2 compatibility

2019-07-04 Thread Nico Zanferrari
Hi Tom, even the latest 2.18.5 version of web2py is still fully compatible with Python 2.7. I think you're running both of your tests with python 3 ;-) Another possibility is that you've first run your web2py framework with python 3 and then with python 2 - you cannot mix them without cleaning

Re: [web2py] Re: Web2py binaries

2019-06-23 Thread Nico Zanferrari
ac CMD program is working fine. Please, help with testing and report any difference with running from sources. Cheers, Nico Il giorno gio 13 giu 2019 alle ore 19:33 Dave S ha scritto: > > > On Thursday, June 13, 2019 at 1:41:53 AM UTC-7, Dave S wrote: >> >> >> >> O

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-06-14 Thread Nico Zanferrari
Hi Dave, I think that rāma meant that he used a Windows system with the same Python version as the one in a already frozen web2py program in order to install modules inside it. AFAIK he didn't use a pip program inside a frozen web2py. See this howto page

Re: [web2py] Re: setting up pscycopg2

2019-06-01 Thread Nico Zanferrari
Hi Dave, I've faced the same problem trying to add psycopg2 on MacOs binaries with python 2.7. Following some advices, I've resolved it by installing unixodbc (with brew) before it. I hope it helps, Nico Il giorno sab 1 giu 2019 alle ore 00:09 Dave S ha scritto: > Help! > > /dps > > On Thursd

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-30 Thread Nico Zanferrari
been > successful with pynsist though. > > Best, > rama > > On Monday, 29 April 2019 20:49:49 UTC+8, Nico Zanferrari wrote: >> >> Hi rama, >> >> first of all, note that the shell.py fix will resolve only the >> 'cosmethic' problem of the help

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-29 Thread Nico Zanferrari
me to do early test with > users while waiting for the official binaries. I could do some quick > patches on web2py if required too, please advise how. > > Best, > rama > > On Monday, 29 April 2019 05:30:55 UTC+8, Nico Zanferrari wrote: >> >> I've found wh

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-28 Thread Nico Zanferrari
s. Fake 'site' makes PyInstaller to work with distutils and to work inside virtualenv environment." It's possible to change this behaviour on gluon/shell.py by adding the missing code - I'm setting up a PR for this ;-) Nico Il giorno dom 28 apr 2019 alle ore 19:45 Nico Zanf

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-28 Thread Nico Zanferrari
; >> >> >> >> >> >> >> On Thursday, 25 April 2019 22:02:37 UTC-7, rāma wrote: >>> >>> This is wonderful. And, something I would love to be adopted to the >>> official repo. >>> >>> Thanks for this! >>>

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-26 Thread Nico Zanferrari
re >>> also two binaries: web2py_no_console.exe and web2py_on_gevent.exe. They >>> don't run correctly, and don't seem to be so important for me so I've >>> decided to skip their generation. >>> - Macintosh compatibility is needed, but I cannot w

Re: [web2py] Re: Web2py binaries

2019-04-24 Thread Nico Zanferrari
ope you enjoy it! Nico Il giorno lun 22 apr 2019 alle ore 23:23 Nico Zanferrari ha scritto: > Hi, > > the binary Mac version with python 2.7.16 is easily done, you can grab it > here > <https://github.com/nicozanf/web2py-pyinstaller/blob/master/web2py_osx_cmd.2_18_5.py2.zip>

Re: [web2py] Re: Web2py binaries

2019-04-22 Thread Nico Zanferrari
h Tk on Mac. I'm still working on the Windows version with python 2.7 - but it seems hard to gain ;-( Nico Il giorno sab 20 apr 2019 alle ore 23:31 Nico Zanferrari ha scritto: > Ciao Massimo, > > I've tried today to build the Windows version with python 2.7 - but it's &

Re: [web2py] Re: Web2py binaries

2019-04-20 Thread Nico Zanferrari
version OSX and WIN for python 2.7? > > On Friday, 19 April 2019 01:16:29 UTC-7, Nico Zanferrari wrote: >> >> Thanks for testing, Dave, I'm happy to hear that it's working fine! >> >> I think that the Welcome app with latest web2py versions don't look so

Re: [web2py] Re: Web2py binaries

2019-04-19 Thread Nico Zanferrari
hing else. Nico Il giorno gio 18 apr 2019 alle ore 10:59 Dave S ha scritto: > > > On Thursday, April 18, 2019 at 12:48:04 AM UTC-7, Dave S wrote: >> >> >> >> On Sunday, April 14, 2019 at 1:28:30 PM UTC-7, Nico Zanferrari wrote: >>> >>> Hi all, >

Re: [web2py] Re: Web2py binaries

2019-04-14 Thread Nico Zanferrari
lun 18 mar 2019 alle ore 03:42 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > Fantastic. Will process this within the week and make it the new default. > > On Friday, 15 March 2019 07:55:16 UTC-7, Nico Zanferrari wrote: >> >> Hi all, >> >> I&#x

Re: [web2py] Re: Why python anywhere stuck with web2py 2.15 version

2019-04-13 Thread Nico Zanferrari
Well, I don't see any particular problem... If you already have a web2py site in Pythonanywhere, backup it on your PC, remove it from the console and then delete all the file from the Bash console with 'rm -rf web2py' I've just started a new standard web2py app in Pythonanywhere. Goto the related

Re: [web2py] Re: error connecting to postgrsql when running web2py from source on windows

2019-04-08 Thread Nico Zanferrari
Hi, probably you have not added python to your system path during its installation. Anyway, it's under the script subdirectory, in your case C:\Users\alex_\AppData\Local\Programs\Python\Python37\Scripts (and if you have other python versions installed, use pip3 or even pip3.7 ) Cheers, Nico Il

Re: [web2py] pbkdf2_hmac error on PythonAnywhere

2019-04-02 Thread Nico Zanferrari
Hi, I've also upgraded on PythonAnywhere from the web2py admin interface to 2.18.4, but without any problems. Does the error happen also with the standard welcome app? Nico Il giorno mar 2 apr 2019 alle ore 10:30 Philip Kilner ha scritto: > Hi, > > I've just upgraded web2py to 2.18.4 and auth

Re: [web2py] Re: Why python anywhere stuck with web2py 2.15 version

2019-04-01 Thread Nico Zanferrari
I think it's also time to switch to Python 3, at least as an option ;-) Nico Il giorno mar 2 apr 2019 alle ore 08:35 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > I will talk to them. Maybe we can agree on a newer version. They do not > have to change every single version but may

Re: [web2py] Re: Click the update web2py button in Python Anywhere (PA) leads to crash.

2019-04-01 Thread Nico Zanferrari
e file. > I did the reload. But when I tried to access the site I get an error: > > admin disabled because unable to access password file > > -Ron > > > > > > On Sunday, March 31, 2019 at 4:37:58 PM UTC-4, Nico Zanferrari wrote: >> >> Hi Ron, >&g

Re: [web2py] Re: Click the update web2py button in Python Anywhere (PA) leads to crash.

2019-03-31 Thread Nico Zanferrari
Hi Ron, the integrated upgrade button works fine on PA. But after obtaining the ticket error on the web2py page you have to go to the PA admin page, under the WEB tab, and press the green RELOAD button. The page is something like " https://www.pythonanywhere.com/user/yourname/webapps/#tab_id_yourn

Re: [web2py] Re: Web2py binaries

2019-03-15 Thread Nico Zanferrari
2019 alle ore 04:56 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > The official version is currently broken. > > On Wednesday, 13 March 2019 15:53:09 UTC-7, Nico Zanferrari wrote: >> >> Hi, >> >> I've just updated the experimental Windows bin

Re: [web2py] Re: Web2py online book page is returning an error

2019-03-15 Thread Nico Zanferrari
I had the ticket even on the main page, but it worked fine some hours later. Now I cannot see any problem at all. Nico Il giorno ven 15 mar 2019 alle ore 09:46 João Matos ha scritto: > http://web2py.com/books/default/search/29?search=signature > > sexta-feira, 15 de Março de 2019 às 03:54:07

[web2py] Web2py binaries

2019-03-13 Thread Nico Zanferrari
Hi, I've just updated the experimental Windows binary version with python 3.7.2 to web2py 2.18.4 . Also, now there is in addition the no_console binary and there is the python-ldap module included. Grab it from https://github.com/nicozanf/web2py-pyinstaller : please test it and give me a feedback.

Re: [web2py] Re: web2py 2.18.3 is OUT

2019-03-05 Thread Nico Zanferrari
Hi all, I've just build the experimental Web2py 2.18.3 64 bit windows binaries with Python 3.7.2 . If you want to help, please grab it from https://github.com/nicozanf/web2py-pyinstaller , test it and write the result directly on the related wiki page

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-03-03 Thread Nico Zanferrari
to skip their generation. - Macintosh compatibility is needed, but I cannot work on it Please, help with testing it! I'll make a PR on the official web2py repository after some feedback. Cheers, Nico Il giorno mer 27 feb 2019 alle ore 12:03 Nico Zanferrari ha scritto: > Hi, > &

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-02-27 Thread Nico Zanferrari
Hi, this is a big problem also from my point of view and I've already opened issue 2027 . However it's not so easy to achieve this goal, because you've to switch to 3.x + go 64 bit + change the *freezer* program (py2exe and bbfreeze do not work with p

Re: [web2py] Update web2py manually

2019-02-11 Thread Nico Zanferrari
Hi, in order to be able to help you, we need informations: at least the Operating system, web2py & Python version used. And what exactly is not working, of course ;-) Nico Il giorno lun 11 feb 2019 alle ore 09:39 Константин Комков < fireandmi...@gmail.com> ha scritto: > Hello! > > Now I have la

Re: [web2py] demo apps on website broken

2019-01-31 Thread Nico Zanferrari
Hi, this is working now from here ... Nico Il giorno gio 31 gen 2019 alle ore 20:25 Yi Liu ha scritto: > There are a series of posts here about improving our website. And here is > another one. > > The interactive demo sites at this location: > http://www.web2py.com/demo_admin > > are broken,

Re: [web2py] Why still mixing PY2 and PY3

2019-01-31 Thread Nico Zanferrari
Hi, I agree to what *vinyldarkscratch * wrote on Github*: "*Since all the Python 2/3 compatibility has already been implemented in gluon/_compat.py, there's hardly any additional work for cross-version support, at least that I can see. ". In my limited experience (making the web2py-manual officia

Re: [web2py] installing web2py book from git

2019-01-21 Thread Nico Zanferrari
I've already placed the info on the readme.MD on https://github.com/web2py/web2py-book (only the web2py framework version needed is yet missing there) ;-) Il giorno lun 21 gen 2019 alle ore 22:23 黄祥 ha scritto: > @nico > yes you are right > > @vlad > it's embeded when installing python > > j

Re: [web2py] installing web2py book from git

2019-01-21 Thread Nico Zanferrari
I've learned that if you've installed py2 and py3, using 'pip install module_name' installs a module for py2 only. You need pip3 for installing a module in the py3 libpath ;-) Nico Il giorno lun 21 gen 2019 alle ore 21:54 Eliezer (Vlad) Tseytkin < westgate6...@gmail.com> ha scritto: > Oh, I didn

Re: [web2py] installing web2py book from git

2019-01-21 Thread Nico Zanferrari
2p?? > I mean, I just cloned one from https://github.com/web2py/web2py.git and > it still has the earlier one: > 2.17.2-stable+timestamp.2018.10.06.11.34.06 > > > On Monday, January 21, 2019 at 12:30:31 AM UTC-5, Nico Zanferrari wrote: >> >> It indeed works fine... but

Re: [web2py] installing web2py book from git

2019-01-20 Thread Nico Zanferrari
It indeed works fine... but you need a recent version of web2py (> 2.5.3 IIRC) for py2 compatibiĺity functions. I'm working on an update for avoiding this specific error. Nico Il giorno Lun 21 Gen 2019, 01:00 黄祥 ha scritto: > tested also got same result, step > docker pull ubuntu > docker run

Re: [web2py] installing web2py book from git

2019-01-20 Thread Nico Zanferrari
Hi, I've already noticed this behaviour (also on other applications). It happens if have an application's main folder name that contains non-alphabetical characters, even simple ones like dot or dash For example, web2py-book or examples.20190110 have this problem. Rename the folder to 'book' or

Re: [web2py] Re: broken inframe video on manual web page

2019-01-02 Thread Nico Zanferrari
Hi, I've opened issue 2068 <https://github.com/web2py/web2py/issues/2068> for this. nico Il giorno mer 17 ott 2018 alle ore 01:21 Nico Zanferrari ha scritto: > Well, it seems that Vimeo has dropped the hubnut feature on July, see > https://vimeo.zendesk.com/hc/en-us/arti

Re: [web2py] Help needed with web2py-book app

2018-12-04 Thread Nico Zanferrari
> El sábado, 24 de noviembre de 2018, 19:48:32 (UTC-3), Nico Zanferrari > escribió: >> >> I'm proud to announce that I've finished the work, and now the web2py >> book is python3 compatible, as with PR #395 >> <https://github.com/web2py/web2py-book/pull/395&g

Re: [web2py] Help needed with web2py-book app

2018-11-24 Thread Nico Zanferrari
Hi, I'm proud to announce that I've finished the work, and now the web2py book is python3 compatible, as with PR #395 <https://github.com/web2py/web2py-book/pull/395> It was a hard work for me, but I've learned a lot ;-) Cheers, Nico Il giorno lun 15 ott 2018 alle ore 22:2

Re: [web2py] Re: broken inframe video on manual web page

2018-10-16 Thread Nico Zanferrari
Huerta < marcelo.hue...@gmail.com> ha scritto: > > El domingo, 14 de octubre de 2018, 12:00:30 (UTC-3), Nico Zanferrari > escribió: >> >> Hi, >> it seems that there is a missing reference on the online web2py manual at >> http://www.web2py.com/init/default/docu

Re: [web2py] Help needed with web2py-book app

2018-10-15 Thread Nico Zanferrari
in the URL of the redirect, and look for > it in index(), and sanitize it into request.flash. > > /dps > > > >> >> >> Il giorno ven 12 ott 2018 alle ore 11:17 Dave S ha >> scritto: >> >>> >>> >>> On Thursday, October 11, 2

[web2py] broken inframe video on manual web page

2018-10-14 Thread Nico Zanferrari
Hi, it seems that there is a missing reference on the online web2py manual at http://www.web2py.com/init/default/documentation . There is a missing video pointing at vimeo - no mo

Re: [web2py] Help needed with web2py-book app

2018-10-12 Thread Nico Zanferrari
installed - %s' % e) redirect(URL('index')) The FLASH message is never displayed, unless I comment line 10. Il giorno ven 12 ott 2018 alle ore 11:17 Dave S ha scritto: > > > On Thursday, October 11, 2018 at 1:29:04 PM UTC-7, Nico Zanferrari wrote: >> >&

Re: [web2py] Help needed with web2py-book app

2018-10-11 Thread Nico Zanferrari
-utf-8-reading-and-writing-to-files-in-python/83 >> http://www.evanjones.ca/python-utf8.html >> >> >> On Thu, Oct 11, 2018 at 9:38 AM Nico Zanferrari >> wrote: >> >>> Hi, >>> >>> the encode-decode problem on question 1 is mostly rel

Re: [web2py] Help needed with web2py-book app

2018-10-11 Thread Nico Zanferrari
gt; The changes work across Python 2.7 and 3.6 seamlessly now ... > > FWIW, I'm just making the transition to Python 3,6 so I'm learning things > the hard way ... > > Ben Duncan > > > On Wed, Oct 10, 2018 at 4:02 PM Nico Zanferrari > wrote: > >> Hello,

[web2py] Help needed with web2py-book app

2018-10-10 Thread Nico Zanferrari
Hello, I'm playing with the web2py-book app, in order to make it python 3 compatible and also to improve it a bit. I have a couple of questions related to default.py: 1. there were some encode-decode errors. I was able to resolve them (see https://github.com/nicozanf/web2py-book for a preview) bu

Re: [web2py] Re: pdf output of web2py-book app

2018-10-08 Thread Nico Zanferrari
Hello, I was trying to look at the PDF output of the book, which seems quite bad (incomplete paragraph numbering, missing linefeed and so on). But I am not able to produce the updated PDF output, can someone help me? Thank you, Nico Il giorno lun 17 apr 2017 alle ore 09:29 Al Ex ha scritto: >

Re: [web2py] Broken/Changed Link on Web2py.com

2018-09-27 Thread Nico Zanferrari
Hi, thaks for reporting. I've just made the PR2026 "Python 3 compatibility + fixed link for cookbook" in order to correct the web2py's home page, and also to remark Python 3 compatibility. Nico Il giorno gio 27 set 2018 alle ore 00:15 Paul Ellis ha s

Re: [web2py] Re: Why not to mention support to Python3 on the official sites main page?

2018-08-19 Thread Nico Zanferrari
Hi all, I've made a PR to update the Download page ( https://github.com/web2py/web2py/pull/1976). Also, another PR to update the first chapters of the book ( https://github.com/web2py/web2py-book/pull/392) - with a specific new paragraph 1.8 = "Running web2py with Python 2 vs. Python 3". Cheer

Re: [web2py] web2py 2.17.1

2018-08-11 Thread Nico Zanferrari
Hi, I've found that the style bug described in https://github.com/web2py/web2py/issues/1929 (due to bootstrap4 changes) is still present - at least with the Welcome app. I've already commented there. Also, the version on github is 2.17.1-stable+timestamp.2018.08.05.17.57.00 , while on the website

Re: [web2py] Re: Newbie question about github / trunk

2017-09-11 Thread Nico Zanferrari
(in the above example, under /tmp/web2py.master/gluon/packages/dal By the way, using git you'll get all the latest updates, while using the downloaded zip you'll get the current nightly build. Nico 2017-06-22 16:37 GMT+02:00 Anthony : > On Thursday, June 22, 2017 at 4:05:15 A

[web2py] Python compatibility matrix

2017-07-12 Thread Nico Zanferrari
Hello, the actual (2.5.1) Python compatibility level of Web2py is not so clear to me. I guess: Python 2.5 = unsupported Python 2.6 = still working but deprecated Python 2.7 = supported Python 3 = experimental support - from which version exactly? what is already known to be missing and/or defect

Re: [web2py] Re: Newbie question about github / trunk

2017-06-22 Thread Nico Zanferrari
You can also download the current "master branch" directly from the link https://github.com/web2py/web2py/archive/master.zip Nico 2017-06-21 17:38 GMT+02:00 Anthony : > That just means test the master branch on Github. You can get it via: > > git clone --recursive g...@github.com:web2py/web2py

  1   2   >