Re: [web2py] .exe not working

2020-04-21 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 <

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

2020-04-21 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

[web2py] Re: Why do my questions never show up?

2020-04-21 Thread Andrew Rogers
This one has appeared Jon :) I had the same problem a few months ago. Did you submit via the Google Groups web interface or via email? The ones i have submitted via the groups interface (https://groups.google.com/forum/ ) seemed to go

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

2020-04-21 Thread 'Annet' via web2py-users
I switched to web2py source code long ago, after buying a new mac mini with Mac OS X Catalina I decided to switch to homebrew en pyenv, there are some caveats but if you've sorted these out, it all works well. Kind regards, Annet -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: Credential (email) encryption

2020-04-21 Thread Michele Serra
Anyone? Il giorno venerdì 10 aprile 2020 12:38:02 UTC+2, Michele Serra ha scritto: > > Hi, > I use the email as the login credential, I tried to encrypt the email with > > db.auth_user.email.filter_in = lambda value : secure_dumps(value, enc_key) > db.auth_user.email.filter_out = lambda value :

[web2py] Re: Why do my questions never show up?

2020-04-21 Thread Jim S
Just curious, is this THE Jon Paris of RPG fame?? If so, please hit me up with any questions, I'd love to help you any way I can. I'm a long time AS/400 guy who has been using web2py since 2011. -Jim On Tuesday, April 21, 2020 at 12:28:20 AM UTC-5, Jon Paris wrote: > > I joined this group and

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

2020-04-21 Thread David Swarbrick
I had a similar problem a few days ago. The answer I received was effective. On windows Ensure python is pathed. Extract the source files from the .zip file to a directory. Run dos box or Switch to the new directory created, and run python web2py.py David Swarbrick da...@swarb.co.uk -

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

2020-04-21 Thread Jon Paris
I found that myself Annet - sadly it will not build on my system - just errors everywhere and since I'm a newbie to Python and not at all Linux/Unix literate trying to resolve them has proved beyond me for now. I suspect my machine is just too much of a mess from too many past ad-hoc installs

[web2py] debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
Hello, I cannot access to a mysql database, il am sure the login/pwd are ok, tested on command line On my old sever it was ok, no pb and now impossible :( Have you an idea ? thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: Why do my questions never show up?

2020-04-21 Thread Jon Paris
Thanks Andrew. I did use the web interface but is has taken more than 3 days for any of my posts to show up. On Tuesday, April 21, 2020 at 4:17:34 AM UTC-4, Andrew Rogers wrote: > > This one has appeared Jon :) > > I had the same problem a few months ago. Did you submit via the Google > Groups

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

2020-04-21 Thread Jon Paris
Thanks Nico that binary works just fine. Now to wrestle with the mis-match between the getting started docs and the sample app content. On Tuesday, April 21, 2020 at 2:34:11 AM UTC-4, Nico Zanferrari wrote: > > Hi Jon, > > unfortunately the official binaries are currently broken. But you can

[web2py] Re: Why do my questions never show up?

2020-04-21 Thread Jon Paris
That would indeed be me Jim. Thanks for the offer. I've been using PHP to good effect for many years now but wanted to explore something new and Python is "hot" right now in the iBM i community. On Tuesday, April 21, 2020 at 9:46:28 AM UTC-4, Jim S wrote: > > Just curious, is this THE Jon

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

2020-04-21 Thread Jon Paris
http://web2py.com/books/default/chapter/29/03/overview#Startup Overview - Startup I think my problem was probably that it doesn't mention all the extra crud that is in there to begin with and in the HTML part it just says to

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

2020-04-21 Thread Jim Steil
Jon When you say 'getting started' section, can you share the url you are looking at? I'm looking around the docs and such and don't see anything called 'getting started'. -Jim On Tue, Apr 21, 2020 at 11:11 AM Jon Paris wrote: > Mac Catalina. > > Yes Python 2 and 3. > > The binary from Nico

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

2020-04-21 Thread Jim S
Jon Do you have a working Python environment on your system? Are you running Windows or Mac? -Jim On Tuesday, April 21, 2020 at 10:16:29 AM UTC-5, Jon Paris wrote: > > I found that myself Annet - sadly it will not build on my system - just > errors everywhere and since I'm a newbie to Python

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

2020-04-21 Thread Jon Paris
Mac Catalina. Yes Python 2 and 3. The binary from Nico works - as did the source install. The problem I now have with both version is that the delivered base/sample app does not match the documentation in the getting started section - so trying o wrk out what the heck is going on is a little

[web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
Failure to connect, tried 5 times: Traceback (most recent call last): File "/home/www-data/web2py/gluon/packages/dal/pydal/base.py", line 457, in __init__ self._adapter = adapter(**kwargs) File "/home/www-data/web2py/gluon/packages/dal/pydal/adapters/__init__.py", line 39, in __call__ obj =

Re: [web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread Jim Steil
Is the DB on a separate server from the web application? Jim On Tue, Apr 21, 2020, 5:59 PM L c wrote: > New server > same app > same credentials > thank you > > > Le mardi 21 avril 2020 22:04:43 UTC+2, Jim S a écrit : >> >> Is this all running on the same machine? >> >> I'm assuming you

[web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
x# mysql -h localhost -u usertest -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 420 Server version: 8.0.19 MySQL Community Server - GPL Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. Oracle is a

[web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread Jim S
Is this all running on the same machine? I'm assuming you haven't changed your app at all, the database server is just new. Correct? Same credentials apply? -Jim On Tuesday, April 21, 2020 at 2:30:15 PM UTC-5, L c wrote: > > Failure to connect, tried 5 times: > Traceback (most recent call

[web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
if i test with a new app, new bdd a simple one it does not work :( (credentials are good, port 3306 open .. checked by command line or phpmyadmin) Le mercredi 22 avril 2020 00:59:12 UTC+2, L c a écrit : > > New server > same app > same credentials > thank you > > > Le mardi 21 avril 2020

Re: [web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
if i try to create a new app with that it does not work, why ?? i don't know first time it happens. mysql-server well installed , with sqlite it works fine ... i don't know what to do , thank you again for your help dbun = DAL('mysql://root:mypwd@localhost:3306/4test', pool_size=0) #dbun =

[web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
New server same app same credentials thank you Le mardi 21 avril 2020 22:04:43 UTC+2, Jim S a écrit : > > Is this all running on the same machine? > > I'm assuming you haven't changed your app at all, the database server is > just new. Correct? Same credentials apply? > > -Jim > > On Tuesday,

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

2020-04-21 Thread 'Annet' via web2py-users
Hi Jon, When I first ran web2py using python 2.7 on Mac OS X Catalina I got this error message: DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning. please visit:

Re: [web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread Jim S
In your second post above you're connecting to mysql with user usertest and a password. In you web2py example you're connecting with user root. I'm guessing that is not the issue but can you confirm that you're using the same user and password connecting via mysql and via web2py? -Jim On

Re: [web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
No Le mercredi 22 avril 2020 01:41:39 UTC+2, Jim S a écrit : > > Is the DB on a separate server from the web application? > > Jim > > > On Tue, Apr 21, 2020, 5:59 PM L c > > wrote: > >> New server >> same app >> same credentials >> thank you >> >> >> Le mardi 21 avril 2020 22:04:43 UTC+2, Jim S

Re: [web2py] Re: debian 10 : mysql Ver 8.0.19 f : mysql_secure_installation

2020-04-21 Thread L c
no idea ? Le mercredi 22 avril 2020 02:12:43 UTC+2, L c a écrit : > > if i try to create a new app with that it does not work, why ?? i don't > know first time it happens. mysql-server well installed , with sqlite it > works fine ... i don't know what to do , thank you again for your help > >