I am trying to understand how to write (and maybe initially use) external plugins but the documentation does not make too much sense to me. Particularly, how do I use a plugin? E.g. there is an example io_dicom.py which defines load_dicom. How can this be used?
I sort of understand the GUI plugins such as onlinehelp.py from reading the source code but for instance how is the simpler io_dicom.py integrated into spyder? I can make it work by running it from the console and then using load_dicom on some file I choose (again from the commandline). What am I missing with respect to integrating load_dicom without the explicit execution of io_dicom.py on the console? On a related but much removed issue: I would like to have a plugin load images (e.g. DICOM or other medical image formats) directly from the File Explorer into a user defined namespace, Could someone point me into the right direction for getting started? I.e. are there plugins that respond to user selected files in the file explorer similar to the editor? Maybe something like a drag and drop target for my medical images? Thanks, S -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
