Support for non-Ubuntu distributions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
UberWriter (moved to github!) |
Confirmed
|
High
|
Unassigned |
Bug Description
UberWriter looks nice, but it seems to only support Ubuntu.
Please support other distributions.
I tried to get it to work on Fedora with:
1) bzr branch lp:uberwriter
2) python setup.py build
3) sudo python setup.py build
However, when running UberWriter, I get the following:
Traceback (most recent call last):
File "/usr/bin/
import uberwriter
File "/usr/lib/
from uberwriter import UberwriterWindow
File "/usr/lib/
import apt
ImportError: No module named apt
(Why would a text editor even *need* apt?)
Hi Garrett,
now that your saying it its obvious that its a problem for other distros. I used the module apt only to detect if someone already has some sort of texlive installed ... I should add try... except and if statements.
But there are still some more problems when one tries to install from setup.py which I will try to sort out (e.g. GLIB schemes are not getting compiled etc.) So I might need to make some sort of bash script.
If you can offer any help, please feel free to contribute!
Wolf