Hey, The `mail2trac` command would be installed by setuptools if you ran `python setup.py develop` or `python setup.py install` to install the plugin. I'm not sure if there's any way to get the command installed with `bdist_egg`.
Running `python /path/to/mail2trac/email2trac.py` should be equivalent to the (missing) `mail2trac` command -- looking at the source, the `mail2trac` command is defined as a setuptools entrypoint in [1] which points to [2]. Alternatively, it would be possible for you to install the plugin with `setup.py develop` or `setup.py install`, but I don't consider myself qualified enough to recommend it. :) Hope this helps, egj [1] http://trac-hacks.org/browser/mailtotracplugin/0.11/setup.py#L19 [2] http://trac-hacks.org/browser/mailtotracplugin/0.11/mail2trac/email2trac.py#L101 On Tue, Aug 18, 2009 at 12:06 AM, David Kirk<[email protected]> wrote: > > Hey again. I'm trying to install mail2trac plugin. I downloaded the > source zip file and ran "python setup.py bdist_egg" as per the > instructions at http://trac.edgewall.org/wiki/TracPlugins. > > I copied the egg file to /var/trac/plugins and I can see it in the > Admin/Plugins screen. > > The instructions at http://trac-hacks.org/wiki/MailToTracPlugin say to > set an e-mail alias and pipe it to mail2trac. I can't find mail2trac. > All I have is an egg file. > > Does anyone know what I'm missing here? I've installed another plugin > in the same way and it seems to be working. > > -- > Thanks > > David Kirk > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
