quot; - seems a bit
suspicious (although it should just refer to the parent directory).
Rowdy
ame server, and does not happen at all in another NetBSD-based
server that I have setup as a development/test environment.
For various other reasons a replacement server is being commissioned at
the moment, so restarting web2py every couple of days suffices for me
for now.
Rowdy
anyway.
Should I be looking at the web2py Python process in particular? if so I
can have a peek next time the server oops, as it happens fairly
regularly.
Rowdy
og` to see when and how often the oops
occurs - so far it has only been the web2py Python process.
Rowdy
pages
using CRUD, SQLFORM and a few custom forms.
The only reason I haven't had a chance to upgrade so far is lack of time
to test the app in more recent versions of web2py.
Thanx
Rowdy
argued the case for upgrading web2py, but was told
that it was a lower priority. *sigh*
Rowdy
Greetings,
Since upgrading 1.75.2 to 1.75.4, I have noticed some oddness with
changing the admin password.
When I try to change the admin password, I get:
Traceback (most recent call last):
File "/home/rowdy/web2py/gluon/restricted.py", line 173, in restricted
exec ccode in e
ng the uuid part of the filename (I have a separate data
migration script written in Python that already migrates most of the
other legacy data)?
Thanx
Rowdy
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send
x27;s example, it returned:
Traceback (most recent call last):
File "/home/rowdy/web2py/gluon/restricted.py", line 173, in restricted
exec ccode in environment
File "/home/rowdy/web2py/applications/webacc2/controllers/system.py",
line 116, in
File "/home/rowdy/web
Greetings,
I am running web2py 1.76.1 from source under Ubuntu 7.10.
As far as I can tell I am using hard cron, and I have the following cron
entries:
@reboot rowdy
**applications/webacc2/cron/reboot.py
0,5,10,15,20,25,30,35,40,45,50,55 * * * *rowdy
, not once every
minute. That job was suffering the execution every minute for the same
reason.
But I still cannot explain why it would skip a minute every now and
again.
Rowdy
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
mdipierro wrote:
you are right. A similar fixed is in trunk. I also did some more
cleanup in cron.
Please check it.
Thank you.
But sorry, I am not sure how to get the latest (or indeed anything) from
trunk.
--
You received this message because you are subscribed to the Google Groups
"web2py-
Wes James wrote:
install mercurial on your distro
https://help.ubuntu.com/community/Mercurial
then at the command line do this:
hg clone https://web2py.googlecode.com/hg/ web2py
when this is done you should have a copy of trunk in the folder web2py
That worked well, thank you Wes.
But I w
that it works forever, running my 5 minute and 10 minute
cron jobs for an hour or so has reliably run each job at the scheduled
times.
Rowdy
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@goog
mdipierro wrote:
Let's make it 59.99 then. We want to avoid false positives more than
false negatives.
Sounds good.
Over the past 2.5 hours the smallest value I saw was 59.9909880161.
Rowdy
--
You received this message because you are subscribed to the Google Groups
"web2py-us
mdipierro wrote:
ok, in trunk. Thanks for your help with this.
On Mar 3, 8:42 pm, Rowdy wrote:
Bad news. I left it running overnight with the 5 and 10 minute jobs and
the check for >= 59 seconds, logging the extra debug messages.
The lowest values for the interval were (these are just
Greetings,
I have been playing a little with crud.archive, as advertised by Massimo
in a post on 13-Feb-2010. It's fantastic :-)
... except when deleting data.
When I try to delete, I get this:
Traceback (most recent call last):
File "/home/rowdy/web2py/gluon/restricted.py"
ve history to
be deleted too. This might be an isolated case.
Rowdy
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email
mapped to the
three character abbreviation anywhere).
2. The Wikipedia page notes that Sunday is week day 0, but Python's
time.localtime() returns Monday as week day 0.
It would be advantageous if these discrepancies could be noted in the
web2py cron documentation.
Rowdy
--
You received this me
Greetings,
There is a typo in the example for XMLRPC in section 9.2 of the (online)
book.
The example method:
@service.xmlrpc
def div(a,b):
return a+b
should be:
@service.xmlrpc
def div(a,b):
return a/b
Rowdy
--
You received this message because you are subscribed to the Google
This solution worked well for me:
http://osdir.com/ml/web2py/2010-02/msg01577.html
Rowdy
--
To unsubscribe, reply using "remove me" as the subject.
eck2.py", line 432, in AddAttachment
file = db.attachment.file.store(open(FileName, 'rb')), \
File "/home/rowdy/web2py/gluon/sql.py", line 2645, in store
dest_file = open(pathfilename, 'wb')
IOError: [Err
/3/4 - 255 chars
XFS - 255 chars
ZFS - 255 chars
AFAIK those are the most common, so someone else is likely to run into
the limit at some point.
Thanx
Rowdy
--
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en
mdipierro wrote:
Any objection to make this 200?
Massimo
The limit seems to be NTFS with a maximum of 226 characters.
I have accumulated nearly 60,000 files in a legacy application, and the
longest extension is 5 characters (".batch").
No objection from me.
Rowdy
--
Su
seems to have fixed itself.
Rowdy
mdipierro wrote:
I was working on it live. Sorry. Fixed now.
Aha! Ok, thank you.
I just noticed the lighter coloured icons down the right side - much
better as they blend in more with the band across the top of the page
and do not draw the eye away from the main page content as much.
Rowdy
I am using web2py 1.74.5.
In Auth.retrieve_password() after form.accepts(...), there is a check
that the email address corresponds to a valid user.
Next there is a check of the user's registration_key value, however it
reads:
elif users[0].registration_key[:7] in ['pending', 'disabled']:
://www.warplydesigned.com
Greetings,
I tweaked scripts/tickets2email.py and run it every 5 minutes via cron.
It works very well.
Rowdy
.
Rowdy
--
= newfilename[:200] + '.' + extension
I suspect you would be able to replace 200 with 150 (or slightly less if
your 150 characters needs to include the dot and extension).
Rowdy
re to start looking, especially if it works on one
machine but not another.
Rowdy
page source is identical.
Any insight appreciated.
Thank you in advance.
Rowdy
--
---
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 web2p
On 24/04/2013 10:02 AM, Rowdy wrote:
Greetings,
I am developing a desktop/mobile application using web2py 2.4.6
(currently hosted on CentOS 6.4 with Python 2.6.6, web2py running from
source).
If I have an SQLFORM containing a date field, when I tap on the field on
a mobile device the popup
On 28/05/2013 1:36 PM, Massimo Di Pierro wrote:
please open a ticket. Perhaps it is time to upgrade the calendar.
Thank you Massimo!
Ticket 1511 created.
https://code.google.com/p/web2py/issues/detail?id=1511
--
---
You received this message because you are subscribed to the Google Groups
in one situation where the client won't allow me
access to the production filesystem, but I do have read-only access to
the database. I can query the logging table without having to ask their
IT department to send me a copy of the log file.
Rowdy
--
Resources:
- http://web2py.com
-
ncies (dependency on bitarray is optional to
improve performance) it might make a good addition to web2py database
support at some future date.
Rowdy
[1] https://pypi.python.org/pypi/python-tds
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/w
the "Tell me more" section, it notes:
"this is a work in progress and not stable yet but close to being stable"
Is that still the case?
Thanks for a great framework!
Rowdy
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py
Hello,
It would appear that the certificate for web2py.com expired on 05-Jun-2025.
Is there someone monitoring this newsgroup who can update the certificate?
Thank you.
Rowdy
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source
38 matches
Mail list logo