> I've converted one wiki (from 1.3.5) to use 1.6.0. Pages are being > displayed OK apart from those accessing the plugin directory. Every > access of a page containing a 3rd-party macro results in an error of the > form: > > No module named plugin.macro.XYZ
Make sure there are all __init__.py like you see in wiki/data/plugin of the MoinMoin distribution archive. You can just copy them over to your data/plugin directory. Also make sure you have all of the plugin/ subdirectories that are in the dist archive. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
