On Tue, Sep 28, 2010 at 5:13 PM, Ales <[email protected]> wrote: > Thanx guys, > > you are really helpful. I have had a misspelling in log_type. > > Plugin is loading > > “2010-09-28 16:23:29,516 Trac[loader] DEBUG: Adding plugin > BlackMagicTicketTweaks 0.11r1 from c:\users\meki\bitnami trac stack > projects\pmone\plugins\blackmagictickettweaks-0.11r1-py2.5.egg” > “2010-09-28 16:23:30,348 Trac[loader] DEBUG: Loading blackmagic from c: > \users\meki\bitnami trac stack projects\pmone\plugins > \blackmagictickettweaks-0.11r1-py2.5.egg” > > But there is an error with a module > > “2010-09-28 16:23:30,352 Trac[loader] ERROR: Skipping "blackmagic = > blackmagic": (can't import "ImportError: No module named blackmagic")” > > It seems like that I have to change something in _ini_file? > > Cheers > Ales > > I am not familiar with the Bitnami packages, so it might be related somehow to this... For instance, does this package comes with its own Python interpreter? If so, maybe you installed the plugin using system-python, which is not compatible with the Bitnami one.
I'd try to launch an interactive Python session using the same interpreter used to serve Trac and see if I can "import blackmagic". -- 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.
