Hmm...well, both your error and the issue you mention reference pydal, which is now a separate project and I believe has to be 'upgraded' separately as well.Did you upgrade PyDAL?
Traceback (most recent call last
):
File "S:\Extranet\Website\Fuentes\web2py\gluon\restricted.py", line 227, in restricted
exec ccode in environment
File "S:/Extranet/Website/Fuentes/web2py/applications/extranet/controllers/appadmin.py", line 704, in <module>
File "S:\Extranet\Website\Fuentes\web2py\gluon\globals.py", line 412, in <lambda>
self._caller = lambda f: f
()
File "S:/Extranet/Website/Fuentes/web2py/applications/extranet/controllers/appadmin.py", line 343, in update
if form.accepts(request.vars, session):
File "S:\Extranet\Website\Fuentes\web2py\gluon\sqlhtml.py", line 1686, in accepts
self.id_field_name]).update(**fields)
File "S:\Extranet\Website\Fuentes\web2py\gluon\packages\dal\pydal\objects.py", line 2020, in update
ret = db._adapter.update("%s" % table._tablename,self.query,fields
)
File "S:\Extranet\Website\Fuentes\web2py\gluon\packages\dal\pydal\adapters\base.py", line 996, in update
raise e
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 57: ordinal not in range(128)
--
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 a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/AE6NVmLPCwk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Paolo
To unsubscribe from this group and all its topics, send an email to web2py+unsubscribe@googlegroups.com.
Paolo
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
sudo apt-get install python-psycopg2
?