Examples and Test Programs

in PyKDE/examples:

pykless.py - a simple file viewer example

pyParts.py - a simple KParts example (you should run this
             with examples/ as the current directory or
             else modify the self.path variable to point
             to the examples/ directory)
             NOTE*** It appears that the KView part in
             KDE >= 3.0.0 is defective and may cause
             this example program to fail or behave
             incorrectly.

pyKHTMLParts.py - a KHTMLPart example (as written, it
             requires a path to the internet, but you
             can change the URL in the openURL call
             to point to a local file instead)

in PyKDE/test

testPyKDE.py - tests some methods - may need updating
             the other modules in this subdirectory are
             called by testPyKDE.py


Contributions of examples, test programs or application
templates are welcome!