-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 experimental #11
Comments
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! |
The just-released version 1.3 (on PyPI), or |
It seems that python3 is still not supported. There's various errors in dhcp:
|
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: