-
Notifications
You must be signed in to change notification settings - Fork 42
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
Get debian package for tauthon #71
Comments
Python 2 has been removed from Debian testing and sid now it seems. It'd be nice to have a Debian package ready for Tauthon. :) |
Any feel for how to handle all the add-on packages? python-tz, -urllib3, -pyparsing, and so forth? |
Pip and virtualenv/venv. |
So the plan is to not be a strict drop-in replacement for the now-departed Python2. I've been living with this reality anyway, but it will be a disconnect from the apt-based workflows of Debian users. |
The plan is to find the path of least resistance. |
I understand, and certainly tauthon as a Debian package would be excellent! |
Virtualenv and Pip are finally working: https://github.com/stefantalpalaru/virtualenv-tauthon Now we can think about offering binary packages. |
I tried to make a proper deb from source to build Pale Moon with it on testing and Sid, but PM can't find various modules. Do I have to set PYTHONPATH to something in PM's build environment? Besides pip and virtualenv being forbidden by Debian policy, they also aren't allowed on the openSUSE Build Server that I use for the builds. https://build.opensuse.org/package/show/home:stevenpusser:palemoon-GTK3/tauthon https://build.opensuse.org/package/show/home:stevenpusser:palemoon-GTK3/palemoon-tauthon |
Does it allow you to specify the Python binary? Pointing that to "tauthon" should be enough. |
I tried some suggestions a found for Pale Moon and Firefox in Pale Moon's mozconfig file, but when it tries /usr/bin/tauthon, it gets this
|
No description provided.
The text was updated successfully, but these errors were encountered: