-
Notifications
You must be signed in to change notification settings - Fork 72
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.13: ModuleNotFoundError: No module named 'xdrlib' #49
Comments
Importing the vxi11 now indeed fails with |
The easiest solution might be to use https://github.com/youknowone/python-deadlib. After >>> import xdrlib
<python-input-0>:1: DeprecationWarning: xdrlib was removed in Python 3.13. Please be aware that you are currently NOT using standard 'xdrlib', but instead a separately installed 'standard-xdrlib'.
import xdrlib And the version is currently 3.13.0, so version requirement should even be fine as is. |
python-vxi11 uses xdrlib:
python-vxi11/vxi11/rpc.py
Line 22 in cc4671d
python-vxi11/vxi11/rpc.py
Line 65 in cc4671d
python-vxi11/vxi11/rpc.py
Line 100 in cc4671d
The xdrlib module documentation in the Python standard library reads:
Python 3.13 is expected on 2024-10-07.
The text was updated successfully, but these errors were encountered: