Changes between Initial Version and Version 4 of Ticket #5199


Ignore:
Timestamp:
Jul 17, 2012, 9:04:00 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Egg is loading correctly:

2009-05-07 15:42:05,383 Trac[loader] DEBUG: Loading defaultcc.main from /trac/ElectronicsRefresh/plugins/Default_CC-0.1-py2.5.egg
2009-05-07 15:42:05,383 Trac[loader] DEBUG: Loading defaultcc.admin from /trac/ElectronicsRefresh/plugins/Default_CC-0.1-py2.5.egg
...
2009-05-07 15:43:35,820 Trac[loader] DEBUG: Adding plugin Default-CC 0.1 from /trac/ElectronicsRefresh/plugins/Default_CC-0.1-py2.5.egg
2009-05-07 15:43:35,820 Trac[loader] DEBUG: Adding plugin Default-CC 0.1 from /trac/ElectronicsRefresh/plugins/Default_CC-0.1-py2.5.egg

Upgrade is needed:

2009-05-07 15:42:05,388 Trac[env] WARNING: Component <defaultcc.admin.DefaultCCAdmin object at 0x7f8635db7190> requires environment upgrade

I think the trac failure the reporter is referring to is just a normal request for a plugin upgrade. Please reopen if you continue to have trouble.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5199

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #5199 – Description

    initial v4  
    11This is what I did to install the defaultccplugin:
     2{{{
    23$ unzip defaultccplugin-r5681.zip
    34$ cd defaultccplugin/trunk
    45$ sudo python setup.py bdist_egg
     6}}}
     7
    58This appeared to create an .egg file successfully in the "dist" sub-directory.
    69Next:
    7 1) I navigated to my trac site, logged on, went to ADMIN and clicked on "Plugins"
    8 2) browsed to Default_CC-0.1-py2.5.egg and selected it
    9 3) Clicked on "Install"
    10 4) Trac failed
    11 5) I fixed Trac by going to trac.ini and disabling the defaultccplugin components.
     10 1. I navigated to my trac site, logged on, went to ADMIN and clicked on "Plugins"
     11 1. browsed to Default_CC-0.1-py2.5.egg and selected it
     12 1. Clicked on "Install"
     13 1. Trac failed
     14 1. I fixed Trac by going to trac.ini and disabling the defaultccplugin components.
    1215
    1316Trac log file attached.