[web2py] Upload error with 2.23.0? ('Field' object has no attribute '__dir__')

2022-12-29 Thread Stephan
Hi, uploads with sqlite doesn't work anymore in my apps. I recognized this after installing ver. 2.23.0. Maybe it's just a coincidence. Here is the code: 127.0.0.1.2022-12-29.16-19-26.abbdc90d-cd14-467e-bd96-12f360bf1d4d 'Field' object has no attribute '__dir__' Version web2py™Version

[web2py] Re: UnicodeDecodeError with welcome app

2022-12-29 Thread Stephan
The error in the de.language file got fixed by Leonel Câmara in the github repo. If you feel an instand need for a clean German language file, find one attached, with some additional text enhancements included. Stephan schrieb am Donnerstag, 29. Dezember 2022 um 11:52:54 UTC+1: > [im

[web2py] Re: UnicodeDecodeError with welcome app

2022-12-29 Thread Stephan
). This character might be reintroduced into the file, once new untranslated entries are added while using the system. Stephan schrieb am Mittwoch, 28. Dezember 2022 um 17:32:28 UTC+1: > Hello, > did anyone notice that index.html of the welcome app in recent web2py > versions is

[web2py] Re: web2py 2.23.0 released

2022-12-29 Thread Stephan
Thank you!! Massimo Di Pierro schrieb am Dienstag, 27. Dezember 2022 um 08:26:00 UTC+1: > Hello Everybody, > > My apologies for not being as engaged in this group as I used to be. > > web2py 2.23.0 was released. > > It includes: > - DKIM support to emails > - More configuration options for

[web2py] UnicodeDecodeError with welcome app

2022-12-28 Thread Stephan
row the error down to the web2py_ajax.html which is included in the layout.html, which itself loads a bunch of js.-files. Did anyone run into this? Maybe should/could to be fixed?! Thanks, Stephan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web

[web2py] Missing 'delete' checkbox on uploaded files in Grid

2021-11-25 Thread Stephan
Hello, the grid form view (as well appadmin) does randomly not show the 'delete' checkbox. Does anyone knows why and how to come around that? Thank you. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Problems with file upload in Catalina

2019-11-24 Thread Stephan
. November 2019 18:17:49 UTC+1 schrieb Stephan: > > Hello, > with the latest web2py version and Catalina, I found that the file upload > does not behave like before. When doing a file upload with sqlform grid, > with the uploadfolder set to static "uploadfolder=request.folder+'stati

[web2py] Problems with file upload in Catalina

2019-11-24 Thread Stephan
in a newly created folder 'static*applicationname*' in under the 'applications' folder instead of being stored in 'app/static'. Thanks for your help. Stephan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source cod

[web2py] Re: please help testing web3py

2019-07-14 Thread Stephan
Registration process with test app was successful. Was able to login in the scaffolded app after using the confirmation link. No errors Mac 10.14.5. python 3.7.3 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: please help testing web3py

2019-07-09 Thread Stephan
n > > On Monday, 8 July 2019 16:04:23 UTC-7, Stephan wrote: >> >> As far as I can tell, it works under macOS 10.14.5, I was able to >> generate a new app from the admin dashboard. >> However, apart from the missing favicon, the console reports these errors: >

[web2py] Re: please help testing web3py

2019-07-08 Thread Stephan
As far as I can tell, it works under macOS 10.14.5, I was able to generate a new app from the admin dashboard. However, apart from the missing favicon, the console reports these errors: ERROR:root:Traceback (most recent call last): File

[web2py] Re: error 'module' object has no attribute 'pbkdf2_hmac' when trying to add user (Ver 2.18.4)

2019-03-16 Thread Stephan
It's not possible to login as an existing user, either. all after upgrading to VER 1.18.4 Am Freitag, 15. März 2019 17:11:07 UTC+1 schrieb Stephan: > > Hello there, > > > when trying to add a user in the empty user table via appadmin, I get this > error: *'module' objec

Re: [web2py] error 'module' object has no attribute 'pbkdf2_hmac' when trying to add user (Ver 2.18.4)

2019-03-15 Thread Stephan
> > Can you also test it with python3 please? > > On Fri, Mar 15, 2019 at 5:11 PM Stephan > > wrote: > >> Hello there, >> >> >> when trying to add a user in the empty user table via appadmin, I get >> this error: *'module' object has no attrib

[web2py] error 'module' object has no attribute 'pbkdf2_hmac' when trying to add user (Ver 2.18.4)

2019-03-15 Thread Stephan
dal/pydal/validators.py", line 2786, in pbkdf2_hex hmac = hashlib.pbkdf2_hmac(hashfunc().name, to_bytes(data), AttributeError: 'module' object has no attribute 'pbkdf2_hmac' Thanks for your help, Stephan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http

[web2py] Re: How to prevent google from indexing .load files

2019-01-14 Thread Stephan
obook.com/robots-txt/ Stephan Am Freitag, 11. Januar 2019 01:18:12 UTC schrieb Dave S: > > > > On Thursday, January 10, 2019 at 9:09:41 AM UTC-8, Stephan wrote: >> >> Hello there, >> my question maybe touches rather how to structure a project probably. >> Anyway:

[web2py] How to prevent google from indexing .load files

2019-01-10 Thread Stephan
oad component. How do you solve this in your projects? Thank You, Stephan The part of the main page view that emends the component looks like this: {{=LOAD('default','listing.load', args=[page, kat], ajax=True)}} ___ and the pagination inside the listing.load look like this: {{if z

[web2py] Re: How to put a variable in the A helper?

2019-01-02 Thread Stephan
ogle.com/group/web2py/t/77c30b1fb678e96f?utm_source=digest_medium=email> > > and it should be in a view .htmlfile. > It assumes download_file is in scope. therefore it is either defined in a > model file or it is passed from the controller to the view. > > On Sunday, 30 Decemb

[web2py] How to put a variable in the A helper?

2018-12-30 Thread Stephan
_file)}} <http://groups.google.com/group/web2py/t/77c30b1fb678e96f?utm_source=digest_medium=email> Thanks for helping, Stephan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Re

[web2py] Re: Error on migrate=True

2018-04-05 Thread Stephan
l=True, the DAL will generate > migration files but no run any migrations, so you cannot get that error. > > Anthony > > On Thursday, April 5, 2018 at 11:49:38 AM UTC-4, Stephan wrote: >> >> Hi Antony, >> does not seem to work. >> I still get an error b

[web2py] Re: Error on migrate=True

2018-04-05 Thread Stephan
les indicating the current status of the > database schema. First, without the new column in the code, run a request > with fake_migrate_all=True, which will create an updated set of *.table > files. Then add the new column, and the migration should work. > > Anthony > > On T

[web2py] Error on migrate=True

2018-04-03 Thread Stephan
I am getting an "tables already exist" error after adding column to an existing table in db.py and setting migrate from false to true. It's connected to a mysql. Application is running in version 2.8.2. Is there some cahce to be cleared? thx -- Resources: - http://web2py.com -

[web2py] Re: Is the mobile version of the admin interface not working for you?

2013-07-13 Thread Stephan Holtmeier
Same for me! Am Mittwoch, 26. Juni 2013 21:35:05 UTC+2 schrieb encompass: I have the latest web2py and it seems the jquery.mobile interface is not working. Do you get a similar result? BR, Jason -- --- You received this message because you are subscribed to the Google Groups