Okay I don't know what the heck you did, but this program has messed with my system Python install. What the heck does this program do?
I'm trying to run the program livestreamer yet its failing because it's trying to run something inside lazy newb pack. Does your program mess with the system paths somewhere?? ??
livestreamer my-web-url-deleted
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/requests/packages/__init__.py", line 27, in <module>
from . import urllib3
File "/usr/local/lib/python3.5/site-packages/requests/packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
File "/usr/local/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", line 3, in <module>
import logging
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/logging/__init__.py", line 26, in <module>
import sys, os, time, io, traceback, warnings, weakref, collections
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/traceback.py", line 3, in <module>
import collections
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/collections/__init__.py", line 10, in <module>
from operator import itemgetter as _itemgetter, eq as _eq
ImportError: dlopen(/Applications/Lazy Mac Pack v0.43.03-a-dfhack/Lazy Mac Pack.app/Contents/MacOS/operator.so, 2): Symbol not found: _Py_Py3kWarningFlag
Referenced from: /Applications/Lazy Mac Pack v0.43.03-a-dfhack/Lazy Mac Pack.app/Contents/MacOS/operator.so
Expected in: flat namespace
in /Applications/Lazy Mac Pack v0.43.03-a-dfhack/Lazy Mac Pack.app/Contents/MacOS/operator.so
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/livestreamer", line 7, in <module>
from livestreamer_cli.main import main
File "/usr/local/lib/python3.5/site-packages/livestreamer_cli/main.py", line 3, in <module>
import requests
File "/usr/local/lib/python3.5/site-packages/requests/__init__.py", line 61, in <module>
from .packages.urllib3.exceptions import DependencyWarning
File "/usr/local/lib/python3.5/site-packages/requests/packages/__init__.py", line 29, in <module>
import urllib3
ImportError: No module named 'urllib3'
Edit: This damn software has modified my python system path. If I print sys.path I have '/Applications/Lazy Mac Pack v0.43.03-a-dfhack/Lazy Mac Pack.app/Contents/MacOS' as one of the path items. You can't do this shit.
Edit2: The program has somehow permanently modified my $PYTHONPATH shell variable to "/Applications/Lazy Mac Pack v0.43.03-a-dfhack/Lazy Mac Pack.app/Contents/MacOS"
Edit3: Restarting the system seems to have fixed things. You should fix this problem.