Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 503770

Summary: net-im/gajim-0.16_beta2 with dev-python/pyopenssl-0.14 - gajim.py: OpenSSL.rand.load_file(RNG_SEED) -/ /- File "/usr/lib64/python2.7/site-packages/OpenSSL/rand.py", line 140, in load_file raise TypeError("filename must be a string")
Product: Gentoo Linux Reporter: Vladimir <v_2e>
Component: Current packagesAssignee: Justin Lecher (RETIRED) <jlec>
Status: RESOLVED DUPLICATE    
Severity: normal CC: net-im
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vladimir 2014-03-07 19:20:32 UTC
After a recent upgrade of the dev-python/pyopenssl to the version 0.14,  
net-im/gajim-0.16_beta2 does not start, and gives the following error message in the console:

Traceback (most recent call last):
  File "gajim.py", line 304, in <module>
    OpenSSL.rand.load_file(RNG_SEED)
  File "/usr/lib64/python2.7/site-packages/OpenSSL/rand.py", line 140, in load_file
    raise TypeError("filename must be a string")
TypeError: filename must be a string
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2014-03-08 08:14:08 UTC

*** This bug has been marked as a duplicate of bug 503190 ***