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
The problem is that FreeBSD Python does not support the code containing import distutils; to access distutils.sysconfig for the Python library path. I see that this code has been changed by cf6c220
Manually applying the patch allows pew to function.
Since FreeBSD Python ports all use PyPi for source downloads, it would need a new tag and new upload to PyPi to be able to fix this properly. Thanks.
The text was updated successfully, but these errors were encountered:
I think @berdario is the only person who can do a new release, and he's not been very active here in quite a while. So I don't know if a new release is likely any time soon.
The problem is that FreeBSD Python does not support the code containing
import distutils;
to access distutils.sysconfig for the Python library path. I see that this code has been changed by cf6c220Manually applying the patch allows pew to function.
Since FreeBSD Python ports all use PyPi for source downloads, it would need a new tag and new upload to PyPi to be able to fix this properly. Thanks.
The text was updated successfully, but these errors were encountered: