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
I need this package for python3 so download it using: pip install git+https://github.com/mpetazzoni/ptftpd@master
While downloading the file using the get method here it throws following error: lib/python3.5/site-packages/ptftplib/proto.py", line 139, in createRRQ struct.error: argument for 's' must be a bytes object
Is this package is ready for python3 or not ?
The text was updated successfully, but these errors were encountered:
Python3 support is still under development. There has been some recent contributions to improve Python3 compatibility but it might not all be there yet. If you have time, I'd love to review PRs that continue on this path and make ptftpd work with Python3!
I need this package for python3 so download it using:
pip install git+https://github.com/mpetazzoni/ptftpd@master
While downloading the file using the get method here it throws following error:
lib/python3.5/site-packages/ptftplib/proto.py", line 139, in createRRQ
struct.error: argument for 's' must be a bytes object
Is this package is ready for python3 or not ?
The text was updated successfully, but these errors were encountered: