durusmail: qp: Re: QP Digest, Vol 21, Issue 2
Re: QP Digest, Vol 21, Issue 2
2007-07-19
2007-07-19
Re: QP Digest, Vol 21, Issue 2
Ernesto Adorio
2007-07-19
>
>
> > 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
reply