python packages cross references

Peter Maas peter.maas at mplusr.de
Tue Aug 17 03:05:44 EDT 2004


Roman Yakovenko schrieb:
> Hi. I need help( or solution :-) ). 
> Problem: my project has 3 packages
> prj
>  +------A
>  +------B
>  +------Utils
> 
> The question is: what is the right way to use functionality from
 > Utils in A and B packages ?

Look at Python Tutorial Packages (6.4). You can make a prj package
and use intra-package references (6.4.2) for A, B and Utils.

Mit freundlichen Gruessen,

Peter Maas

-- 
-------------------------------------------------------------------
Peter Maas,  M+R Infosysteme,  D-52070 Aachen,  Tel +49-241-93878-0
E-mail 'cGV0ZXIubWFhc0BtcGx1c3IuZGU=\n'.decode('base64')
-------------------------------------------------------------------



More information about the Python-list mailing list