[web2py] Re: upload bug in filename

2010-06-17 Thread Rowdy
quot; - seems a bit suspicious (although it should just refer to the parent directory). Rowdy

[web2py] Re: web2py freezing

2010-07-02 Thread 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

[web2py] Re: web2py freezing

2010-07-03 Thread 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

[web2py] Re: web2py freezing

2010-07-03 Thread Rowdy
og` to see when and how often the oops occurs - so far it has only been the web2py Python process. Rowdy

[web2py] Re: web2py freezing

2010-07-03 Thread 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

[web2py] Re: web2py freezing

2010-07-06 Thread Rowdy
argued the case for upgrading web2py, but was told that it was a lower priority. *sigh* Rowdy

[web2py] Problems with changing admin password in 1.75.4

2010-02-18 Thread 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

[web2py] batch upload of legacy files

2010-02-18 Thread Rowdy
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

[web2py] Re: batch upload of legacy files

2010-02-24 Thread Rowdy
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

[web2py] cron weirdness

2010-03-02 Thread Rowdy
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

[web2py] Re: cron weirdness

2010-03-02 Thread 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.

[web2py] Re: cron weirdness

2010-03-02 Thread Rowdy
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-

[web2py] Re: cron weirdness

2010-03-03 Thread Rowdy
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

[web2py] Re: web2py 1.76.2 is OUT - testing cron

2010-03-03 Thread Rowdy
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

[web2py] Re: web2py 1.76.2 is OUT - testing cron

2010-03-03 Thread Rowdy
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

[web2py] Re: web2py 1.76.2 is OUT - testing cron

2010-03-04 Thread Rowdy
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

[web2py] problem with crud.archive when deleting

2010-03-09 Thread Rowdy
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"

[web2py] Re: problem with crud.archive when deleting

2010-03-09 Thread Rowdy
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

[web2py] cron - "day of week" documentation

2010-03-21 Thread Rowdy
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

[web2py] Book typo: 9.2. Remote Procedure Calls

2010-03-24 Thread Rowdy
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

[web2py] Re: file uploads from legacy database

2010-04-14 Thread Rowdy
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.

[web2py] best practice for an upload with a very long file name

2010-04-19 Thread Rowdy
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

[web2py] Re: best practice for an upload with a very long file name

2010-04-19 Thread Rowdy
/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

[web2py] Re: best practice for an upload with a very long file name

2010-04-19 Thread Rowdy
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

[web2py] Re: please help us test new web site

2010-10-10 Thread Rowdy
seems to have fixed itself. Rowdy

[web2py] Re: please help us test new web site

2010-10-12 Thread 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

[web2py] Possible bug in Auth.retrieve_password()

2010-01-12 Thread 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']:

[web2py] Re: Get email on ticket creation

2012-04-14 Thread Rowdy
://www.warplydesigned.com Greetings, I tweaked scripts/tickets2email.py and run it every 5 minutes via cron. It works very well. Rowdy

[web2py] Re: Editing html views in Eclipse

2012-10-09 Thread Rowdy
. Rowdy --

[web2py] Re: Image upload filenames too long

2011-06-30 Thread 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

[web2py] Re: cron problem

2011-07-25 Thread Rowdy
re to start looking, especially if it works on one machine but not another. Rowdy

[web2py] jquery mobile: popup calendar does not always appear

2013-04-23 Thread 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

[web2py] Re: jquery mobile: popup calendar does not always appear

2013-05-26 Thread Rowdy
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

[web2py] Re: jquery mobile: popup calendar does not always appear

2013-05-28 Thread Rowdy
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

[web2py] Re: Printing statements from Python

2014-01-27 Thread Rowdy
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 -

[web2py] Re: Web2py can't connect to mssql via pypyodbc - but possible to connect from idle

2015-07-13 Thread Rowdy
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

[web2py] Re: web2py -> py4web

2024-07-16 Thread Rowdy
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

[web2py] web2py.com certificate has expired

2025-07-14 Thread Rowdy
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