Opened 16 years ago

Closed 16 years ago

#244 closed task (fixed)

GRASS trac: install TOC macro from http://trac-hacks.org/wiki/TocMacro

Reported by: neteler Owned by: sac@…
Priority: normal Milestone:
Component: SysAdmin Keywords: trac
Cc:

Description

Please someone capable install the TOC macro from http://trac-hacks.org/wiki/TocMacro

I tried and created a Python egg as requested in the trac admin plugin management section:

cd /tmp/tocmacro/0.10/
python setup.py bdist_egg

as explained in http://peak.telecommunity.com/DevCenter/PythonEggs#building-eggs

When uploading the resulting dist/TracTocMacro-1.0-py2.5.egg it fails with

Internal Error
 No file uploaded

Possibly, because I use Python 2.5? Not sure which Python version is needed, also a Python 2.4 egg failed.

Maybe only command line upload works? (I have no access)

I assume that this macro is of wide interest for all OSGeo tracs.

thanks, Markus

Change History (1)

comment:1 by neteler, 16 years ago

Resolution: fixed
Status: newclosed

trac.osgeo.org is using Python2.3. Installed locally via "easy_install". Works, thanks to hobu.

Note: See TracTickets for help on using tickets.