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

2018-12-19 Thread Arindam Dasgupta
Hi Ben,

Thank you so much!!

Regards,
Arindam

On Wed, Dec 19, 2018 at 9:04 PM Ben Duncan  wrote:

> SEE:
>
> https://www.pythonanywhere.com/forums/topic/2776/
>
> *Ben Duncan*
> DBA / Chief Software Architect
> Mississippi State Supreme Court
> Electronic Filing Division
>
>
> 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 list like below :
>> Where should I look for it in pythonanywhere.com ?
>> [image: image.png]
>>
>> --
>> 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 Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: edit uploaded files

2018-12-19 Thread Val K
Note that 'web2py as client' could be running as daemon (service) along 
windows booting, so users will not feel the difference.  

On Wednesday, December 19, 2018 at 10:10:30 PM UTC+3, Val K wrote:
>
> I thought about the same problem and only see the following dropbox-like 
> almost universal solution:
>  web2py as server + web2py as client (under latter I mean 
> .exe-distributive on the shared drive, so it will running on client machine 
> and has access to filesystem,  to connect with central  server you can use 
>  Requests or http.client)
> To avoid the nightmare of writing scripts to catch save-event for all 
> these office program, users still  have to click sync-button, or it may be 
> just brute force time-interval sync (cron or web2py scheduler)
>
>
>
> On Wednesday, December 19, 2018 at 8:45:53 PM UTC+3, Jota Pin wrote:
>>
>> Hi, 
>>
>>- any type of files, but most common are the usual office ones: .doc, 
>>.docx, pdf, xls, xlsx.
>>- currently people are using simply a shared drive, with an 
>>unmanageable number of files and subfolders, they want to shift to a 
>>structured approach, were files are linked to a database with various 
>>information like the business process and deadline.  
>>- the confidentiality makes that only things working exclusively on 
>>the intranet are allowed (thus the files cannot be on a shared cloud 
>>service or edited by google docs or similar)
>>- users want to retain the possibility to simply click and then the 
>>files are opened by their desktop apps (word, excel, etc) and saved from 
>>there without any new upload
>>- there is no strict need for them to access the folder where the 
>>files will be stored, more, I want them to use the web2py interface so 
>> they 
>>are obliged to enter a minimum of metadata when the file is uploaded.
>>
>>
>> Le mercredi 19 décembre 2018 18:04:59 UTC+1, Val K a écrit :
>>>
>>> Hi! What is type of files? 
>>
>>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: edit uploaded files

2018-12-19 Thread Val K
I thought about the same problem and only see the following dropbox-like 
almost universal solution:
 web2py as server + web2py as client (under latter I mean .exe-distributive 
on the shared drive, so it will running on client machine and has access to 
filesystem,  to connect with central  server you can use  Requests or 
http.client)
To avoid the nightmare of writing scripts to catch save-event for all these 
office program, users still  have to click sync-button, or it may be just 
brute force time-interval sync (cron or web2py scheduler)



On Wednesday, December 19, 2018 at 8:45:53 PM UTC+3, Jota Pin wrote:
>
> Hi, 
>
>- any type of files, but most common are the usual office ones: .doc, 
>.docx, pdf, xls, xlsx.
>- currently people are using simply a shared drive, with an 
>unmanageable number of files and subfolders, they want to shift to a 
>structured approach, were files are linked to a database with various 
>information like the business process and deadline.  
>- the confidentiality makes that only things working exclusively on 
>the intranet are allowed (thus the files cannot be on a shared cloud 
>service or edited by google docs or similar)
>- users want to retain the possibility to simply click and then the 
>files are opened by their desktop apps (word, excel, etc) and saved from 
>there without any new upload
>- there is no strict need for them to access the folder where the 
>files will be stored, more, I want them to use the web2py interface so 
> they 
>are obliged to enter a minimum of metadata when the file is uploaded.
>
>
> Le mercredi 19 décembre 2018 18:04:59 UTC+1, Val K a écrit :
>>
>> Hi! What is type of files? 
>
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: edit uploaded files

2018-12-19 Thread Jota Pin
Hi, 

   - any type of files, but most common are the usual office ones: .doc, 
   .docx, pdf, xls, xlsx.
   - currently people are using simply a shared drive, with an unmanageable 
   number of files and subfolders, they want to shift to a structured 
   approach, were files are linked to a database with various information like 
   the business process and deadline.  
   - the confidentiality makes that only things working exclusively on the 
   intranet are allowed (thus the files cannot be on a shared cloud service or 
   edited by google docs or similar)
   - users want to retain the possibility to simply click and then the 
   files are opened by their desktop apps (word, excel, etc) and saved from 
   there without any new upload
   - there is no strict need for them to access the folder where the files 
   will be stored, more, I want them to use the web2py interface so they are 
   obliged to enter a minimum of metadata when the file is uploaded.


Le mercredi 19 décembre 2018 18:04:59 UTC+1, Val K a écrit :
>
> Hi! What is type of files? 

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] edit uploaded files

2018-12-19 Thread Val K
Hi! What is type of files? 

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-12-19 Thread Ben Duncan
SEE:

https://www.pythonanywhere.com/forums/topic/2776/

*Ben Duncan*
DBA / Chief Software Architect
Mississippi State Supreme Court
Electronic Filing Division


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 list like below :
> Where should I look for it in pythonanywhere.com ?
> [image: image.png]
>
> --
> 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 Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] edit uploaded files

2018-12-19 Thread Jota Pin
Dear all,

In my application (in an intranet), users should be able to upload files 
and edit files, but they do not want to be obliged to download/edit/upload 
again (it is a no go from their side).

Do you have any option in mind to implement that in web2py? The solution 
can be based on a shared folder and URLs exposed by web2py pointing to the 
shared files, maybe (using the browser capabilities to open local files?).

Best regards, and thanks for any suggestions,
Jota Pin

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 change so that one press is sufficient?
>>
>
> did you put web2py server on windows ?
>
> best regards,
> stifan
>
> --
> 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 Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-12-19 Thread 黄祥

>
> 1) I have to press the pay now button twice to get it working. What should 
> I change so that one press is sufficient?
>

did you put web2py server on windows ?

best regards,
stifan 

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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
- 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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: no-email edit in profile

2018-12-19 Thread Simon Riek
Thanks Leonel, very helpful for my next application.
 
In my current production applications I have no user self registration, 
therefor it is sufficient for me to make the email field writable again 
(though I wouldn't edit gluon/tools.py, instead I used my own derived Auth 
class with a custom profile-function...I don't like messing around in the 
web2py core, it could break on the next update). 

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.