jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Can't import libraries with optional dependencies #86

Closed kazimuth closed 10 years ago

kazimuth commented 10 years ago

For example, UnfoldingMaps contains one class with a dependency on TUIO, so it can't be imported at all if TUIO isn't installed.

jdf commented 10 years ago

This doesn't strike me as a bug; please reopen with a detailed explanation if I'm obtuse about it.