With reference to SimpleCV <http://simplecv.org>. Although it is a PY (I can drop into the modules folder and just import), it has a number of dependencies:
pygame>=1.9.1 PIL==1.1.7 nose>=1.0.0 ipython>=0.12 numpy>=numpy-2.0.0 Please correct me if I am wrong: 1. Only pure python modules can be used from the *modules* folder? 2. If they contain C,C++ files they cannot be used from the *modules* folder? (or rather, how can I use them by dropping them into the modules folder? I prefer this method since it is more portable) Thank you! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

