-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Ubuntu 12.04 installation documentation #5
Comments
This is awesome! Thank you! I've added a first draft here: Ubuntu 12.04 installation documentation. I've added a few notes. Please feel free to cross them out if I'm wrong, modify them, or whatever. Also, feel free to add/remove/modify your name. Add a link to your homepage, etc. Thanks again! I'll leave this issue open for a little bit, in case any my notes are confusing (which would be my fault). |
I followed the manual and got this error: $ cd pytyle3 pytyle3 requires xpybutil but i just compiled and installed xpyb-ng like described above. $ sudo python setup.py install $Any help? |
I'm not sure what the problem is. The output you've pasted looks like a successful install of xpyb. |
I obtained the same error message because this tutorial does not mention the installation of xpybutil. |
As an addendum to this, make sure your versions of |
Thanks for this software. I use Openbox with Lubuntu on my PowerBook G4 laptop and was looking for an easy way to add tiling capabilities. I'm using pytyle now and look forward to learning how to take full advantage of it.
I ran in to a few issues installing it since there's no package and a number of decencies gave me problems. So I would like to share what I did to install pytyle3 on my system. Let me know if I can help add it to the wiki.
Installing PyTyle on Lubuntu 12.04 GNU/Linux PowerPC Python 2.7.3
Dependencies
sudo apt-get install python-dev python-xcbgen automake libtool pkg-config xsltproc xcb-proto libxau-dev libpthread-stubs0-dev
libxcb
git clone git://anongit.freedesktop.org/git/xcb/libxcb
cd libxcb/
./autogen.sh
sudo make install
xpyb-ng
git clone https://github.com/qtile/xpyb-ng.git
cd xpyb-ng
vi tools/py_client.py
sudo python setup.py install
pytyle
git clone https://github.com/BurntSushi/pytyle3.git
cd pytyle3
sudo python setup.py install
The text was updated successfully, but these errors were encountered: