If you just put them in a place searched by the Python path they can be imported by your apps and there no need to change import_all.py
import_all.py is there as a trick to 1) make sure I build the windows and mac binary properly and 2) make sure all stardard modules are imported at startup and not later. Massimo On Apr 20, 5:37 pm, Álvaro Justen [Turicas] <[email protected]> wrote: > On Mon, Apr 20, 2009 at 7:25 PM, Tim Michelsen > > <[email protected]> wrote: > > Hello, > > some questions and observations: > > > * is there a common plugin-system to add site-wide plugins tothe core ? > > * I would like to add my own > > * validators > > * tools like the geocode > > => these should be available to all my /applications > > > * I doubt that gluon.tools.geocode will work if I am using web2py > > locally behind a proxy... > > You can change gluon/import_all.py > > -- > Álvaro Justen > Peta5 - Telecomunicações e Software Livre > 21 3021-6001 / 9898-0141 > http://www.peta5.com.br/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

