Ah, yes that may be it. Would that cause the error I'm getting?

On Wednesday, September 18, 2013 12:40:58 PM UTC-4, Massimo Di Pierro wrote:
>
> Are you using web2py 2.6.x to view a ticket created by a previous version?
>
> On Wednesday, 18 September 2013 09:58:20 UTC-5, Ian W. Scott wrote:
>>
>> Hi everyone,
>>
>> I've suddenly started running into an error whenever I try to view error 
>> tickets through the admin app: 
>>
>> AttributeError: 'module' object has no attribute 'lazyT_unpickle'
>>
>>
>> Any idea what is causing it? I'm running the latest stable version 
>> (2.6.3) on python 2.7 (Linux). The problem seems to have begun after I 
>> tried to use the (beta status) automatic upgrade function. It didn't work 
>> and I manually upgraded. I even deleted the admin app entirely and copied 
>> it fresh from the source download. But the error is still there. I can use 
>> every other part of admin, but I can't view error tickets for any installed 
>> application.
>>
>> Here's the complete traceback: 
>>
>> ERROR:web2py:Traceback (most recent call last):
>>   File "/home/ian/web/web2py/gluon/restricted.py", line 217, inrestricted
>>     exec ccode in environment
>>   File "/home/ian/web/web2py/applications/admin/controllers/default.py",line 
>> 1795, in <module>
>>   File "/home/ian/web/web2py/gluon/globals.py", line 378, in <lambda>
>>     self._caller = lambda f: f()
>>   File "/home/ian/web/web2py/applications/admin/controllers/default.py",line 
>> 1446, in errors
>>     error = pickle.load(fullpath_file)
>>   File "/usr/lib/python2.7/pickle.py", line 1378, in load
>>     return Unpickler(file).load()
>>   File "/usr/lib/python2.7/pickle.py", line 858, in load
>>     dispatch[key](self)
>>   File "/usr/lib/python2.7/pickle.py", line 1090, in load_global
>>     klass = self.find_class(module, name)
>>   File "/usr/lib/python2.7/pickle.py", line 1126, in find_class
>>     klass = getattr(mod, name)
>> AttributeError: 'module' object has no attribute 'lazyT_unpickle'
>>
>>
>> Thanks in advance for your help.
>>
>> Ian
>>
>>
>>

-- 
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 the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to