As the issue is still unresolved, i have unchecked the "no action needed"
flag on this topic. Any help would be appreciated. Thank you.
On Thursday, March 30, 2017 at 6:33:07 AM UTC+2, Karoly Kantor wrote:
>
> This issue still seems to be unsolved. I have a fresh installation on GAE,
> reset pas
It's pythonic, an expression list see
https://docs.python.org/2/reference/expressions.html for the basics. I didn't
check but the web2py source code juste handles it like there is an & present.
Nico de Groot
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://g
Hi Frank,
This list is very active. I had trouble getting in sync after a week of
absence. In any case welcome!
The variable is a string like '31' so if you Len() it you get 2. Just use int()
to make it a number.
Nico de Groot
--
Resources:
- http://web2py.com
- http://web2py.com/book (Docu
The 0.db solution is the old approach. Nothing very wrong with it, but the new
approach is more user configurable. And it is cacheable. Model files are
processed at every request, 0.db slows it down a little.
Nico de Groot
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documenta
I see a typo there. Should be
room = str(request.*vars*(1))
Kiran Subbaraman
http://subbaraman.wordpress.com/about/
On Tue, 28-03-2017 3:53 PM, Michi Schmid wrote:
I am currently working on my diploma thesis and we are using web2py.
But I have an issue w
Me too. :-)
On Monday, March 20, 2017 at 2:42:16 PM UTC+1, ross mclean wrote:
>
> I've made 2 post put neither appear to have been published, assuming this
> is due to me being a new member. If possible please could one of the
> moderators review and approve. Ross
>
> On Monday, July 20, 2015 at
Hi there,
I am very new to web2py, i posted 1 question here a week ago, but never got
reply (if anyone sees my post, please let me know if I missed anything), I
am trying luck with another question now.
I have a customer table, an invoice table and an item table. I simplified
them below:
db.de
Hi there, this is my 3 attempts sending questions to this forum, i see
people sending questions here, but I don't see mine after I posted and
didn't get any reply. If someone can provide pointers, it's much
appreciated. (I just checked everything in the "Membership and email
setting", hope this
I am doing text classification using scikit and numpy but i am getting
this error.
'numpy.ndarray' object has no attribute
'lower'
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issu
I am currently working on my diploma thesis and we are using web2py.
But I have an issue which i can not comprehend
--
def index():
import datetime
"""
example action using the internationalization operator T and flash
rendered by vie
Hi Richard, gitter looks like a great tool, but I can't see how he can
replace google groups (maybe because I don't know the tool). They seem
two completely different things.
Greetings.
El 23/03/17 a las 10:00, Richard Vézina escribió:
If this is possible without headache it would be wonderfu
This issue still seems to be unsolved. I have a fresh installation on GAE,
reset password emails fail due to "need string or buffer, lazyT found"
Is there something I can do?
Thanks.
On Friday, July 29, 2016 at 7:49:14 AM UTC+2, webm...@trytha.com wrote:
>
> I just uploaded an updated version o
I know that the topic is very old but I am bumping my head for hours now.
Why is the '&' missing?
I am trying to implement something similar to one of my projects but cannot
seem to find the logic behind this syntax (...I could use it like this but
I need to understand how it works!)
Can someb
Hi all,
This is my first question for the list; up to now i have been lurking and
learning mainly. Not sure if this list is still active.
I think it is fair to say I am not an experienced python programmer so -
this might just be my lack of knowledge. Forgive me please if my question
shows just
Hi guys,
I created a new application with the wizard and noticed a lot of settings
in models/0.py that I hadn't seen before.
What is the purpose of this file versus appconfig.ini? I'd rather have all
the private settings in once place if possible and there seems like
significant duplication b
Hi,
I'm using external Python driver (e.g.,
https://github.com/datastax/python-driver) to use Cassandra in web2py, but
the issue I have is that I need to get a new Cassandra connection on every
query (and this is quite slow, 2-3 sec).
*So I wonder if there is a way to preserve a connection?*
I need a DAL adapter for the ibm_db_dbi connector and have no idea where to
even begin. It's on the back-burner for now but will pick it up again when
I have some free time.
-Jim
On Wed, Mar 29, 2017 at 12:03 PM, António Ramos
wrote:
> PLEASE SHARE AS SOON AS YOU DO IT !
> :)
>
> 2017-03-29 17
PLEASE SHARE AS SOON AS YOU DO IT !
:)
2017-03-29 17:14 GMT+01:00 Jim Steil :
> Yes, I knew bottle was available. But, I don't like this from their
> slides:
>
> "We ship a slightly-modified version of the open-source bottle.py"
>
> And of course, I want to run web2py!
>
> On Wed, Mar 29, 2017 a
Yes, I knew bottle was available. But, I don't like this from their slides:
"We ship a slightly-modified version of the open-source bottle.py"
And of course, I want to run web2py!
On Wed, Mar 29, 2017 at 10:33 AM, António Ramos
wrote:
> just sharing my search of python and iseries ( looks lik
Did you try passing cache.redis to current like db :
# Model
from gluon.contrib.redis_utils import RConn
from gluon.contrib.redis_cache import RedisCache
rconn = RConn(host='localhost', port=6379, db=None, password='',
socket_timeout=None,
socket_connect_timeout=None)
cache.redis =
just sharing my search of python and iseries ( looks like bottle framework
is supported by ibm...)
https://www.gateway400.org/documents/Gateway400/Handouts/GetStartedWithPythonOnIBMi2016.pdf
https://www.youtube.com/watch?v=-fbrQwBKQ_I&t=929s
2017-03-20 22:42 GMT+00:00 Jim Steil :
> I've got 2.
You should submit a patch to fix the IS_URL validator as this is actually a
valid URL.
The problem seems to be the | character which is actually only valid in the
fragment part of an URL.
If you do submit a patch make sure to also add this case as a test in
test_validators.py
If you don't wan
Had the same issue, not had time to work on it. Will post here any
progress...
Maybe Simone can help us, I recall he wrote the redis contrib.
Richard
On Mon, Mar 27, 2017 at 4:09 PM, Pierre wrote:
> Hi everyone,
>
> I have a *cache.redis* defined in a db.py file like so:
>
> from gluon.contrib
I am using IS_URL() validator to validate URLs, but it doesn't accepts
following url and similar google group urls
Example:
https://groups.google.com/forum/#!searchin/web2py/url$20validation$20problem|sort:relevance/web2py/69KmsrYAF44/Sgk_hA_6TlcJ
Should I create custom URL validato with simple
24 matches
Mail list logo