X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=22d7debcaa3181a82357a545dfd6e8f94bf26a5d;hb=bd4fa19af8bff7efb997afc2617e3d26b1b0eb63;hp=3c243314719989b3da1a861ad41b5f00226fd695;hpb=4b738b87b2e3791877e9e0d6ba66f48282f174f7;p=free-sw%2Fxcb%2Fproto diff --git a/README b/README index 3c24331..22d7deb 100644 --- a/README +++ b/README @@ -14,6 +14,19 @@ the XML-XCB protocol descriptions, client-side support for a new extension requires only an XML description of the extension, and not a single line of code. +Python libraries: xcb-proto also contains language-independent Python +libraries that are used to parse an XML description and create objects +used by Python code generators in individual language bindings. These +libraries are installed into $(prefix)/lib/pythonX.X/site-packages. If +this location is not on your system's Python path, scripts that import +them will fail with import errors. In this case you must add the +install location to your Python path by creating a file with a `.pth' +extension in a directory that _is_ on the Python path, and put the +path to the install location in that file. For example, on my system +there is a file named 'local.pth' in /usr/lib/python2.5/site-packages, +which contains '/usr/local/lib/python2.5/site-packages'. Note that +this is only necessary on machines where XCB is being built. + Please report any issues you find to the freedesktop.org bug tracker, at: