I have BitNami Trac Stack installed, which has python 2.5. I also have Python 2.6 installed in my C:\Python26 and set it in system path or Environment variable. I would like to create trac plugin egg file for xmlRPC plugin, SpamFilter, HttpAuth so I can insatll them. I donwloaded all these plugins to a plugin folder I create C:\Program Files\BitNamiTrac\plugins\HttpAuth C:\Program Files\BitNamiTrac\plugins\XMLRPC
then I go to each plugin folder, use command : python setup.py bdist_egg I got all py2.6 eggs instead of py2.5. I need to have py2.5 eggs for BitNami. How do I do it? Another newbie question, setup.py created TracHttpAuth.egg-info, directories build and bdist. Is only the dbist/TracHTTPAuth-1.1- py2.6.egg I needed? I just put this egg file trac project plugin folder, then enable it in trac.ini. I have been reading http://trac.edgewall.org/wiki/TracPlugins on trac plugin installation, it is clear to me that I can go to the my downloaded plugin source folder to use command python setup.py bdist_egg to get egg file. However, for all projects: which directory that I should to go to use command like easy_install TracSpamFilter ? In my case, is it C: \Program Files\BitNamiTrac\trac\Script or C:\Program Files\BitNamiTrac \python\Script? When I use the easy_install command, where is the plugin file installed? Thank you for your kind help! Best Regards Lynda
-- 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.
