and inode). So
this experience was a bit confusing.
I need to learn more about how to set the search path (sys.path) right.
More Python!
Thanks
Osmo Antero
Grønland, Oslo
On 08/29/2010 01:06 PM, Peter Otten wrote:
> Osmo Maatta wrote:
>
>> Hello,
>>
>&
Hello,
Sub class test fails.
==
I have a program that needs to load plugin-classes during runtime.
The program has these subdirectories (modules).
$ tree
.
`-- test.py
|
|-- plugins
| |-- base_plugin.py
| |-- base_plugin.pyc
| |-- __init__.py
| `-- oca
|