you get $10 i solved this by moving the import into the render function
Noah Kantrowitz wrote: > On Dec 12, 2006, at 3:03 AM, Ittay Dror wrote: > >> Hi, >> >> I'm trying to write a singe file plugin. I have: >> from tractags.api import TagEngine > > $10 says this is a load-ordering issue. If your plugin gets loaded > before Tags (and I think all single-file plugins are loaded before > the eggs) then it isn't available for import. You will have to make a > "real" plugin and give install_requires=['TracTags']. > > --Noah > > > > -- =================================== Ittay Dror, Chief architect, openQRM group leader, R&D, Qlusters Inc. [EMAIL PROTECTED] +972-3-6081994 Fax: +972-3-6081841 www.openqrm.org - Data Center Provisioning --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
