Refresh the svn project on trac menu of source code ,report error log,how to solve it,thanks!

17 views
Skip to first unread message

HouZhibin

unread,
Oct 18, 2012, 5:29:58 AM10/18/12
to trac-...@googlegroups.com
2012-10-18 17:13:47,341 Trac[loader] ERROR: Skipping "growl.notifier = growl.notifier": (version conflict "VersionConflict: (Trac 0.12.3 (/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg), Requirement.parse('Trac<0.12'))")
2012-10-18 17:13:47,341 Trac[loader] ERROR: Skipping "growl.web_ui = growl.web_ui": (version conflict "VersionConflict: (Trac 0.12.3 (/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg), Requirement.parse('Trac<0.12'))")
2012-10-18 17:13:47,553 Trac[main] ERROR: Exception caught while post-processing request:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 276, in dispatch
    self._post_process_request(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 365, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "build/bdist.linux-x86_64/egg/tracwysiwyg/__init__.py", line 50, in post_process_request
    add_link(req, 'tracwysiwyg-stylesheet', _expand_filename(req, stylesheet))
  File "build/bdist.linux-x86_64/egg/tracwysiwyg/__init__.py", line 59, in _expand_filename
    if filename.startswith('chrome/common/') and 'htdocs_location' in req.hdf:
  File "build/bdist.linux-x86_64/egg/trac/web/clearsilver.py", line 157, in __contains__
    return self.hdf.getObj(str(name)) != None
AttributeError: 'NoneType' object has no attribute 'getObj'
2012-10-18 17:13:51,940 Trac[main] ERROR: Exception caught while post-processing request:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 276, in dispatch
    self._post_process_request(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 365, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "build/bdist.linux-x86_64/egg/tracwysiwyg/__init__.py", line 50, in post_process_request
    add_link(req, 'tracwysiwyg-stylesheet', _expand_filename(req, stylesheet))
  File "build/bdist.linux-x86_64/egg/tracwysiwyg/__init__.py", line 59, in _expand_filename
    if filename.startswith('chrome/common/') and 'htdocs_location' in req.hdf:
  File "build/bdist.linux-x86_64/egg/trac/web/clearsilver.py", line 157, in __contains__
    return self.hdf.getObj(str(name)) != None
AttributeError: 'NoneType' object has no attribute 'getObj'
2012-10-18 17:13:54,673 Trac[main] ERROR: Exception caught while post-processing request:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 276, in dispatch
    self._post_process_request(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 365, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "build/bdist.linux-x86_64/egg/tracwysiwyg/__init__.py", line 50, in post_process_request
    add_link(req, 'tracwysiwyg-stylesheet', _expand_filename(req, stylesheet))
  File "build/bdist.linux-x86_64/egg/tracwysiwyg/__init__.py", line 59, in _expand_filename
    if filename.startswith('chrome/common/') and 'htdocs_location' in req.hdf:
  File "build/bdist.linux-x86_64/egg/trac/web/clearsilver.py", line 157, in __contains__
    return self.hdf.getObj(str(name)) != None
AttributeError: 'NoneType' object has no attribute 'getObj'
2012-10-18 17:13:56,248 Trac[main] ERROR: Exception caught while post-processing request:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 276, in dispatch
    self._post_process_request(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 365, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "build/bdist.linux-x86_64/egg/tracwysiwyg/__init__.py", line 50, in post_process_request
                                                                                                      


RjOllos

unread,
Oct 26, 2012, 4:08:07 PM10/26/12
to trac-...@googlegroups.com, mrhou...@163.com

On Thursday, October 18, 2012 2:29:58 AM UTC-7, HouZhibin wrote:
[...]                                                                                                      

You are using the 0.10 version of TracWysiwygPlugin with Trac 0.12. Reinstall the plugin from: http://trac-hacks.org/svn/tracwysiwygplugin/0.10/ 

Steffen Hoffmann

unread,
Oct 27, 2012, 3:45:13 AM10/27/12
to trac-...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Good idea to point at the source, but shouldn?t it read

http://trac-hacks.org/svn/tracwysiwygplugin/0.12/

then? :-)

Steffen Hoffmann

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlCLkQcACgkQ31DJeiZFuHeKSQCfR7jEG4oxOx4TBpHsiwImqpg5
q9gAn2vG8t+qVjw9K4trgnrQ9NPObTaS
=xxOD
-----END PGP SIGNATURE-----

RjOllos

unread,
Oct 27, 2012, 3:24:19 PM10/27/12
to trac-...@googlegroups.com
On Saturday, October 27, 2012 12:46:03 AM UTC-7, hasienda wrote:
[...]


Good idea to point at the source, but shouldn?t it read

 http://trac-hacks.org/svn/tracwysiwygplugin/0.12/

then? :-)

Thank you for fixing that. It was a rather confusing situation I had created.

I'm almost certain that he had installed the 0.10 version of the plugin, based on inspection of the source code, which led to having both URLs open in the browser and the wrong one copy-pasted.
Reply all
Reply to author
Forward
0 new messages