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

_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to