Hi, I'm trying to get some plugin development going. I followed all directions found at [1] to install my plugin in development mode using an .egg-link file in <pythonhome>\Lib\site-packages, but trac won't pick it up. Installing it as a "normal" egg file works, all dependencies are fulfilled. (I'm trying to work on some plugin that I've checked out from trac-hacks.org) trac itself is working, too. Can anybody shed some light on this?
My setup is * trac 0.10 svn r4134 * trac webadmin svn r3772 * Windows XP SP2 * ActiveState Python 2.3 Unfortunately, there's no log message whatsoever regarding the cause of the plugin no loading, the error is visible only when I try to access some plugin functionality. (It's simply not there) Has anyone successfully worked with egg-link scenarios on Windows/Python23? Will this deployment method correctly handle backslashes as well as paths containing spaces? BTW: Giving the --install-dir argument to the easy-install command doesn't work for me. The error message reads: "You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from. The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was [...]" If I can do anything to provide more log information, please advise me how I should do that. Regards, - Christian [1] http://trac.edgewall.org/wiki/TracDev/ PluginDevelopment#Plugindeployment --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
