Hi Tony,
Tony Rick wrote:
>
> I'm just learning Boa. The PyApp template has a declaration
>
> modules = {}
>
>
> I have seen an example of its use
>
> modules = {'gettextTest': [0, '', ' gettextTest.py']}
>
>
> but have not found an explanation anywhere. What does it mean? What
> does it do? Why is it there? Is it
> Boa specific? wxPython specific? generic Python module management
> convention?
It is Boa specific, it allows Boa to track all the files belonging to
that project.
Which then allows it to generate i.e.:
-Todo list of all the Todo's in all the modules belonging to the project
-Application tab when you look at the module containing
"#Boa:App:BoaApp" at the beginning
-when that file is open in Boa and you modify any of the modules
belonging to it and then click on the run button the application is run
(and not the module you have in the active view)
-probably some other things.
Hope you have fun with Boa!
Werner
|