First!
http://pyforum.org/
On Monday, September 30, 2013 12:12:45 AM UTC+2, Tobias Dahlberg wrote:
>
> Hi
>
> I'm looking for a forum plugin that I can use to extend a web2py
> application. I need a forum plugin that uses web2py's normal auth since I
> need it integrated with other web2py app.
it all depends on how are you planning to do it.
Il giorno domenica 29 settembre 2013 22:47:51 UTC+2, Andrey K ha scritto:
>
> Good day,
> I am working on the web application (web2py controller) which suppose
> to tiger unix job scheduler (LSF) which in turn run unix executable files
> with p
time it, it's impossible to tell beforehand what will be better without
knowing what the script does exactly (and even then, there are lots of
variables)
Il giorno lunedì 30 settembre 2013 02:29:57 UTC+2, lesssugar ha scritto:
>
> That was a theoretical question. I'm asking because I don't know
I can, but the fact is that "doc" usually is the document, so I'm pretty
sure it exists and that it has an "on" method :D
When that error pops up, what are you trying to do ? Just to load the page ?
Il giorno lunedì 30 settembre 2013 03:33:24 UTC+2, davedigerati ha scritto:
>
> Thanks guys, but
do you know you can use a normal list of tuples instead ?
IS_IN_SET=[(50, '$50 per lap'), ]
Il giorno lunedì 30 settembre 2013 04:53:34 UTC+2, mr.freeze ha scritto:
>
> I'm trying to get IS_IN_SET to sort options numerically for the following
> validator:
> db.sponsor.pledge_amount.requires =
Hi,
I am having controller as :
@auth.requires_login()
def add():
form = SQLFORM(db.table)
if form.process(formname='test').accepted:
response.flash = 'Database Updated'
elif form.errors:
response.flash = 'Please fill all the required details'
else:
res
I'm trying to get IS_IN_SET to sort options numerically for the following
validator:
db.sponsor.pledge_amount.requires = IS_IN_SET({
50: '$50 per lap',
25: '$25 per lap',
10: '$10 per lap',
5: '$5 per lap',
2: '$2 per lap',
1: '$1 per lap',
0: 'Flat amount'
}, sort=True
I have added a list:string field to my auth_user table using
auth.settings.extra_fields:
auth.settings.extra_fields['auth_user'] = [
Field('f_dtf', type='list:string', custom_qualifier=dict())
]
The new field shows up fine. But when I try to manipulate that field from
the Profile page,
Thanks guys, but I guess that still leaves me clueless as to what is
causing this error. Can anyone comment what this portion of web2py.js is
looking for so I can start trying to guess what it might be missing?
(function web2py_event_handlers() {)
all help/suggestions appreciated
On Sunday, S
That was a theoretical question. I'm asking because I don't know which approach
is better. There's no specific issue I'm trying to address. I just want to find
out which way is more efficient.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/
thank you so much for your info, don't know that the book is on the github,
i've downloaded both pdf and web2py book application.
best regards,
stifan
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google
BTW, web2py book is on the github. It's a web2py application, you can run
it locally or on your web hosting / VPS.
On Sunday, September 29, 2013 2:41:26 PM UTC+2, Gour wrote:
>
> On Sun, 29 Sep 2013 05:27:51 -0700 (PDT)
> 黄祥 >
> wrote:
>
> > i still can't access web2py website and mine on pyt
Better for what? What is the issue you're trying to address?
On Sunday, September 29, 2013 11:37:29 PM UTC+2, lesssugar wrote:
>
> In my app I have a script running in the background 3 times a day. The
> script generates lots of inserts into the db.
>
> In terms of performance, which one of the t
i think, it can be 'nice to have' feature in web2py.
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 becau
it's up now.
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 Grou
The Passenger Apache is a poliglot module for develop wsgi apps in apache
(an ruby apps in Rack). See more information in
http://www.phusionpassenger.com.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.go
Hi
I'm looking for a forum plugin that I can use to extend a web2py
application. I need a forum plugin that uses web2py's normal auth since I
need it integrated with other web2py app.
I looked at pyforum, but it doesn't seem to use the standard auth, correct?
Thanks!
BR
Tobias Dahlberg
--
I do not know. I am not aware that they contacted any of us for testing or
support.
On Sunday, 29 September 2013 15:35:52 UTC-5, Monte Milanuk wrote:
>
> Hello there,
>
> The framework support for things like Flask and web2py finally sold me
> and I purchased a new license for 3.0 the other day
I'd love something like this. Yes it can be done.
On Sunday, 29 September 2013 13:39:59 UTC-5, Andrey K wrote:
>
> Hello everybody,
> I wonder is it possible to make workflow diagram compiler on the client
> like this (http://gojs.net/latest/samples/flowchart.html) linked to
> executable code ge
Thank you I will review this asap!
On Sunday, 29 September 2013 11:49:36 UTC-5, Quint wrote:
>
> Hi,
>
> I think web2py should support NDB for the Google Datastore.
> NDB a newer datastore api which has automatic caching features built in.
>
> https://developers.google.com/appengine/docs/python/nd
In my app I have a script running in the background 3 times a day. The
script generates lots of inserts into the db.
In terms of performance, which one of the two below is better?
1) Leaving the script as it is = many insert actions at one time / script
runs shorter
2) Using time.sleep() after
Issue i had with caching Row objects. The second trace looks like your error.
https://groups.google.com/forum/m/#!searchin/web2py/quint/web2py/G6IkcDU6m-g
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.goo
I noticed that i can never memcache class objects that are defined within the
web2py part of my code. Simple things like dicts, list or class objects defined
outside web2py (in my GAE root) are ok. Row object also don't pickle with GAE.
I always convert them to dicts.
I did some digging some tim
Gojs is a paid software
Why not d3js?
2013/9/29 António Ramos
> I wish the same for christmas :)
>
> I think that for the experts here this should be a nice exercise and even
> an easy one.
> A generic workflow framework that could be used to create many apps. like
> a workflow as a service.Lik
Good day,
I am working on the web application (web2py controller) which suppose
to tiger unix job scheduler (LSF) which in turn run unix executable files
with parameters. Is it save to use such approach in web2py.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
-
Hello there,
The framework support for things like Flask and web2py finally sold me
and I purchased a new license for 3.0 the other day. Last night I
thought I'd try creating a new web2py project just to play with, and was
kind of disappointed when a brand new project already shows a bunch of
David...did you get a response on this? I'm experiencing a similar issue
when issuing memcache.set and getting a pickler.dump(value) TypeError:
'NoneType' object is not callable,
After upgrading from 1.8.1 to 1.8.5...the problem reared its head. Of
course, my class is much more complex than yo
I wish the same for christmas :)
I think that for the experts here this should be a nice exercise and even
an easy one.
A generic workflow framework that could be used to create many apps. like a
workflow as a service.Like we have CAS .
2013/9/29 Andrey K
> Hello everybody,
> I wonder is it
Hello everybody,
I wonder is it possible to make workflow diagram compiler on the client
like this (http://gojs.net/latest/samples/flowchart.html) linked to
executable code generated from code blocks associated with appropriate
diagram block. Can it be done in web2py.
I guess it would be very si
Hello everybody,
I wonder is it possible to make workflow diagram compiler on the client
like this (http://gojs.net/latest/samples/flowchart.html) linked to
executable code generated from code blocks associated with appropriate
diagram block. Can it be done in web2py.
I guess it would be very si
Hi,
I think web2py should support NDB for the Google Datastore.
NDB a newer datastore api which has automatic caching features built in.
https://developers.google.com/appengine/docs/python/ndb/
I think it would be great for GAE users to be able to use NDB because it
potentially has better perfo
It is up for me.
On Sunday, 29 September 2013 07:27:51 UTC-5, 黄祥 wrote:
>
> i still can't access web2py website and mine on pythonanywhere. the status
> is Unhandled Exception
>
> best regards,
> stifan
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github
On Sun, 29 Sep 2013 05:27:51 -0700 (PDT)
黄祥 wrote:
> i still can't access web2py website and mine on pythonanywhere. the
> status is Unhandled Exception
It looks that is real meaning of cloud computing - in some parts the
sun is shining through, while in the other ones, overcast is too strong.
:
i still can't access web2py website and mine on pythonanywhere. the status
is Unhandled Exception
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 (Repor
Strange... I can access web2py.com without problem since my previous message
Le 29 sept. 2013 14:08, "Gour" a écrit :
> On Sun, 29 Sep 2013 00:09:36 -0700 (PDT)
> Loïc wrote:
>
> > Pythonanywhere seems to have some issues this morning. My web-apps
> > were down too... Everything seems OK now.
>
On Sun, 29 Sep 2013 00:09:36 -0700 (PDT)
Loïc wrote:
> Pythonanywhere seems to have some issues this morning. My web-apps
> were down too... Everything seems OK now.
I still see 'Unhandled Exception"...interesting it happens just in
time when I was considering whether to use something like Pyth
probably your .table files weren't in sync with your model. web2py issues a
CREATE statement only if the corresponding .table file is not found into
the databases/ folder (implicating that that table doesn't exist on the
backend)
On Sunday, September 29, 2013 2:06:50 AM UTC+2, PN wrote:
>
> Ver
no. that "map" file is just a commodity extension to have debuggers
(developers tools, firebug, etc) to load the uncompressed version of the
library in order to debug it better
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
it has nothing to do with any js error.
does the la
Hi!
How can i debug a web2py application with the new PyCharm 3.0 Professional
Edition?
Any help is greatly appreciated
Thanks
Gerd
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issu
Pythonanywhere seems to have some issues this morning. My web-apps were down
too...
Everything seems OK now.
--
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)
40 matches
Mail list logo