On Thu, May 25, 2023 at 4:11 PM Frank R. <[email protected]> wrote:
>> How did you installed
>> the plugin?
>
>
> Downloading the zip, running setup.py and mv the egg to
>
>>
>> Check /usr/local/lib/python2.7/dist-packages

The copying egg file to directory is incorrect to install.
Use one of the following:

* pip install <archive.zip>
* easy_install <archive.zip>
* python setup.py install
* python setup.py bdist_egg && pip install dist/*.egg
* python setup.py bdist_egg && easy_install dist/*.egg

-- 
Jun Omae <[email protected]> (大前 潤)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/CAEVLMagiYbFWfEBk_YLito-MaPrxXYSjN0YmDirHmPFksF%2BM0g%40mail.gmail.com.

Reply via email to