FS#47331 - [python-google-api-python-client] PermissionError

Attached to Project: Community Packages
Opened by Fabian Franke (Schrödingers Zombie) - Friday, 11 December 2015, 08:48 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 11 December 2015, 15:56 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
This package seems to have permission problems. The Files in the directory /usr/lib/python3.5/site-packages/google_api_python_client-1.4.2-py3.5.egg-info/ are all only readable by the group root.
This causes problems e.g. if one uses tzlocal.


Steps to reproduce:
In the python console type 'import tzlocal'
Results in Errormessage:
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.5/site-packages/google_api_python_client-1.4.2-py3.5.egg-info/PKG-INFO'
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 11 December 2015, 15:56 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#47243 
Comment by Doug Newgard (Scimmia) - Friday, 11 December 2015, 15:21 GMT
What package version?
Comment by Fabian Franke (Schrödingers Zombie) - Friday, 11 December 2015, 15:45 GMT
I reinstalled the package and thought it must be the latest version but I forgot to update my package database :/
So it was Version 1.4.2-1...
1.4.2-2 works fine

Loading...