Ok, doing some digging I see that certain packages are listed in setup.py:

      packages         = ['tinyerp-client', 'tinyerp-client.common',
                          'tinyerp-client.modules', 
'tinyerp-client.modules.action',
                          'tinyerp-client.modules.gui',
                          'tinyerp-client.modules.gui.window',
                          'tinyerp-client.modules.gui.window.view_sel',
                          'tinyerp-client.modules.gui.window.view_tree',
                          'tinyerp-client.modules.spool',
                          'tinyerp-client.printer', 'tinyerp-client.tools',
                          'tinyerp-client.widget',
                          'tinyerp-client.widget.model',
                          'tinyerp-client.widget.screen',
                          'tinyerp-client.widget.view',
                          'tinyerp-client.widget.view.form_gtk',
                          'tinyerp-client.widget.view.tree_gtk',
                          'tinyerp-client.widget_search',
                          'tinyerp-client.plugins'] + list(find_plugins()),

What I notice here is that I think some packages are missing which during 
rpmbuild will cause them not to be compiled and included in the final RPM.  
Specifically:

                          'tinyerp-client.widget.view.graph_gtk',
                          'tinyerp-client.widget.view.calendar_gtk',

and perhaps others.  I am not a python developer so someone who knows about 
these things would have to comment.  Do we think this may be the source of the 
problem?


Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to