[web2py] Coolpropgit Not WORKING

2019-04-25 Thread Prashant Dhakal
Why isn't Coolpropgit working ? Whenever I try to use it shows :Ticket issued: coolpropgit/130.74.132.69.2019-04-23.22-42-24.69a3990b-1414-4b55-85f8-013b80876c7c

[web2py] Re: Error importing csv file in python3.6

2019-04-25 Thread nbacquet via web2py-users
I had a similar issue. I solve it doing this: f = request.vars.csvfile.file import io file = io.TextIOWrapper(f, encoding='utf-8') El lunes, 11 de febrero de 2019, 14:34:18 (UTC-3), Maurice Waka escribió: > > I shifted to web2py/python3. In python2.7 I was able to upload csv files > but using th

[web2py] bye bye T, welcome pluralize

2019-04-25 Thread Massimo Di Pierro
web3py now uses this: https://pypi.org/project/pluralize/ https://github.com/web2py/pluralize thoughts? comments? -- 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 Iss

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-25 Thread rāma
I tested this just now. I can't seem to import pandas. raise ImportError("No module named %s" % modules_prefix) ImportError: No module named applications.dqma.modules.pandas I have a previous web2py from source and have all module in my site-packages which I copied over to this 64-bit version.

Re: [web2py] Web2py Windows edition with 3.x Interpreter

2019-04-25 Thread rāma
This is wonderful. And, something I would love to be adopted to the official repo. Thanks for this! On Sunday, 3 March 2019 19:24:38 UTC+8, Nico Zanferrari wrote: > > Good morning! > > I'm proud to say that I've succeeded in building the Windows 64 bit binary > with python 3.7.2 using pyinstall

[web2py] Re: custom search

2019-04-25 Thread João Matos
You don't have the standard buttons, but have a search button created by you? quinta-feira, 25 de Abril de 2019 às 15:21:41 UTC+1, Andrea Fae' escreveu: > > I create a custom search, so not standard field with "Search" and "reset" > button standard. How to click the button "Search" programmatic

[web2py] Re: datepicker preserve selecred date after postback

2019-04-25 Thread João Matos
Is the selected date in a db field? Then when editing the same field, the date picker should show the selected date. If the date is still not saved to a db field but only in js, then you can send it using something similar to this