Googling that error message, it looks like it could have something to do 
with concurrency and the .pyc file for the module. Maybe confirm the module 
isn't corrupted, and remove its .pyc file.

Anthony

On Thursday, July 19, 2018 at 2:04:00 AM UTC-4, Dave S wrote:
>
>
>
> On Monday, July 16, 2018 at 3:18:34 PM UTC-7, Anthony wrote:
>>
>> On Monday, July 16, 2018 at 3:18:44 PM UTC-4, Peter Hendriks wrote:
>>>
>>> Ticket issued: 
>>> malta_advies/141.8.9.39.2018-07-16.13-01-34.2270ef94-db9a-47a5-8866-f081bdf9715f
>>>  
>>> <https://www.malta-advies.nl/admin/default/ticket/malta_advies/141.8.9.39.2018-07-16.13-01-34.2270ef94-db9a-47a5-8866-f081bdf9715f>
>>>
>>> Since this morning the above I see when I type my website.
>>>
>>> for info : my website is https://www.malta-advies.nl
>>>
>>> With admin I can go into the admin, but not further then that. After 
>>> that clicking any link again the same ticket ............... .
>>>
>>> Anyone experience with this one?
>>>
>>
>> When you click on the ticket link and then log into the admin app, what 
>> happens next? You can copy on of the error ticket files from your server 
>> (in the /errors folder) to a development machine and view it in admin on 
>> the development machine.
>>
>> Anthony 
>>
>
>
> Anthony --
>
> from a copy of the ticket that Peter forwarded to me, custom_importer is 
> barfing on the line in the model that says
>
> from gluon.contrib.login_methods.rpx_account import use_janrain
>
>
> (model file is 1_db.py, and appears to be pretty much like example db.py 
> files)
>
> Traceback (most recent call last): File 
> "/home/maltaadviesarrigo/web2py/gluon/restricted.py", line 227, in restricted
>  exec ccode in environment
>  File 
> "/home/maltaadviesarrigo/web2py/applications/malta_advies/models/1_db.py", 
> line 62, in <module>
>  from gluon.contrib.login_methods.rpx_account import use_janrain
>  File "/home/maltaadviesarrigo/web2py/gluon/custom_import.py", line 108, in 
> custom_importer
>  return NATIVE_IMPORTER(name, globals, locals, fromlist, level)
> EOFError: EOF read where object expected
> Error snapshot 
> <type 'exceptions.EOFError'>(EOF read where object expected)
>
>
>
>
> /dps
>
>

-- 
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/d/optout.

Reply via email to