[web2py] Re: Web2py binaries

2019-03-14 Thread Massimo Di Pierro
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 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

Re: [web2py] Re: Web2py binaries

2019-03-15 Thread Nico Zanferrari
Hi all, I've was successful in making the experimental Mac app, too, with python3. Grab it from https://github.com/nicozanf/web2py-pyinstaller , where there are also all the instructions in order to build it by yourself ;-) A private feedback is appreciated. Nico Il giorno ven 15 mar 2019 alle

Re: [web2py] Re: Web2py binaries

2019-03-17 Thread Massimo Di Pierro
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've was successful in making the experimental Mac app, too, with python3. > Grab it from https://github.com/nicozanf/web2py-pyinstaller , whe

Re: [web2py] Re: Web2py binaries

2019-04-14 Thread Nico Zanferrari
Hi all, I've just updated the experimental binaries for MacOs and Windows to the latest web2py version (2.18.5) on https://github.com/nicozanf/web2py-pyinstaller . They now contain python 3.7.3 64 bit. Also, the web2py sources inside the ZIP is now replaceble with newer web2py versions when need

Re: [web2py] Re: Web2py binaries

2019-04-18 Thread Dave S
On Sunday, April 14, 2019 at 1:28:30 PM UTC-7, Nico Zanferrari wrote: > > Hi all, > > I've just updated the experimental binaries for MacOs and Windows to the > latest web2py version (2.18.5) on > https://github.com/nicozanf/web2py-pyinstaller . They now contain python > 3.7.3 64 bit. Also,

Re: [web2py] Re: Web2py binaries

2019-04-18 Thread Dave S
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, >> >> I've just updated the experimental binaries for MacOs and Windows to >> the latest web2py version (2.18.5) on >> https://github.com

Re: [web2py] Re: Web2py binaries

2019-04-19 Thread Nico Zanferrari
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 fine in Windows and python 3, but I cannot see any difference from running it from sources. Let me know if I'm wrong or there are anything else. Nico Il gior

Re: [web2py] Re: Web2py binaries

2019-04-20 Thread Massimo Di Pierro
Can you point me to a 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 > fine in Windows and python

Re: [web2py] Re: Web2py binaries

2019-04-20 Thread Nico Zanferrari
Ciao Massimo, I've tried today to build the Windows version with python 2.7 - but it's not so easy as I thought. I'll let you know ... nico Il giorno sab 20 apr 2019 alle ore 17:24 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > Can you point me to a version OSX and WIN for pyth

Re: [web2py] Re: Web2py binaries

2019-04-22 Thread Nico Zanferrari
Hi, the binary Mac version with python 2.7.16 is easily done, you can grab it here . It's the command version only, because the APP version is problematic - due to the already reported bug with Tk on Mac.

Re: [web2py] Re: Web2py binaries

2019-04-24 Thread Nico Zanferrari
Hello, I'm happy to say that I've gained the Win version, too! So, now we have a working web2py binary made with PyInstaller with python 3.7.3 or 2.7.16 - for MacOs or Windows. Also, the current web2py version (2.18.5) should be easily updated in the future by changing the gluon folder inside th

Re: [web2py] Re: Web2py binaries

2019-06-13 Thread Dave S
On Friday, April 19, 2019 at 1:16:29 AM 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 > fine in Windows and python 3, but I cannot see any difference from running >

Re: [web2py] Re: Web2py binaries

2019-06-13 Thread Dave S
On Thursday, June 13, 2019 at 1:41:53 AM UTC-7, Dave S wrote: > > > > On Friday, April 19, 2019 at 1:16:29 AM 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 >> fi

Re: [web2py] Re: Web2py binaries

2019-06-13 Thread Dave S
On Thursday, June 13, 2019 at 1:41:53 AM UTC-7, Dave S wrote: > > > > On Friday, April 19, 2019 at 1:16:29 AM 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 >> fi

Re: [web2py] Re: Web2py binaries

2019-06-23 Thread Nico Zanferrari
Hi all, I've just released a new set of the 2.18.5 Web2py frozen binaries, for Windows and MacOs, with Python 2.7.16 and 3.7.3; grab them from my repository . The only update is that now the interactive shell is working fine ;-) This was obtained b

Re: [web2py] Re: Web2py binaries

2019-06-23 Thread icodk
Does it run with SSL ( -c ca.crt -k ca.key -p 443 ) ? On Sunday, June 23, 2019 at 11:32:26 AM UTC+2, Nico Zanferrari wrote: > > Hi all, > > I've just released a new set of the 2.18.5 Web2py frozen binaries, for > Windows and MacOs, with Python 2.7.16 and 3.7.3; grab them from my > repository <

Re: [web2py] Re: Web2py binaries

2019-06-23 Thread icodk
The reason I ask is because I got errors running from source with ssl On Sunday, June 23, 2019 at 11:32:26 AM UTC+2, Nico Zanferrari wrote: > > Hi all, > > I've just released a new set of the 2.18.5 Web2py frozen binaries, for > Windows and MacOs, with Python 2.7.16 and 3.7.3; grab them from my

Re: [web2py] Re: Web2py binaries

2019-06-24 Thread Dave S
On Sunday, June 23, 2019 at 4:25:29 AM UTC-7, icodk wrote: > > 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: >> >> Hi all, >> >> I

Re: [web2py] Re: Web2py binaries

2019-07-28 Thread Nico Zanferrari
Hi, good news: a simple workaround has been developed for the MacOs APP bundle problem with PyInstaller (see https://github.com/pyinstaller/pyinstaller/issues/3820 ). I've already created the new Mac binaries in the APP form, with embedded Python 3.7.4 and 2.7.16 - see my repository

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] Re: Web2py binaries

2019-10-09 Thread Nico Zanferrari
Hi, see also this issue 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 not update to M

Re: [web2py] Re: Web2py binaries

2019-10-14 Thread Nico Zanferrari
Hi all, I've put again the MacOs *CMD *binaries on the repository, because they work fine even on Catilina - so they are recommended. The *APP *versions seem to work fine, too, but only if you don't download them with the browser. In this case the system remember it (using Extended Attributes), a

Re: [web2py] Re: Web2py binaries

2019-10-17 Thread Nico Zanferrari
Well, after additional tests on latest MacOs (Catalina), both the CMD and the APP versions work fine. The problem comes from downloading from Internet - the Extended Attributes that Apple adds to the executables are not easily bypassed and the programs cannot be run for security reason. The soluti

Re: [web2py] Re: Web2py binaries

2019-10-18 Thread OogieM
> > > The 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 > Any suggestions for those of us with no access to any computer with any other operating sys

Re: [web2py] Re: Web2py binaries

2019-10-21 Thread Marius Rusca
Hi I downloaded web2py_osx.2_18_5.py3_app.zip with safari on macos catalina. 'control' + click on downloaded file and allowed me to 'open' after some warning. I moved the file in applications and then i

Re: [web2py] Re: Web2py binaries

2019-10-22 Thread Nico Zanferrari
Thank you Marius, you suggestion is simpler and is working fine, both for py2 and py3 apps! Cheers, Nico Il giorno mar 22 ott 2019 alle ore 08:25 Marius Rusca < marius.ru...@gmail.com> ha scritto: > Hi > > I downloaded web2py_osx.2_18_5.py3_app.zip >