dave selby wrote: > Can anyone tell me where the documentation for pythons xf86misc module > is, ie what methods are avalible ?
I've not used this module you mention myself but if it's got docstrings and inline documentation, you can get help by importing the module and then doing a help(xf86misc) at the python interpreter prompt. You can also run a local pydoc server if you prefer clickable HTML documentation. Peace. -- ~noufal _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor