I have problems too after upgrading via mercurial (changeset 546) this
moorning.
I get the following errors:
Traceback (most recent call last):
File "C:\eclipse\plugins
\org.python.pydev.debug_1.5.7.2010050621\pysrc\pydevd.py", line 978,
in <module>
debugger.run(setup['file'], None, None)
File "C:\eclipse\plugins
\org.python.pydev.debug_1.5.7.2010050621\pysrc\pydevd.py", line 780,
in run
execfile(file, globals, locals) #execute the script
File "C:\Documents and Settings\salbefe\workspace\web2py\web2py.py",
line 17, in <module>
import gluon.widget
File "C:\Documents and Settings\salbefe\workspace\web2py\gluon
\widget.py", line 28, in <module>
import main
File "C:\Documents and Settings\salbefe\workspace\web2py\gluon
\main.py", line 34, in <module>
from globals import Request, Response, Session
File "C:\Documents and Settings\salbefe\workspace\web2py\gluon
\globals.py", line 18, in <module>
from compileapp import run_view_in
File "C:\Documents and Settings\salbefe\workspace\web2py\gluon
\compileapp.py", line 28, in <module>
from sql import SQLDB, SQLField, DAL, Field
File "C:\Documents and Settings\salbefe\workspace\web2py\gluon
\sql.py", line 44, in <module>
from serializers import json
File "C:\Documents and Settings\salbefe\workspace\web2py\gluon
\serializers.py", line 8, in <module>
from html import *
File "C:\Documents and Settings\salbefe\workspace\web2py\gluon
\html.py", line 20, in <module>
import decoder
ImportError: No module named decoder
On 8 jun, 10:24, Sverre <[email protected]> wrote:
> Solved according to this thread:
>
> http://groups.google.no/group/web2py/browse_thread/thread/43e46716642...
>
> On 8 Jun, 08:44, Sverre <[email protected]> wrote:
>
> > Ok, I installed 1.77.3 and all is working. But with the current
> > version I get communication errors. My python version is 2.6.4 on
> > Ubuntu 10.04. How can I debug such a problem?
>
> > On 7 Jun, 20:16, mdipierro <[email protected]> wrote:
>
> > > you upgraded from what?
>
> > > On Jun 7, 8:21 am, Sverre <[email protected]> wrote:
>
> > > > After upgrading to 1.79.1 I can't change any sources with the admin
> > > > interface because of a communication error.