How to make a simple cross-platform webbrowser with Python?
        Posted  
        
            by luc
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by luc
        
        
        
        Published on 2010-04-02T12:54:48Z
        Indexed on 
            2010/04/02
            16:23 UTC
        
        
        Read the original article
        Hit count: 231
        
The http://code.google.com/p/pywebkitgtk/ looks great but it seems to be running on linux only.
Does anybody know if there is something similar but cross-platform?
If not what can be the alternatives to make with Python a simple web-browser that can run on Windows, MAC os and linux?
Thanks in advance
© Stack Overflow or respective owner