> It looks like you must somehow be getting '/home/toto/qp_sites' > instead of '/home/toto/qp_sites/extreme' . from a call to Site('extreme').get_package_directory() >Is that correct? What do you get from the following? import qp.sites.extreme print qp.sites.extreme.__path__
I get both. >>> import qp.sites.extreme
print qp.sites.extreme.__path__
['/home/toto/qp_sites', '/home/toto/qp_sites/extreme']
Thanks again for the quick responses. Ernie
_______________________________________________ QP mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/qp
