ok .. I from following the thread I learned that I could make my life easier by just installing subversion. This I did.
I then typed the command quoted below. Still .. things aren't that easy .. I get a bunch of errors :-( Oh my. br Daniel C:\Python25\Scripts>easy_install --always-unzip http://trac-hacks.org/svn/customfieldadminplugin/0.11 Downloading http://trac-hacks.org/svn/customfieldadminplugin/0.11 Doing subversion checkout from http://trac-hacks.org/svn/customfieldadminplugin/0.11 to c:\dokume~1\dalo\lokale~1\temp\easy_install-kwu66k\0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir c:\dokume~1\dalo\lokale~1\temp\easy_install-kwu66k\0.11\egg-dist-tmp-g-j 857 Traceback (most recent call last): File "C:\Python25\Scripts\easy_install-script.py", line 8, in <module> load_entry_point('setuptools==0.6c7', 'console_scripts', 'easy_install')() File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 1670, in main with_ei_usage(lambda: File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 1659, in with_ei_usage return f() File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 1674, in <lambda> distclass=DistributionWithoutHelpCommands, **kw File "c:\Python25\lib\distutils\core.py", line 151, in setup dist.run_commands() File "c:\Python25\lib\distutils\dist.py", line 974, in run_commands self.run_command(cmd) File "c:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 211, in run self.easy_install(spec, not self.no_deps) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 422, in easy_install return self.install_item(None, download, tmpdir, deps, True) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 471, in install_item dists = self.install_eggs(spec, download, tmpdir) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 655, in install_eggs return self.build_and_install(setup_script, setup_base) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 930, in build_and_install self.run_setup(setup_script, setup_base, args) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 919, in run_setup run_setup(setup_script, args) File "c:\python25\lib\site-packages\setuptools\sandbox.py", line 27, in run_setup lambda: execfile( File "c:\python25\lib\site-packages\setuptools\sandbox.py", line 63, in run return func() File "c:\python25\lib\site-packages\setuptools\sandbox.py", line 29, in <lambda> {'__file__':setup_script, '__name__':'__main__'} File "setup.py", line 14, in <module> File "c:\Python25\lib\distutils\core.py", line 151, in setup dist.run_commands() File "c:\Python25\lib\distutils\dist.py", line 974, in run_commands self.run_command(cmd) File "c:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\Lib\site-packages\setuptools\command\bdist_egg.py", line 167, in run self.run_command("egg_info") File "c:\Python25\lib\distutils\cmd.py", line 333, in run_command self.distribution.run_command(command) File "c:\Python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\Lib\site-packages\setuptools\command\egg_info.py", line 171, in run self.find_sources() File "C:\Python25\Lib\site-packages\setuptools\command\egg_info.py", line 252, in find_sources mm.run() File "C:\Python25\Lib\site-packages\setuptools\command\egg_info.py", line 306, in run self.add_defaults() File "C:\Python25\Lib\site-packages\setuptools\command\egg_info.py", line 333, in add_defaults rcfiles = list(walk_revctrl()) File "c:\python25\lib\site-packages\setuptools\command\sdist.py", line 45, in walk_revctrl for item in ep.load()(dirname): File "c:\python25\lib\site-packages\setuptools\command\sdist.py", line 52, in _default_revctrl for path in finder(dirname,path): File "c:\python25\lib\site-packages\setuptools\command\sdist.py", line 98, in entries_finder log.warn("unrecognized .svn/entries format in %s", dirname) NameError: global name 'log' is not defined C:\Python25\Scripts> -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of osimons Sent: Monday, July 07, 2008 9:37 AM To: Trac Users Subject: [Trac] Re: Plugin to manage custom ticket fields On Jul 7, 9:15 am, "Daniel Lowicki" <[EMAIL PROTECTED]> wrote: > This is making me nuts ... > > There are single file plugins that install by putting them into Tracs > Plugin dir. > There are eggs that can be installed via Admin page or via easysetup. > How do you install this one .. it's not an egg and its not a singe file > :-( > > help! > > Daniel easy_install --always-unzip http://trac-hacks.org/svn/customfieldadminplugin/0.11 - or do a svn checkout and then 'python setup.py install' (or bdist_egg or whichever mthod you prefer). :::simon https://www.coderesort.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
