On Aug 9, 1:11 am, stef mientki <[EMAIL PROTECTED]> wrote:
> hello,
>
> I'm working on a rather strange program,
> that is partially build dynamically,
> and where users can create plugins,
> without knowing any of the details of the core program.
>
> Of course this leads to some weird bugs,
> so o
stef mientki wrote:
> Marc 'BlackJack' Rintsch wrote:
>> On Wed, 08 Aug 2007 17:11:19 +0200, stef mientki wrote:
>>
>>
>>> Now it's not possible to import in the existing modules the main plugin,
>>> like
>>>from Main_User import *
>>> because this will start the infinite loop.
>>>
>>
Marc 'BlackJack' Rintsch wrote:
> On Wed, 08 Aug 2007 17:11:19 +0200, stef mientki wrote:
>
>
>> Now it's not possible to import in the existing modules the main plugin,
>> like
>>from Main_User import *
>> because this will start the infinite loop.
>>
>
> Which means there's code at t
On Wed, 08 Aug 2007 17:11:19 +0200, stef mientki wrote:
> Now it's not possible to import in the existing modules the main plugin,
> like
>from Main_User import *
> because this will start the infinite loop.
Which means there's code at the module level. Tell the users to put that
into a fun
hello,
I'm working on a rather strange program,
that is partially build dynamically,
and where users can create plugins,
without knowing any of the details of the core program.
Of course this leads to some weird bugs,
so one of the things I want to view/log is the order (and even better
the way)