Opened 12 years ago

Last modified 12 years ago

#10308 closed defect

Issue with installing trachoursplugin — at Version 1

Reported by: binoy.edathiparambil@… Owned by: Ryan J Ollos
Priority: normal Component: TracHoursPlugin
Severity: normal Keywords: installation setup.py
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

My environment is windows+apache+trac 0.11+mySql.

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:

componentdependencies.* = enabled
ticketsidebarprovider.* = enabled
tracsqlhelper.* = enabled

After that I tried to install the trachoursplugin, I following error - This is towards the end of the install process.

Installed c:\python25\lib\site-packages\trachoursplugin-0.5.2-py2.5.egg
Processing dependencies for TracHoursPlugin==0.5.2
Searching for Python>=2.5
Reading http://pypi.python.org/simple/Python/
Reading http..../2.5
Reading http:.../2.4
Reading http.../2.3
Reading http.../2.4.1
Reading http...thon.org
Reading http..../download/
Best match: Python 3.2.3
Downloading http://www.python.org/ftp/python/3.2.3/Python-3.2.3.tgz
Processing Python-3.2.3.tgz
Running Python-3.2.3\setup.py -q bdist_egg --dist-dir c:\docume~1\c00vxw\locals~
1\temp\easy_install-gp-z-f\Python-3.2.3\egg-dist-tmp-umktic
setup.py:250: Warning: 'with' will become a reserved keyword in Python 2.6
error: c:\docume~1\c00vxw\locals~1\temp\easy_install-gp-z-f\Python-3.2.3\setup.p
y: The process cannot access the file because it is being used by another process

I 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?

The end result is I don't see any new table changes in the database and I also don't see the sidebar changes. When I try to run trac-admin <env> upgrade, I get the message nothing to upgrade! Can you please help me with this issue?

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Status: newassigned
Note: See TracTickets for help on using tickets.