[maemo-developers] [maemo-developers] Maemo Python Tutorial code areas broken
From: Laurent GUERBY laurent at guerby.netDate: Sun Dec 3 22:08:39 EET 2006
- Previous message: [maemo-developers] port an httpd and PHP
- Next message: [maemo-developers] Re: Re: Proper documentation (was Re: HildonProgram input to gtk_widget_show()?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, All the code areas of: http://maemo.org/platform/docs/pymaemo/python_maemo_howto.html Look broken (EOL/spacing wise), eg: << #!/usr/bin/env python2.4 import gtk if __name__ == "__main__": window = gtk.Window(gtk.WINDOW_TOPLEVEL) label = gtk.Label("Hello World!") window.add(label) label.show() window.show() gtk.main() >> Same thing in the PDF. Sincerely, Laurent
- Previous message: [maemo-developers] port an httpd and PHP
- Next message: [maemo-developers] Re: Re: Proper documentation (was Re: HildonProgram input to gtk_widget_show()?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]