Changes between Version 49 and Version 50 of TicketImportPlugin


Ignore:
Timestamp:
Mar 5, 2015, 6:31:49 AM (9 years ago)
Author:
figaro
Comment:

Corrected formatting

Legend:

Unmodified
Added
Removed
Modified
  • TicketImportPlugin

    v49 v50  
    5555=== xlrd installation (optional)
    5656
    57 To be able to import Excel files, xlrd must be installed. xlrd is a Python library, not a Trac plugin. Take the latest binary from http://pypi.python.org/pypi/xlrd. On windows, run the installer; on other platforms, just unzip the .zip file, and copy the "xlrd" folder that it contains into the "site-packages" folder of the Python lib. Example:
     57To be able to import Excel files, the Python library [https://pypi.python.org/pypi/xlrd xlrd] must be installed. On Windows, run the installer; on other platforms, just unzip the .zip file, and copy the "xlrd" folder that it contains into the "site-packages" folder of the Python lib. Example:
    5858
    5959{{{#!sh
    60 $ easy_install xlrd
     60easy_install xlrd
    6161}}}
    6262
     
    7676Then, you need to give some user(s) the right to use the Import module. To do that, you must give them '''IMPORT_EXECUTE''' permission, either in the Admin UI (on 0.11) or with the admin command-line tool, like this:
    7777{{{#!sh
    78 $ trac-admin /your/trac/installation/folder permission add your_user IMPORT_EXECUTE
     78trac-admin /your/trac/installation/folder permission add your_user IMPORT_EXECUTE
    7979}}}
    8080