Hi all, i have some problems getting the webadmin plugin installed.
I have successfully installed trac 10.3 on a windows machine and using Python 2.4. I downloaded the webadmin as mentioned on the project webpage from the http://svn.edgewall.com/repos/trac/sandbox/webadmin repository folder. if i use easy_install or the setup.py on the downloaded source i always getting these errors: C:\trac\webadmin>c:\Programme\Python24\python.exe setup.py bdist_egg running bdist_egg Traceback (most recent call last): File "setup.py", line 34, in ? entry_points = { File "C:\Programme\Python24\lib\distutils\core.py", line 149, in setup dist.run_commands() File "C:\Programme\Python24\lib\distutils\dist.py", line 946, in run_commands self.run_command(cmd) File "C:\Programme\Python24\lib\distutils\dist.py", line 965, in run_command cmd_obj.ensure_finalized() File "C:\Programme\Python24\lib\distutils\cmd.py", line 117, in ensure_finaliz ed self.finalize_options() File "c:\programme\python24\lib\site-packages\setuptools-0.6c2- py2.4.egg\setup tools\command\bdist_egg.py", line 94, in finalize_options ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info") File "C:\Programme\Python24\lib\distutils\cmd.py", line 319, in get_finalized_ command cmd_obj.ensure_finalized() File "C:\Programme\Python24\lib\distutils\cmd.py", line 117, in ensure_finaliz ed self.finalize_options() File "c:\programme\python24\lib\site-packages\setuptools-0.6c2- py2.4.egg\setup tools\command\egg_info.py", line 85, in finalize_options self.vtags = self.tags() File "c:\programme\python24\lib\site-packages\setuptools-0.6c2- py2.4.egg\setup tools\command\egg_info.py", line 179, in tags ): version += '-r%s' % self.get_svn_revision() File "c:\programme\python24\lib\site-packages\setuptools-0.6c2- py2.4.egg\setup tools\command\egg_info.py", line 196, in get_svn_revision dirurl = urlre.search(data).group(1) # get repository URL AttributeError: 'NoneType' object has no attribute 'group' C:\trac\webadmin> Can anybody help me. trac with mulitple projects is a pain without webadmin Timo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
