Active Topics

 


Reply
Thread Tools
Posts: 43 | Thanked: 10 times | Joined on May 2008
#1
Does any one know of a fake python hildon module that can be used on other pygtk platforms? Or is there a better way of doing crossplatfom development?

If there isn't I'm thinking it might also work if I created my own wrapper.
 
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#2
I've been using the following

Code:
try:
    import hildon
except ImportError:
    hildon = None

...

if hildon:
   Something hildon related
else:
   Something desktop related
Seems to work well enough. Check the Grandcentral dialer svn to see it in action.
 

The Following 2 Users Say Thank You to brontide For This Useful Post:
yerga's Avatar
Posts: 696 | Thanked: 1,012 times | Joined on Mar 2006 @ Asturies, Spain
#3
Originally Posted by Lee View Post
Does any one know of a fake python hildon module that can be used on other pygtk platforms? Or is there a better way of doing crossplatfom development?

If there isn't I'm thinking it might also work if I created my own wrapper.
mmm, brontide replied you very well.

Note that the hildon library is available in debian/ubuntu. You only need compile the hildon python module against it. So sometimes you don't need change the hildon library, and you can use the hildon module in python.
__________________
Daniel Martín Yerga
maemo.org profile
Twitter
 

The Following User Says Thank You to yerga For This Useful Post:
yerga's Avatar
Posts: 696 | Thanked: 1,012 times | Joined on Mar 2006 @ Asturies, Spain
#4
I have compiled the hildon module in debian (but it could work in other platforms).

It mainly work, having installed some of the hildon libraries in the system, except the hildon.filechooser dialogs.
Attached Files
File Type: deb python2.5-osso_0.3-1osso4_i386.deb (38.5 KB, 124 views)
File Type: deb python2.5-hildon_0.8.9-1osso2_i386.deb (45.5 KB, 168 views)
__________________
Daniel Martín Yerga
maemo.org profile
Twitter
 

The Following User Says Thank You to yerga For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 04:44.