Hi, I have the PKGBUILDs for both p-git and pypump-git. One of the dependancies is something called click. I found python2-click and figured this would be what is needed. However, when the package is installed, the name changes to just python-click. Ichanged the PKGBUILD to depend on python-click which works for the building process, but then, when everything is installed: p Traceback (most recent call last): File "/usr/bin/p", line 27, in <module> import click ImportError: No module named click So, do I have the wrong library, or is something wrong with the python2-click PKGBUILD? thanks Storm