You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pigar
Traceback (most recent call last):
File "/usr/local/bin/pigar", line 7, in
from pigar.main import main
File "/usr/local/lib/python2.7/dist-packages/pigar/main.py", line 17, in
_installed_pkgs = get_installed_pkgs_detail()
File "/usr/local/lib/python2.7/dist-packages/pigar/reqs.py", line 187, in get_installed_pkgs_detail
for file in os.listdir(search_path):
TypeError: coercing to Unicode: need string or buffer, NoneType found
My sys.path is the following:
['', '/usr/local/lib/python2.7/dist-packages/Internet_in_a_Box-0.5.10-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/repoze.lru-0.6-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/backports.lzma-0.0.3-py2.7-linux-x86_64.egg',
...,
'/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode']
"""
The text was updated successfully, but these errors were encountered:
$ pigar
Traceback (most recent call last):
File "/usr/local/bin/pigar", line 7, in
from pigar.main import main
File "/usr/local/lib/python2.7/dist-packages/pigar/main.py", line 17, in
_installed_pkgs = get_installed_pkgs_detail()
File "/usr/local/lib/python2.7/dist-packages/pigar/reqs.py", line 187, in get_installed_pkgs_detail
for file in os.listdir(search_path):
TypeError: coercing to Unicode: need string or buffer, NoneType found
My sys.path is the following:
['', '/usr/local/lib/python2.7/dist-packages/Internet_in_a_Box-0.5.10-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/repoze.lru-0.6-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/backports.lzma-0.0.3-py2.7-linux-x86_64.egg',
...,
'/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode']
"""
The text was updated successfully, but these errors were encountered: