Re: [web2py] Re: Problem sending mails in web2py: Mail.send failure:[SSL: WRONG_VERSION_NUMBER]

2020-05-27 Thread VJ Sosa
May 27, 2020 at 3:42 AM Dave S wrote: > > > On Wednesday, May 20, 2020 at 6:03:34 AM UTC-7, VJ Sosa wrote: >> >> Dear all, >> >> I'm using the library to manage users in web2py (it includes functions >> such as login, profle, lost_password, etc..). >&

[web2py] Problem sending mails in web2py: Mail.send failure:[SSL: WRONG_VERSION_NUMBER]

2020-05-20 Thread VJ Sosa
Dear all, I'm using the library to manage users in web2py (it includes functions such as login, profle, lost_password, etc..). When I try to use the function lost_password, it ask for my email to send me the password, but it can not send the email. It shows the message "Unable to send email", th

[web2py] Re: Importing a CSV file from the Database form fails

2020-05-03 Thread VJ Sosa
Dear Andrew, I had a similar issue when moved my web2py application from python2 to python3. Everything was working well until I tried to upload CVS files using the function included in the appadmin. It raised the same error as yours. I could solve this issue using the suggestion given by td

Re: [web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-27 Thread VJ Sosa
ens > > > On Friday, April 24, 2020 at 8:19:10 PM UTC+2, VJ Sosa wrote: >> >> Thanks Clemens, >> >> I have a similar work to do right now :-) >> For sure , your pdf manual will be very helpful for me. Please send it >> when you can. >> Regards, &g

Re: [web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-24 Thread VJ Sosa
nd >>> you as a PDF document. >>> >>> But what I couldn't realize is to use the web2py-Nginx-enviroment for >>> debugging. As long only for production it's fine for me but not for >>> development. >>> >>> Thus, I still hope ther

Re: [web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-24 Thread VJ Sosa
t; Here is the script: > > > https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh > > -Jim > > On Friday, April 24, 2020 at 10:20:42 AM UTC-5, VJ Sosa wrote: >> >> Thanks Jim, >> >> I will follow your advice on u

Re: [web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-24 Thread VJ Sosa
recommend an step-by-step tutorial (Web2py + nginx configuration for dummies), especially where secure configuration is activated (HTTPS). Best regards, Víctor. On Fri, Apr 24, 2020 at 2:41 PM Jim S wrote: > VJ > > I agree web2py + rocket is a good way to go about this. > &

[web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-24 Thread VJ Sosa
lution would solve "my" problem too. > > In the meantime I've established short script switching between Python 2.x > and 3.x. Means, using Python3 as long as I don't have to use the debugger > and switching to Python 2 if required. The script is running under Linu

[web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-23 Thread VJ Sosa
Hi, Thanks for asking: Web2py Version 2.18.5-stable+timestamp.2019.04.08.04.22.03 Python version: 3.6.9 Regards, Víctor El jueves, 23 de abril de 2020, 19:05:17 (UTC+2), Jim S escribió: > > What is your version of web2py? > > -Jim > > On Thursday, April 23, 2020 at 11:12:02

[web2py] Re: how to execute web2py with Rocket using SSL?

2020-04-23 Thread VJ Sosa
https://www.mail-archive.com/web2py@googlegroups.com/msg170386.html> >, but it seems that the error still persists. Any help? Regards, Víctor. El jueves, 23 de abril de 2020, 14:55:21 (UTC+2), VJ Sosa escribió: > > Hello Everyone, > > Maybe this is a silly question, but I run web

[web2py] how to execute web2py with Rocket using SSL?

2020-04-23 Thread VJ Sosa
Hello Everyone, Maybe this is a silly question, but I run web2py using the following command: python3 web2py.py -i 0.0.0.0 -p 8080 --nogui -a 'Password' Everything goes well. My application is working . My application includes an authentication part, and so far it is running on HTTP, so browse

Re: [web2py] Re: Looking for web2py developer for Italian small company

2020-02-14 Thread VJ Sosa
ter. > Honestly web2py has more features and it has been battle-tested but py4web > is catching up quickly and, if you do not need the grid, I think it is > already better. > > Massimo > > > > On Sunday, 9 February 2020 21:58:26 UTC-8, VJ Sosa wrote: >> >> Dear

Re: [web2py] Re: Looking for web2py developer for Italian small company

2020-02-09 Thread VJ Sosa
Dear Massimo, One month ago I just started to develop some demos of a web application using web2py. I'm interested in go further with a more serious implementation, but today I'm realizing that this group is also talking about py4web. Considering that py4web is your new bet for a python framewor

[web2py] Re: display results from DB using the selected option by pulling

2013-10-25 Thread Vj
- Components and plugins > > I usually go the JQuery/Ajax way, but I think the majority use LOAD to > load a component. > > On Thursday, October 24, 2013 4:24:29 PM UTC-4, Vj wrote: >> >> Thanks Dave. >> >> Yes, I want to display the categories in the dro

[web2py] Re: display results from DB using the selected option by pulling

2013-10-24 Thread Vj
for that too. Thanks again. On Thursday, October 24, 2013 4:10:44 PM UTC-4, Dave S wrote: > > On Thursday, October 24, 2013 12:30:00 PM UTC-7, Vj wrote: >> >> All, >> >> I am trying to have a select (multi select drop down) option in the home >> page

[web2py] display results from DB using the selected option by pulling

2013-10-24 Thread Vj
All, I am trying to have a select (multi select drop down) option in the home page and display the results on the home page itself(below the select box). I am able to pull the data from the Table 1 and display in the select box. I am not able to use the selected options to query Table 2 and dis

[web2py] Re: Web2PY MySQL DB connection and data retrieval

2013-10-18 Thread Vj
Got it. It worked now. Thanks. On Friday, October 18, 2013 1:31:11 PM UTC-4, Vj wrote: > > All, > > A new web2py & python user here. > > I am trying to build a sample webapp using web2py. My plan is to use MySQL > DB (tables already created with data). I want

[web2py] MySQL Web2PY data fetch

2013-10-18 Thread Vj
A web2py and python newbie here. Tried posting this before, but could not see this in the posting list. I tried to do a sample web app with MySQL DB as backend DB. I have created a table in MySQL separately and populated with values and I want to display the table values in the UI. I have a

[web2py] Web2PY MySQL DB connection and data retrieval

2013-10-18 Thread Vj
All, A new web2py & python user here. I am trying to build a sample webapp using web2py. My plan is to use MySQL DB (tables already created with data). I want to retrieve data from the table from MySQL and display on the home page. I have errors when doing that - (1050, u"Table 'user_detail