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
Compressor seems to break on line 67 of compressor.init.py
which is this:
url = os.path.realpath(url)
If I comment this line out, it works.
I am using python 2.6 with virtualenv + pip. I have some other projects that I am working on that aren't using virtualenv and I don't experience the above issue. Only with virtualenv.
The text was updated successfully, but these errors were encountered:
Compressor seems to break on line 67 of compressor.init.py
which is this:
url = os.path.realpath(url)
If I comment this line out, it works.
I am using python 2.6 with virtualenv + pip. I have some other projects that I am working on that aren't using virtualenv and I don't experience the above issue. Only with virtualenv.
The text was updated successfully, but these errors were encountered: