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

2012-10-18 Thread HouZhibin
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('Trac0.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('Trac0.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

  

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] cPanel and httpd.conf

2012-10-18 Thread Parker, Joshua
I am trying this Trac installation one more time to see if I can get further 
than I've been getting. I am on a dedicated server with cPanel installation. I 
followed the instructions using easy_install and use the instructions for 
Generating the Trac cgi-bin directory. With cPanel you need to do custom 
directives so that they don't get overridden. Below is what I have for my 
custom directive. Any help on what might be missing will be greatly 
appreciated. The issue is that it is not being served to the live web server. 
Thanks for your help. 

WSGIScriptAlias /home/parkerj/public_html/7mediaws.org/trac 
/usr/share/trac/cgi-bin/trac.wsgi 
Directory /usr/share/trac/cgi-bin 
WSGIApplicationGroup %{GLOBAL} 
Order deny,allow 
Allow from all 
/Directory 




Josh Parker WordPress Consultant
Joshua Parker 
WordPress, CMS  PHP Consultant 
888.255.1798 x701 
Skype: seven-media 

7 Media Web Solutions, LLC 
www.7mediaws.org 
Twitter LinkedinJosh Parker :: WordPress Consultant Skype   Google+ 
WordPress Profile   About.meGravatar


7 Media Blog: ProjectPress is Already and Not Yet 
http://feedproxy.google.com/~r/7mws/~3/lf-ZoF-OCFA/projectpress_is_already_and_not_yet.html
 

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Transferring project from one computer to another.

2012-10-18 Thread Harel Nevo
Hi, 
I'm having problems with our computer where Trac installed.
I got a new computer and installed Trac from start, I went over all stages 
till creating a new project.
Now, I want to transfer all Trac information from the old computer to the 
new one...
Is there any way to do it ? without loosing any configuration / data ?


-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/Ir9MWRz935gJ.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Transferring project from one computer to another.

2012-10-18 Thread Matthew Caron

On 10/18/2012 11:41 AM, Harel Nevo wrote:

Hi,
I'm having problems with our computer where Trac installed.
I got a new computer and installed Trac from start, I went over all
stages till creating a new project.
Now, I want to transfer all Trac information from the old computer to
the new one...
Is there any way to do it ? without loosing any configuration / data ?


 1. Copy over the trac directory
 2. Dump and restore the trac DB (which is unnecessary if you're using 
SQLite, because it's self-contained in the trac directory).


Everything else is platform configuration (webserver, etc.) As a general 
case, you should just be able to copy over those files as well, but it 
depends on your specific situation.

--
Matthew Caron, Software Build Engineer
Sixnet, a Red Lion business | www.sixnet.com
+1 (518) 877-5173 x138 office

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



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

2012-10-18 Thread Bin Hou
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('Trac0.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('Trac0.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

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



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

2012-10-18 Thread Bin Hou
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('Trac0.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('Trac0.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

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



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

2012-10-18 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

this is one of the longest, yet least bespoken tracebacks posted here.

Because developers tend to care for a basic set of communication rules
at least, here are a few initial hints from layer 8 - the human
interaction. Take with a grain of salt:

Never post without a single comment. Despite of lots of seemingly
cryptic content in developer messages I think we're still all human.
Many of us love Python, yet we don't accept raw Python tracebacks as
solely input. (It took me literally 10 min to spot your kind-of question
in the message title. In Trac logic: summary != description)

Never post the same thing two or three times within 24 hours, especially
not without any added information. Most developers tend to ignore and
withstand strong pushing easily. So never try, remove your fingertip
form the Send button and think twice, at minimum.

Never post with emphasis on-top. And many developers may even treat
color in emails no information at all, because they read it on the
command line white-on-black, like its more about text then HTML in general.

More specifically notes to your post see below, as always.

On 19.10.2012 03:30, Bin Hou wrote:
 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('Trac0.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('Trac0.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

After getting bored for