[Bf-python] AttributeError: 'module' object has no attribute 'boardWindow'

Theo de Ridder theo.de.ridder at planet.nl
Wed Jun 17 14:11:15 CEST 2009


Hi Florian,

Well, I just showed the main idea.
I use the main Blender module for sharing data between scripts
by just assigning my own atttributes to it.
My mainscript contains an object (boardWindow) representing its window  
state
and event handlers. But that's up to yourself how to do it.
The only important thing is knowing the window-id of the script
that has to receive the constructed timer event,
so you just have to do somewhere in your main script
something like: B.<attrname> = winid2
and retrieve it likewise in the scriptlink.

I assumed that was rather obvious,
Theo


On 17 jun 2009, at 13:51, Florian Lier wrote:

> Hey Theo,
>
> Hmm I got the following errMsg:
>
> AttributeError: 'module' object has no attribute 'boardWindow'
>
> I've looked this up in the API - seems that 2.49 doesn't support  
> this field anymore...
>
> Any ideas?
>
> Cheers, Florian
> ---
> MA
>
>
>
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://lists.blender.org/mailman/listinfo/bf-python




More information about the Bf-python mailing list