On 2/10/2020 2:22 AM, Ryan Ollos wrote:
On Fri, Feb 7, 2020 at 2:57 PM Stefan Hett <ste...@egosoft.com <mailto:ste...@egosoft.com>> wrote:

    Yes, did that multiple times. And Trac itself seems to be running
    on 1.0.19 correctly (as it's also visible in the version number
    in the footer). Only the plugin "name"/"text" on the page does
    seem to state the old version number.


Probably the egg for 0.12.7 is still present on Python's search path. You may need to locate and delete it.

Are you using pip? You can try repeating "pip uninstall Trac" until it says not installed, then: pip install "trac==1.0.19".

Or, locate Python's site-packages dir and look for traces of the old egg.

- Ryan

Thanks Ryan, that was it I guess.

After manually removing the directory: "Lib/site-package/Trac-0.12.7-py2.7.egg-info" and restarting the webserver, the plugins page shows the proper version now.

Maybe it would be worth adding such a note to the Trac upgrade procedure, as for people not regularly working with egg-packages, it's not an obvious step.

--
Regards,
Stefan Hett, Developer/Administrator

EGOSOFT GmbH, Heidestraße 4, 52146 Würselen, Germany
Tel: +49 2405 4239970, http://www.egosoft.com
Geschäftsführer: Bernd Lehahn, Handelsregister Aachen HRB 13473

Datenschutzhinweis:
Ihre personenbezogenen Daten, die Sie uns im Rahmen einer
Kontaktaufnahme zur Verfügung stellen, werden bei uns vertraulich
und entsprechend unserer Datenschutzerklärung behandelt:
http://www.egosoft.com/privacy_de.php
Privacy:
Any personal information you provide when contacting us will
be kept confidential and processed according to our privacy
policy: http://www.egosoft.com/privacy_en.php

--
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 trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/10e4a944-d01c-8cd9-572e-fe11ba603f0c%40egosoft.com.

Reply via email to