Tagged Questions
0
votes
2answers
29 views
Recommended way of installing python packages on Arch
What's the recommended way of installing python packages on Arch? Searching for them on the AUR and installing them from there (or create a PKGBUILD file to make a package yourself) or using pip?
I ...
3
votes
1answer
207 views
Suddenly I have troubles plotting with python
I have a code that I used yesterday to generate plots. Today, when I tried to use it (with the same input as yesterday), I get an error:
QGtkStyle was unable to detect the current GTK+ theme.
...
1
vote
2answers
750 views
What does this python2 error mean, and what should I do about it?
Whenever I attempt to use an application relating to python2(gnome-tweak-tool, bzr, etc.) it fails to start and, when run from command-line, I get this error:
[username@host ~]$ gnome-tweak-tool
...
4
votes
2answers
2k views
Arch Linux: python and python2 are in conflict
I've recently installed Arch Linux onto my primary (Ubuntu) computer, and it is working really well for me. It's fast, configurable, basically a faster version of Ubuntu.
Since compiz-fusion isn't ...