Hi,
I am a very new trac user. Installed Trac 0.10.4 a week ago, tied it
in to a new svn install, all very nice.
Then today tried to upgrade to 0.11.
I have never done anything much with Python, but followed the
TracUpgrade instructions:

1 wget 
http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c9-py2.5.egg#md5=fe67c3e5a17b12c0e7c541b7ea43a8e6
2 sh setuptools-0.6c9-py2.5.egg
3 easy_install Trac
4 trac-admin /var/lib/trac upgrade
5 /etc/init.d/apache2 reload

Had some weird issues with PYTHON_EGG_CACHE envt variable --

point browser to trac.xxx.net and get
(quote)
ExtractionError: Can't extract file(s) to egg cache
The following error occurred while trying to extract file(s) to the
Python egg cache:
  [Errno 13] Permission denied: '/var/www/.python-eggs'
The Python egg cache directory is currently set to: /var/www/.python-eggs

Perhaps your account does not have write access to this directory?  You can
change the cache directory by setting the PYTHON_EGG_CACHE environment
variable to point to an accessible directory.
(end quote)

the only python-eggs I had was in my home directory, so moved it to /var/www


[EMAIL PROTECTED]:~/Trac# mv /home/qg/.python-eggs /var/www/
[EMAIL PROTECTED]:~/Trac# chown www-data:www-data /var/www/ 
/var/www/.python-eggs

Then did trac-admin  /var/lib/trac wiki upgrade, which looked like it
did the job:

[EMAIL PROTECTED]:~/Trac# trac-admin /var/lib/trac wiki upgrade
 CamelCase imported from
/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/CamelCase
  InterMapTxt already exists.
 InterTrac imported from
/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/InterTrac
 InterWiki imported from
/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/InterWiki
 PageTemplates imported from
/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/PageTemplates

etc etc

But ...

browse to the trac site and although the 'about' link on the bottom
left says Powered by Trac 0.11.1, the entry page still says Welcome to
Trac 0.10.4  and I see no web-admin functions.

What have I missed?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to