Update:  I was able to make this go away by adding the line

WSGIApplicationGroup %{GLOBAL}

to my apache config

On Friday, January 24, 2020 at 10:55:09 AM UTC-5, karlk wrote:
>
> I am getting a TypeError from protobuf, specifically from line 69 of 
> google/protobuf/duration_pb2.py with the error message "A Message class can 
> only inherit from Message". And the code actually getting run does not use 
> protobuf at all (as far as I can tell python is merely attempting to load 
> the module). Has anyone else seen this?
>
>
> This is protobuf 3.11.2, python v 3.7.4, django 2.2.9 and apache 2.4 
>
>
> I am unable to recreate it except on a machine running wsgi (doesn't 
> happen in unittests or in django running the local dev server [i.e., 
> 'python manage.py runserver']).
>
>
> I have tried uninstalling / re-installing it without any luck. Does anyone 
> have any ideas?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/acffea7f-8043-49bb-8861-ad1b496a86d8%40googlegroups.com.

Reply via email to