Changes between Initial Version and Version 1 of Ticket #10308


Ignore:
Timestamp:
Sep 12, 2012, 5:43:03 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10308

    • Property Status changed from new to assigned
  • Ticket #10308 – Description

    initial v1  
    11My environment is windows+apache+trac 0.11+mySql.
    22
    3 I was trying to install trachoursplugin and I think I followed the instructions on enabling the plugin. I made sure that I installed and enabled in the trac.ini -
     3I was trying to install trachoursplugin and I think I followed the instructions on enabling the plugin. I made sure that I installed and enabled in the `trac.ini`:
     4{{{
     5#!ini
    46componentdependencies.* = enabled
    57ticketsidebarprovider.* = enabled
    68tracsqlhelper.* = enabled
     9}}}
    710
    811After that I tried to install the trachoursplugin, I following error - This is towards the end of the install process.
     12{{{
     13#!sh
    914Installed c:\python25\lib\site-packages\trachoursplugin-0.5.2-py2.5.egg
    1015Processing dependencies for TracHoursPlugin==0.5.2
     
    2530error: c:\docume~1\c00vxw\locals~1\temp\easy_install-gp-z-f\Python-3.2.3\setup.p
    2631y: The process cannot access the file because it is being used by another process
     32}}}
    2733
    2834I am not sure why the install is looking for python 2.5 when 2.5 is already installed on the machine. Also why does it finally land on 3.2.3?