Hello the list,
I have been trying to install egroupware on my F7 x86_64 system. I am getting a recursive error apparently caused by or causing a python version mismatch. Fortunately the recursion depth is bounded so this below is just the beginning and end of the error output. I don't know how to deal with this.
Does anyone care to make a suggestion?
Dave
Component: pirut Summary: TB3242b26e repos.py:278:getAttribute:RuntimeError: maximum recursion depth exceeded
Traceback (most recent call last): File "/usr/sbin/system-install-packages", line 357, in <module> main() File "/usr/sbin/system-install-packages", line 353, in main pkginst.run() File "/usr/sbin/system-install-packages", line 341, in run self.doRefresh() File "/usr/sbin/system-install-packages", line 98, in doRefresh self.populatePackages() File "/usr/sbin/system-install-packages", line 278, in populatePackages self.doRefreshRepos(progress = False) File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 339, in doRefreshRepos self.reposSetup(pbar, thisrepo) File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 303, in reposSetup self.doTsSetup() File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 72, in doTsSetup return self._getTs()
and a great deal more like this ending with
File "/usr/lib/python2.5/site-packages/yum/repos.py", line 220, in populateSack myrepos = self.listEnabled() File "/usr/lib/python2.5/site-packages/yum/repos.py", line 153, in listEnabled if repo.isEnabled(): File "/usr/lib/python2.5/site-packages/yum/repos.py", line 281, in isEnabled enabled = self.getAttribute('enabled') File "/usr/lib/python2.5/site-packages/yum/repos.py", line 278, in getAttribute return getattr(self, key, None) RuntimeError: maximum recursion depth exceeded
Local variables in innermost frame: self: livna-development key: enabled
Dave Stevens wrote:
Hello the list,
I have been trying to install egroupware on my F7 x86_64 system. I am getting a recursive error apparently caused by or causing a python version mismatch. Fortunately the recursion depth is bounded so this below is just the beginning and end of the error output. I don't know how to deal with this.
Does anyone care to make a suggestion?
Probably best asking the egroupware folk. They should know the tricks on installing it, and can fix things if needs be.