Hello,

I'm the maintainer for the dabo and daboide packages for the Gentoo 
distribution.  Dabo hasn't made into the Gentoo mainstream yet but it is now 
part of the gentoo-sunrise overlay so we're getting there!

I have a problem with daboide and with the AppWizard in particular.  Portage, 
the Gentoo package management system contains many useful utilities of which 
one is that it will automatically compile optimized python bytecode (using 
compileall.py) for all .py files on installation.

Within daboide/wizards/AppWizard there are a number of files which are 
processed by the wizard to create proper python files.  Unfortunately these 
files are not true python, rather they are templates that are turned into 
python files.  This causes the optimization step to fail.

At present I have turned the optimizer off but would like to turn it on again.  
Would it be possible to give these files another extension?  As they are 
python templates perhaps .pylate :-) or maybe just .template?

A quick scan of the directory gives the following as candidate files:
spec-Biz.py
spec-Frm.py
spec-Grd.py
spec-MenFileOpen.py
spec-MenReports.py
spec-PagEdit.py
spec-PagSelect.py
spec-biz__init__.py
spec-main.py
spec-setup.py
spec-ui__init__.py

-- 
Geoff                                           Registered Linux user 196308

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to