-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Setting up Python bindings issues deprecation warnings #1645
Comments
Hey Rob, Thanks! Edit: I found a workaround. After encountering this error, I ran "pip install louis", and it seemed to have installed it! Source for the workaround: #1114 (comment) |
Somebody should sit down and create a proper Python package for liblouis. I thought @BueVest was working on one. Looking at the Python Packaging User Guide it really doesn't seem that hard. What makes it a bit tricky is that you have to make sure the liblouis library is installed. There is a chapter in the guide about Packaging binary extensions which deals with that subject. I do not have time to work on this but I could help someone to get this done. |
Yes, I was. However, then I couldn’t compile Liblouis after upgrading my swl as part of the project. Am I right in assuming that gnulib has been updated? Then I will try again. As you say, it shouldn’t be that difficult.
|
Yes, gnulib has been updated |
Just a note to say that this will greatly simplify matters for PreTeXt authors wishing to produce braille, and for the creation of tactile diagrams with PreFigure, which is integrated into PreTeXt. So thanks very much for the work in this direction. I have no direct experience with Python packaging, but could troll our PreTeXt dev group to see if anybody would be interested in helping. Let me know if that would be desirable. |
Can't see that this has been reported here. Apologies if it is a duplicate or known. Setting up Python bindings issues a few deprecation warnings. My install just now (into a fresh version of Python) seems to be working fine. Python 3.12, Ubuntu 24.04.
Rob
The text was updated successfully, but these errors were encountered: