Andy Leszczynski wrote:
> I have a program which is going to dynamicly load components from some
> arbitrary defined paths. How to do that?
>
> A.
import sys
sys.path.append('/yourpath/libs')
--
Best regards,
Maksim Kasimov
mailto: [EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/
Simon Brunning wrote:
> On 5/26/05, Andy Leszczynski
> <[EMAIL PROTECTED]> wrote:
>
>>I have a program which is going to dynamicly load components from some
>>arbitrary defined paths. How to do that?
>
>
> You can locate them with os.walk and fnmatch. Then you can temporarily
> add the directory
On 5/26/05, Andy Leszczynski
<[EMAIL PROTECTED]> wrote:
> I have a program which is going to dynamicly load components from some
> arbitrary defined paths. How to do that?
You can locate them with os.walk and fnmatch. Then you can temporarily
add the directory to sys,path, and import using __impor
I have a program which is going to dynamicly load components from some
arbitrary defined paths. How to do that?
A.
--
http://mail.python.org/mailman/listinfo/python-list