On Wednesday, 13 April 2016 13:29:18 UTC+1, peter wrote:
>
> I have an issue with processes run by the scheduler are not seeing a
> module.
>
> If I Do
> python2.6
> >>>import dropbox
>
> it imports fine.
>
> The conf file for the web2py scheduler contains
>
> DAEMON=python2.6
> PARAMETERS="/opt
Where to put gcc command files in the web2py app?
--
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
I was just asking because trying to identify any issues without any code is
a pretty daunting task. Technically the scheduler uses only what python
provides to spawn subprocesses, and they ususally are spawned on the same
interpreter but I don't use 2.6 since ever so I really don't
rec
I hear you and I'm happy (or not, not sure) to not being alone ranting
about web2py's code quality and lack of tests. this was a serious bug that
should have had the effect of retiring web2py's release until it was fixed
(or at least loudly advertised).
On Thursday, April 14, 2016 at 5:08:24 AM
Hello
I have the following problem. I have SQLFORM.grid
When I go to edit view i have 4 fields which should be represented as time
(clock picker etc)
Once the form is submited only one field is actually send as datetime.time
other are as strings. I have no idea why
Also if I edit time fields
Let test then!!
On Thu, Apr 14, 2016 at 9:15 AM, Niphlod wrote:
> I hear you and I'm happy (or not, not sure) to not being alone ranting
> about web2py's code quality and lack of tests. this was a serious bug that
> should have had the effect of retiring web2py's release until it was fixed
> (or
Yes, I downloaded a new version and it works fine.
Thank you.
Em quinta-feira, 7 de abril de 2016 14:11:08 UTC-3, Massimiliano escreveu:
>
> I tested trunk.
> Seems ok to me.
>
>
>
> On Thu, Apr 7, 2016 at 3:26 PM, Massimo Di Pierro > wrote:
>
>> I believe this has been fixed in trunk. Can you ch
I've reported another CAS issue in this
topic: https://groups.google.com/d/topic/web2py/mnVTJ31KlA4/discussion
Anyone has a clue?
Em quinta-feira, 14 de abril de 2016 10:52:03 UTC-3, Franz Pietz escreveu:
>
> Yes, I downloaded a new version and it works fine.
> Thank you.
>
> Em quinta-feira, 7
Try clean cache browser.
Em 14/04/2016 11:03, "Franz Pietz" escreveu:
> I've reported another CAS issue in this topic:
> https://groups.google.com/d/topic/web2py/mnVTJ31KlA4/discussion
> Anyone has a clue?
>
>
> Em quinta-feira, 14 de abril de 2016 10:52:03 UTC-3, Franz Pietz escreveu:
>>
>> Yes,
db.define_table("search_table",
Field('search_string', 'string'))
form = SQLFORM(db.search_table);
view {{=form}}
If I have to use validators and security of SQLFORM, how do I add appended
text to this form?I am guessing {{=form.custom.begin}}?
--
Resources:
- http://web2
Here is the html,
Form Name
Appended
Text
append
help
On Thursday, April 14, 2016 at 10:39:56 AM UTC-4, Ron Chatterjee wrote:
>
> db.define_table("search_table",
> Field('search_string', 'string'))
>
>
>
> form = SQLFORM(db.search_ta
Hi,
I'm trying to import openpyxl to web2py without success. What is the right
way to do it?
I have working openpyxl in my Windows environment and I'm able to use it
without problems when testing it without web2py. If I understood right, I
can either install openpyxl to web2py site packages an
ok, so after a week of zero success trying everything i can think of, i
decided to try using the requests method instead of the above urllib2
method. it worked like a charm and it was less complicated code. i
replicated the above method but in requests as shown below. requests is
probably do
first of all, web2py is not python 3 compatible.
On Thursday, April 14, 2016 at 6:02:20 PM UTC+2, Marko Seppälä wrote:
>
> Hi,
>
> I'm trying to import openpyxl to web2py without success. What is the right
> way to do it?
>
> I have working openpyxl in my Windows environment and I'm able to use i
Hi,
Just found that, I've always run web2py from exe-file so far, so didn't
realize that before...
torstai 14. huhtikuuta 2016 19.56.34 UTC+3 Niphlod kirjoitti:
>
> first of all, web2py is not python 3 compatible.
>
> On Thursday, April 14, 2016 at 6:02:20 PM UTC+2, Marko Seppälä wrote:
>>
>> Hi
>
> It works fine if it is launched manually, ie I run the web2y function in
>> the scheduler from the url.
>>
> Peter
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Repo
what does it mean "from the url" ?
On Thursday, April 14, 2016 at 9:31:20 PM UTC+2, peter wrote:
>
> It works fine if it is launched manually, ie I run the web2y function in
>>> the scheduler from the url.
>>>
>> Peter
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation
On Wednesday, April 13, 2016 at 6:33:23 PM UTC-7, Dave S wrote:
> FWIW, my oldest app (created under 2.4.x) did have the
> banner/title/subtitle stuff in layout.html, and not in default/index.html.
> It kept working under most updates, so I didn't pay attention, and the
> later apps mostly
On Thursday, April 14, 2016 at 1:43:45 PM UTC-7, Dave S wrote:
>
>
>
> On Wednesday, April 13, 2016 at 6:33:23 PM UTC-7, Dave S wrote:
>
>
>> FWIW, my oldest app (created under 2.4.x) did have the
>> banner/title/subtitle stuff in layout.html, and not in default/index.html.
>> It kept working
I mean if I create a function foobar in default.py and have foobar call
the function that is in the scheduler (that is normally run by the task),
To run this I type app/default/foobar in the browser.The function then
runs fine, and does see the dropbox module.
So web2py is correctly using py
ok. more tests needed.
a) start web2py shell executing the function with web2py.py -M -S
app/default/foobar
b) if a) works, queue the task, then start the scheduler manually with
web2py.py -K app and see what happens
a) is needed to see if the shell env is different from the web one
b) is needed
okay, I get itI never changed layout.html until now.
what font do you use for headers? I used "class = 'header" and it looks a
little plain
thanks for your help Dave
Alex
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source
I just tested 2.14.5 and the solution is working. Great job !!
On Thursday, April 14, 2016 at 7:46:57 AM UTC-6, Richard wrote:
>
> Let test then!!
>
> On Thu, Apr 14, 2016 at 9:15 AM, Niphlod >
> wrote:
>
>> I hear you and I'm happy (or not, not sure) to not being alone ranting
>> about web2py's
Ron,
I am pretty sure the only way to do this would be a custom for, so yes
{{=form.custom.begin}}.
{{=form.custom.begin}}
Form Name
Appended
Text
{{=form.custom.widget.appendedtext}}
append
help
{{=form.custom.end}}
Hope that helps.
Stuart.
On Thursd
So what would be the strategy for having config settings for dev and
production?
Would there be some way to branch on is_local?
On Sunday, July 19, 2015 at 12:06:42 PM UTC-7, Alex wrote:
>
> it's a clear separation of code and configuration. When you deploy the
> application on a server you us
or an env variable.
On Friday, April 15, 2016 at 7:47:19 AM UTC+2, pbreit wrote:
>
> So what would be the strategy for having config settings for dev and
> production?
>
> Would there be some way to branch on is_local?
>
>
> On Sunday, July 19, 2015 at 12:06:42 PM UTC-7, Alex wrote:
>>
>> it's a
26 matches
Mail list logo