Changes between Initial Version and Version 1 of Ticket #319


Ignore:
Timestamp:
Feb 5, 2012, 10:04:12 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #319 – Description

    initial v1  
    22
    33i get the following error after i do the following steps as in to install gallery plugin:
    4 - download the plugin
    5 - create an egg using python setup.py bdist_egg
    6 - copy this egg to my repo environment
    7 - enable in trac.ini . gallery.*=enabled
    8 - run trac-admin to upgrade the database and the following is the error i recieve.
     4 - download the plugin
     5 - create an egg using python setup.py bdist_egg
     6 - copy this egg to my repo environment
     7 - enable in trac.ini . gallery.*=enabled
     8 - run trac-admin to upgrade the database and the following is the error i recieve.
     9{{{
    910[root@silinux1 conf]# trac-admin /media/repo/TRAC/UNIX_Solutions/ upgrade
    1011Failed to open environment. name 'IGallerySource' is not defined
     
    2223NameError: name 'IGallerySource' is not defined
    2324[root@silinux1 conf]#
     25}}}
    2426
    2527I have PIL already installed. what am i doing wrong. Is it RTFM?