Re: [web2py] Re: Need a tutorial on py4web

2019-09-27 Thread Arindam Dasgupta
Thanks, I will check the documentation. Regards, Arindam On Sep 27, 2019 9:52 AM, "Massimo Di Pierro" wrote: > It does not exist but we have documentation on the web site. Should be > enough to start > > On Thursday, 26 September 2019 02:26:46 UTC-7, Arindam Dasgupta wro

[web2py] Need a tutorial on py4web

2019-09-26 Thread Arindam Dasgupta
Hi All, I have some experience in web2py. Now since py4web is out in the market , I am trying to migrate to the new framework. But I am not able to find proper tutorial in Udemy or Pluralsight. Please suggest me some tutorial on py4web. Thanks in Advance. Regards, Arindam Dasgupta -- Resources

Re: [web2py] Re: Need to change text Size of the header

2019-02-11 Thread Arindam Dasgupta
Thanks Sandeep. That solved my problem. :-) Besr Regards, Arindam Dasgupta On Sun, Feb 10, 2019 at 4:20 PM sandeep patel wrote: > @Arindas > Please see an attached layout.html file. You get the idea. > > > Thanks > SP > > On Sun, Feb 10, 2019 at 2:00 PM Arindam Da

Re: [web2py] Re: Need to change text Size of the header

2019-02-10 Thread Arindam Dasgupta
; You can do this way. > > > > > >href="{{=URL('static','css/bootstrap-4-navbar.css')}}"/> > type="image/x-icon"> > > > > .nav-item > .nav-link{ > font-size: 20px; > > } > > > > Thanks > > SP > > > On Su

Re: [web2py] Re: Need to change text Size of the header

2019-02-09 Thread Arindam Dasgupta
Hi Lionel, Thanks for your reply. But I cannot understand how to do that in this case. Can you please give me some more details ? Thanks a lot. Redards, Arindam On Feb 9, 2019 8:02 PM, "Leonel Câmara" wrote: The simplest way is to add another css file to your project after bootstrap and put

Re: [web2py] Re: Cannot see auth.signature fields in SQLFORM.grid

2019-01-19 Thread Arindam Dasgupta
ble" attribute (there is a separate "listable" attribute that is > checked, but that should be True for the auth.signature fields). > > Anthony > > On Friday, January 18, 2019 at 4:10:12 PM UTC-5, Dave S wrote: >> >> >> >> On Friday, January 18, 201

[web2py] Cannot see auth.signature fields in SQLFORM.grid

2019-01-18 Thread Arindam Dasgupta
in advance !! Regards, Arindam Dasgupta -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Group

Re: [web2py] Check an empty upload field in database

2019-01-11 Thread Arindam Dasgupta
Hi, The syntax if form.vars.pic_upload: worked for me. I was not able to find the correct If statement. @ Steve : No I have not used the IS_NOT_EMPTY() validator. Thanks for the link I will go through it. Regards, Arindam On Fri, Jan 11, 2019 at 6:20 PM 黄祥 wrote: > had you try

[web2py] Check an empty upload field in database

2019-01-11 Thread Arindam Dasgupta
Hi, I have a problem with checking whether the file upload field in the database is empty or not. In the code mentioned below, the user can either upload a file or submit the form without uploading a file. If the user uploads a file then the " makeThumbnail" function should be called. Otherwise

Re: [web2py] Re: Male file upload optional_SQLFORM

2019-01-02 Thread Arindam Dasgupta
Thanks Steve!! That was a lot of help for me and I solved my issue with that. BR//Arindam On Wed, Jan 2, 2019 at 5:00 PM 黄祥 wrote: > not sure what do you mean with optional, there is fields in SQLFORM > constructor > another way is using conditonal fields (show_if) > > *ref:* >

[web2py] Male file upload optional_SQLFORM

2019-01-02 Thread Arindam Dasgupta
Hi Greetings for the new year!! I recently ran into a problem. I need to make fileupload field in SQLFORM optional How can I do that ? My Model: db.define_table('rates_frames', Field('frame_size' type='string' ), Field('frame_id' , type='string'),

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
. Br//Arindam On 22 Dec 2018 19:57, "Arindam Dasgupta" wrote: > Hi , > Both is contained in one app. Working fine in 2.17.1 and python version > 3.6.6. But not working (logging me out after payment) in 2.17.2 and python > version 3.6.0. > > Thanks. > On 22 Dec 201

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
ne app for a web application or > both of contains in one app? > > Thanks > > > On Sat, Dec 22, 2018 at 6:10 PM Arindam Dasgupta > wrote: > >> Hi Stifan, >> >> I have already web2py 2.17.2 installed and I dont have a option to select >> pyt

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi Stifan, I have already web2py 2.17.2 installed and I dont have a option to select python 3.6.6. In the list it is displaying only 3.6 and if i select it it is displaying 3.6.0. [image: image.png] On Sat, Dec 22, 2018 at 5:52 PM 黄祥 wrote: > had you try using 2.17.2 and python version 3.6.6

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
, Arindam On Sat, Dec 22, 2018 at 2:16 PM Arindam Dasgupta wrote: > Hi Sandeep, > I am facing a serious problem while using this app. It is automatically > loging me out of the application after making the payment and reaching the > success page. Due to this i am not able to use session.

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
for this? Thanks.Arindam. On 21 Dec 2018 17:37, "Arindam Dasgupta" wrote: > Sandeep, > > Thank you so much. I will check this and let you know the results. > No matter how much I appreciate you it will never be sufficient!! Thanks a > lot. > > Regards, > Arindam > > On Fri

[web2py] Coding window is disabled

2018-12-21 Thread Arindam Dasgupta
Hi, I dont know what happened to my coding window. I cannot save anything and it is looking different. Please see the snapshot below. How can I make it normal again ? [image: image.png] Best Regards, Arindam Dasgupta -- Resources: - http://web2py.com - http://web2py.com/book (Documentation

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-21 Thread Arindam Dasgupta
t; > > On Fri, Dec 21, 2018 at 12:32 AM Arindam Dasgupta > wrote: > >> Hi, >> >> Have you had some time to look at the issue as to why I need to click two >> times in the Pay Now button to make the transactions? >> >> Best Regards, >>

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-20 Thread Arindam Dasgupta
Hi, Have you had some time to look at the issue as to why I need to click two times in the Pay Now button to make the transactions? Best Regards, Arindam On Wed, Dec 19, 2018 at 4:27 PM Arindam Dasgupta wrote: > Hi Stifan, > > Not I did not put web2py server on windows. I am usi

[web2py] How yo upload a file in folder www.mydomain/myfolder/myfile.test

2018-12-20 Thread Arindam Dasgupta
Hi, Some ssl certificate issuing websites requires a file to be uploaded in my server. They will give me the file "myfile.txt" and tell it to upload it into a folder called "myfolder".So that they can access it using" www.mydomain/myfolder/myfile.txt". Say I have purchased a domain

Re: [web2py] what is the webserver software of pythonanywhere

2018-12-19 Thread Arindam Dasgupta
ion > > > On Wed, Dec 19, 2018 at 3:15 AM Arindam Dasgupta > wrote: > >> Hi, >> >> I need to have a ssl certificate for my webserver. So that the >> certificate vendor needs the webserver software. Please help me to find it >> out. I am presented with a

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-19 Thread Arindam Dasgupta
Hi Stifan, Not I did not put web2py server on windows. I am using python anywhere cloud : https://nayan613.pythonanywhere.com/paymemoney/default/index Regards, Arindam On Wed, Dec 19, 2018 at 3:00 PM 黄祥 wrote: > 1) I have to press the pay now button twice to get it working. What should >> I

[web2py] what is the webserver software of pythonanywhere

2018-12-19 Thread Arindam Dasgupta
Hi, I need to have a ssl certificate for my webserver. So that the certificate vendor needs the webserver software. Please help me to find it out. I am presented with a list like below : Where should I look for it in pythonanywhere.com ? [image: image.png] -- Resources: - http://web2py.com -

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-18 Thread Arindam Dasgupta
is disabled because insecure channel* > message is shown in your browser because of your URL not secure. > > you can test on localhost URL instead of this. > > > Thanks > SP > > > > On Tue, Dec 18, 2018 at 9:50 PM Arindam Dasgupta > wrote: > >> Hi

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-18 Thread Arindam Dasgupta
ney/tree/master/views/default> > index, success, and failure file from git and past your /view/default > folder. > 4. Change MERCHANT_KEY, Key, SALT with real ids > > Now Payment Gateway will work. > > Thanks > Sandeep Patel > > > On Sun, Dec 16, 2018 at 3:32 PM Lo

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-15 Thread Arindam Dasgupta
Hi sandeep, At last I have figured it out myself and the python version is now 3.6.0 And after this change your payumoney app is also running. :-) Thanks. [image: image.png] On Sat, Dec 15, 2018 at 3:21 PM Arindam Dasgupta wrote: > Hi I backed up my apps and clicked on the upgrade but

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-15 Thread Arindam Dasgupta
Hi Sandeep, I installed the app in pythonanywhere cloud and tried to view the index.html file. it said :Requires web2py 2.15.5 or newer Then I commented out the below two lines from db.py and tried again. But then it gave errors: if request.global_settings.web2py_version < "2.15.5": raise

Re: [web2py] Re: Need to integrate paytm payment gateway in my app

2018-12-14 Thread Arindam Dasgupta
have a merchant ID , but then I am not able to find in the google merchant site where to put my bank details for accepting payments. Regards, Arindam On Sat, Dec 15, 2018 at 8:56 AM Arindam Dasgupta wrote: > Hi Sandeep, > I chose paytm gateway because I know it will work in India. Also

Re: [web2py] Re: Need to integrate paytm payment gateway in my app

2018-12-14 Thread Arindam Dasgupta
On Sat, Dec 15, 2018 at 3:33 AM Dave S wrote: > > > On Friday, December 14, 2018 at 1:47:26 PM UTC-8, Dave S wrote: >> >> >> >> On Friday, December 14, 2018 at 8:06:18 AM UTC-8, Arindam Dasgupta wrote: >>> >>> Hi, >>> I need to integrate

Re: [web2py] How do I import Libraries in Web2py

2018-12-14 Thread Arindam Dasgupta
rchitect > Mississippi State Supreme Court > Electronic Filing Division > > > On Fri, Dec 14, 2018 at 10:10 AM Arindam Dasgupta > wrote: > >> Hi, >> I am takling about how to install libraries in python anywhere cloud just >> like I would open command prompt in

Re: [web2py] How do I import Libraries in Web2py

2018-12-14 Thread Arindam Dasgupta
ywhere.com? Regards, Arindam Dasgupta On Thu, Dec 13, 2018 at 9:38 PM Ben Duncan wrote: > Are you talking about running IN pythonanywhere cloud? > > If you are talking about running locally but including the libraries, you > would install the libraries, then put the > include

[web2py] Need to integrate paytm payment gateway in my app

2018-12-14 Thread Arindam Dasgupta
Website Name Industry Type But I have no Idea how to proceed next. I have went through the details provided in the link : https://developer.paytm.com/docs/v1/payment-gateway But I am not sure where to put the downloadable codes. Your help means a lot to me. Thanks in advance. Best Regards, Arindam

[web2py] How do I import Libraries in Web2py

2018-12-13 Thread Arindam Dasgupta
Hi, I have a general question in my mind that how do I import a library in web2py. For example should I need a library like "openpyxl" or "matplotlib.pyplot" what do I do? I am talking about the pythonanywhere framework available online through "https://www.pythonanywhere.com;. I should not

Re: [web2py] Re: Unable to land in reset password page

2018-12-13 Thread Arindam Dasgupta
PM UTC-5, Arindam Dasgupta wrote: >> >> Hi Anthony, As I wrote later in this thread, in google chrome browser it >> is taking me to ..default/index (home page) . But in other browsers it is >> taking me to password reset page. >> > > Yes, but my question was whet

Re: [web2py] Re: Unable to land in reset password page

2018-12-11 Thread Arindam Dasgupta
Hi, Surprisingly the links are working fine for me in google chrome too. I have no idea what has changed now. Regards,\Arindam On Tue, Dec 11, 2018 at 11:00 PM Arindam Dasgupta wrote: > Hi Anthony, As I wrote later in this thread, in google chrome browser it > is taking me to ..default

Re: [web2py] Re: Unable to land in reset password page

2018-12-11 Thread Arindam Dasgupta
dex, but presumably that is because the > link has expired (it only works for 24 hours). Have you tried it with a > fresh link? > > On Tuesday, December 11, 2018 at 8:34:00 AM UTC-5, Arindam Dasgupta wrote: >> >> Hi, >> >> I have tried this again and found that the link i

Re: [web2py] Re: Unable to land in reset password page

2018-12-11 Thread Arindam Dasgupta
Hi, I have tried this again and found that the link is working and taking me to the reset password page in Internet Explorer and Mozilla fire fox. Thank you and I am feeling great :-) But in Google Chorme browser it is taking me to my home page. Do you have any idea why this is happening? On

[web2py] Re: Unable to land in reset password page

2018-12-11 Thread Arindam Dasgupta
Hi , Has any one had a chance to have a look at this issue? At least pLease let me know where to look or which document to consult in order to solve this. Thanks!! On Mon, Dec 10, 2018 at 8:59 PM Arindam Dasgupta wrote: > Hi Friends, > > I need to make the "reset password"

[web2py] Unable to land in reset password page

2018-12-10 Thread Arindam Dasgupta
my application instead of the reset password page. What should I check to get the issue solved ? Thanks in advance for your help, Arindam Dasgupta -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com

Re: [web2py] Re: Unable to display dropdown lists in forms

2018-12-05 Thread Arindam Dasgupta
@ Sandeep : Thank you so much for the much needed help. My code is atleast up and running now!! Regards, Arindam On Wed, Dec 5, 2018 at 12:10 PM Arindam Dasgupta wrote: > @ sandeep : your solution works for me but the problem is that I cammot > style the elements added later using gener

Re: [web2py] Re: Unable to display dropdown lists in forms

2018-12-04 Thread Arindam Dasgupta
; cursor: pointer; } BR//Arindam On Wed, Dec 5, 2018 at 11:07 AM Dave S wrote: > > > On Tuesday, December 4, 2018 at 4:40:30 AM UTC-8, Arindam Dasgupta wrote: >> >> Hi, >> I need to display a drop down list in my form but have no idea how to do >> it.

Re: [web2py] Unable to display dropdown lists in forms

2018-12-04 Thread Arindam Dasgupta
2018 at 8:02 PM Lovedie JC wrote: >> >>> I have done something like that. Let me retrieve it in 3hrs >>> >>> On 4 Dec 2018 5:17 PM, "Ben Duncan" wrote: >>> >>> I was working on trying to figure out the EXACT same thing ! &g

[web2py] Unable to display dropdown lists in forms

2018-12-04 Thread Arindam Dasgupta
Hi, I need to display a drop down list in my form but have no idea how to do it. I have the following arrangements : Model : db.define_table('orders', Field('comments' ,type='string'), Field('print_size',requires=IS_IN_SET(['5x3.5', '6x4', '6x4.5', '5x7',

[web2py] Need to set a default application

2018-11-04 Thread Arindam Dasgupta
Hi , I have purchased a domain and whenever I enter "www.mydomain.com" the browser lands in the page : http://www.mydomain/welcome/default/index. I want to change the default application , default controller and default view so that whenever someone enters www.mydomain.com then he lands in