On Wednesday, February 25, 2015 at 10:25:26 PM UTC+1, Dave S wrote: > > > > On Wednesday, February 25, 2015 at 7:45:03 AM UTC-8, Niphlod wrote: >> >> if a module is required, it is imported. >> > > What names can be be imported? Must a 3rd-party module be renamed to fit > the plug-in scheme? My understanding is "no". > > >> if it's in two places, the same thing applies. why should it be an issue ? >> > > Updating all copies, but the OP seems to be on linux, so using links can > help with that. > > /dps >
frankly, not. if a plugin is carrying a module to import, it's because it's tested (and fixed) on that module version. Having them fetch all from a central repo would resort in having django-like environments where a plugin requires version x.y.z and another x.y.z-1 , that gives pretty serious headaches. The naming on plugins for web2py is just a standard convention (i.e. creating controllers that starts with plugin_*), to avoid interference between each others and the app they're installed into. -- 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.

