[Trac] Re: How to recreate mysql trac tables

2012-07-03 Thread RjOllos
I don't have any experience with Trac + MySQL, but this page seems to lay 
it all out:

http://trac.edgewall.org/wiki/MySqlDb 

-- 
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/-/bdSicJSw2GIJ.
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] Re: install trac0.12.3 on centos6,httpd config file error info,help to resolve this.thanks

2012-07-03 Thread RjOllos
On CentOS 5.8:

$ sudo yum search modpython
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
== Matched: modpython 
==
mod_python.x86_64 : An embedded Python interpreter for the Apache Web 
server.
python26-mod_python.x86_64 : An embedded Python interpreter for the Apache 
HTTP



However, from what I hear, most people are running modwsgi these days and 
it is possible mod-python is not even available on CentOS 6.

http://code.google.com/p/modwsgi/ 

-- 
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/-/Z0EfcRhNKT4J.
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] Re: install trac0.12.3 on centos6,httpd config file error info,help to resolve this.thanks

2012-07-03 Thread Bin Hou
install mod_python info,hope help me install mod_python by compiling
source,thanks.

install info show:
  [root@hb opt]# yum install mod_python python-devel
  Loaded plugins: fastestmirror, refresh-packagekit, security
  Determining fastest mirrors
  * base: ftp.neowiz.com
  * extras: ftp.neowiz.com
  * updates: ftp.neowiz.com
  Setting up Install Process
  *No package mod_python available.*
  Resolving Dependencies


2012/7/4 RjOllos 

> You either don't have Genshi installed, or it is not on your Python path.
>
> There are a number of guides for installing, some specific to CentOS. One
> of these should help you resolve the issue:
>
> http://trac.edgewall.org/wiki/TracInstallPlatforms
> http://recursive-design.com/blog/2008/07/27/installing-trac-on-centos/
>
> --
> 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/-/MSNnHJfTznoJ.
> 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.
>

-- 
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] Re: Just started using trac, clicked on project link and get ValueError: too many values to unpack

2012-07-03 Thread Matthew Caron

On 07/03/2012 03:41 PM, John of NOVA wrote:

Hmm...none of the pages I looked at for installation guidance stated
what tables had to be created. I figured the project auto-generated
them...ok thanks.


http://trac.edgewall.org/wiki/TracEnvironment#PostgreSQLConnectionString

"Note that with PostgreSQL you will have to create the database before 
running trac-admin initenv."



--
Matthew Caron, 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.



Re: [Trac] Re: Collapse/Expand or Foldable

2012-07-03 Thread prav
Hi, 

Cool, I will do as you say and see if that can get it working. Will post 
back if I come up with something. 

On Sunday, July 1, 2012 6:32:07 AM UTC+2, RjOllos wrote:
>
>
>
> On Saturday, June 30, 2012 9:55:20 AM UTC-7, prav wrote:
>>
>> Hi, 
>>
>> Thanks for your reply. I have checked and I do have JavaScript enabled in 
>> my browser. I tried with both Firefox and Chrome. In the console I can see 
>> one single error thrown by JS : - 
>>
>> "[18:46:19.234] a.attributes is undefined @ 
>> http://path_to_trac/chrome/common/js/jquery.js:55"; 
>>
>> Could this be the problem? 
>>
>
> Yes, I think so. Do you have plugins installed and enabled? If so:
>
>  1. Disable all plugins. If the foldable sections appear, then the cause 
> is probably a jQuery conflict.
>  2. Enable the plugins one by one, testing after each is enabled, and 
> figure out which plugin is causing a problem.
>  3. Search for tickets on trac-hacks related to the issue for that plugin, 
> or open a new ticket if none exists.
>

-- 
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/-/HXT2MSEENbIJ.
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] Re: Just started using trac, clicked on project link and get ValueError: too many values to unpack

2012-07-03 Thread John of NOVA
On Tuesday, July 3, 2012 3:11:19 PM UTC-4, Matthew Caron wrote:
>
> On 07/03/2012 02:13 PM, John of NOVA wrote: 
> >  return self.cursor.execute(sql_escape_percent(sql), args) 
> > ProgrammingError: relation "session" does not exist 
> > LINE 2: SELECT last_visit FROM session WHERE sid=E'ba475... 
>
> It would appear that you did not create the tables in your database. 
>
> -- 
> Matthew Caron, Build Engineer 
> Sixnet, a Red Lion business | www.sixnet.com 
> +1 (518) 877-5173 x138 office 
>
>

Hmm...none of the pages I looked at for installation guidance stated what 
tables had to be created. I figured the project auto-generated them...ok 
thanks. 

-- 
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/-/BpnMe-OAI10J.
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] Re: Just started using trac, clicked on project link and get ValueError: too many values to unpack

2012-07-03 Thread Matthew Caron

On 07/03/2012 02:13 PM, John of NOVA wrote:

 return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: relation "session" does not exist
LINE 2: SELECT last_visit FROM session WHERE sid=E'ba475...


It would appear that you did not create the tables in your database.

--
Matthew Caron, 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] Re: SourceForge retire Hosted Apps solution with better solution!

2012-07-03 Thread Oleksandr Gavenko (aka gavenkoa)
I forget add links:

  http://sourceforge.net/blog/hosted-apps-retirement/
 "Hosted apps retirement" news.
  
https://sourceforge.net/p/forge/community-docs/Migrating%20Trac%20from%20Hosted%20Apps/
How migrate or create new Trac instance. Currently still 
present some issues.

-- 
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/-/HTGdWwxON90J.
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] SourceForge retire Hosted Apps solution with better solution!

2012-07-03 Thread Oleksandr Gavenko
I just get mail from SF about "Hosted apps retirement".

Previously SF provide Trac 0.11.2.1 through Hosted Apps with limited
capabilities:

 * old Trac version
 * you can not install any add-on
 * lack Mercurial, Git, bzr integration

Now they decide move all apps to project web hosting. So they take you MySQL,
you setup Trac and all add-on (any version) through Python virtual env as non
privileged user and deploy the CGI script!

-- 
Best regards!

-- 
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] Re: Just started using trac, clicked on project link and get ValueError: too many values to unpack

2012-07-03 Thread John of NOVA
On Tuesday, July 3, 2012 11:12:30 AM UTC-4, John of NOVA wrote:
>
> Hey folks, new to trac. Using Postgresql as the database on a CentOS 
> system.
>
> After I run trac with "tracd --port 8000 /projectLocation"
>
> I open it up in firefox and click my project's name, and then I get this 
> error.
>
> Any help would be appreciated.
>
>
I actually resolved this by fixing a typo. The '@' between the password and 
database address was missing.

But that resulted in a new error:

2012-07-03 13:42:40,848 Trac[env] WARNING: base_url option not set in 
configuration, generated links may be incorrect
2012-07-03 13:42:40,848 Trac[main] DEBUG: Dispatching 
2012-07-03 13:42:40,929 Trac[session] DEBUG: Retrieving session for ID 
'ba4755a85120bd08faf1dba8'
2012-07-03 13:42:40,973 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 522, in _dispatch_request
dispatcher.dispatch(req)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 208, in dispatch
chosen_handler)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 350, in _pre_process_request
chosen_handler = filter_.pre_process_request(req, chosen_handler)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/versioncontrol/api.py",
 
line 327, in pre_process_request
if is_default(reponame):
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/versioncontrol/api.py",
 
line 32, in is_default
return not reponame or reponame in ('(default)', _('(default)'))
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/util/translation.py",
 
line 193, in gettext
if not self.isactive:
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/util/translation.py",
 
line 179, in isactive
self.activate(get_locale(), env_path)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 488, in 
translation.make_activable(lambda: req.locale, env and env.path or None)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/api.py", 
line 216, in __getattr__
value = self.callbacks[name](self)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 314, in _get_locale
preferred = req.session.get('language')
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/api.py", 
line 216, in __getattr__
value = self.callbacks[name](self)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 306, in _get_session
return Session(self.env, req)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/session.py", 
line 207, in __init__
self.get_session(sid)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/session.py", 
line 228, in get_session
super(Session, self).get_session(sid, authenticated)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/session.py", 
line 70, in get_session
""", (sid, int(authenticated)))
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/db/util.py", 
line 65, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: relation "session" does not exist
LINE 2: SELECT last_visit FROM session WHERE sid=E'ba475...
   ^
ProgrammingError: relation "session" does not exist
LINE 2: SELECT last_visit FROM session WHERE sid=E'ba475...
   ^

2012-07-03 13:42:40,987 Trac[session] DEBUG: Retrieving session for ID 
'ba4755a85120bd08faf1dba8'

-- 
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/-/-xwAtTwZ1HEJ.
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] How to recreate mysql trac tables

2012-07-03 Thread fabio
hello,

Due to a power failure, I lost mysql trac databases for a project, no 
backups (dont ask :) ).

while launching tracd I found an error while trying to access the web 
interface:

[...]

  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in 
defaulterrorhandler
raise errorclass, errorvalue
ProgrammingError: (1146, "Table 'trac_spectrum.session' doesn't exist")


how to recreate the tables and trac schema so my project can work ?

regards,

fabio.

-- 
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/-/KeAhjzaDZgIJ.
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] Just started using trac, clicked on project link and get ValueError: too many values to unpack

2012-07-03 Thread John of NOVA
Hey folks, new to trac. Using Postgresql as the database on a CentOS system.

After I run trac with "tracd --port 8000 /projectLocation"

I open it up in firefox and click my project's name, and then I get this 
error.

Any help would be appreciated.

2012-07-03 10:17:08,554 Trac[main] DEBUG: Dispatching 
2012-07-03 10:17:08,579 Trac[session] DEBUG: Retrieving session for ID 
'ba4755a85120bd08faf1dba8'
2012-07-03 10:17:08,594 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 522, in _dispatch_request
dispatcher.dispatch(req)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 208, in dispatch
chosen_handler)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 350, in _pre_process_request
chosen_handler = filter_.pre_process_request(req, chosen_handler)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/versioncontrol/api.py",
 
line 327, in pre_process_request
if is_default(reponame):
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/versioncontrol/api.py",
 
line 32, in is_default
return not reponame or reponame in ('(default)', _('(default)'))
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/util/translation.py",
 
line 193, in gettext
if not self.isactive:
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/util/translation.py",
 
line 179, in isactive
self.activate(get_locale(), env_path)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 488, in 
translation.make_activable(lambda: req.locale, env and env.path or None)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/api.py", 
line 216, in __getattr__
value = self.callbacks[name](self)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 314, in _get_locale
preferred = req.session.get('language')
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/api.py", 
line 216, in __getattr__
value = self.callbacks[name](self)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/main.py", 
line 306, in _get_session
return Session(self.env, req)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/session.py", 
line 207, in __init__
self.get_session(sid)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/session.py", 
line 228, in get_session
super(Session, self).get_session(sid, authenticated)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/web/session.py", 
line 61, in get_session
db = self.env.get_db_cnx()
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/env.py", line 
329, in get_db_cnx
return get_read_db(self)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/db/api.py", 
line 90, in get_read_db
return _transaction_local.db or DatabaseManager(env).get_connection()
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/db/api.py", 
line 150, in get_connection
connector, args = self.get_connector()
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/db/api.py", 
line 183, in get_connector
scheme, args = _parse_db_str(self.connection_uri)
  File 
"/usr/lib/python2.6/site-packages/Trac-0.12.3-py2.6.egg/trac/db/api.py", 
line 259, in _parse_db_str
host, port = host.split(':')
ValueError: too many values to unpack
2012-07-03 10:17:08,628 Trac[session] DEBUG: Retrieving session for ID 
'ba4755a85120bd08faf1dba8'
2012-07-03 10:17:08,636 Trac[session] DEBUG: Retrieving session for ID 
'ba4755a85120bd08faf1dba8'
2012-07-03 10:17:08,636 Trac[session] DEBUG: Retrieving session for ID 
'ba4755a85120bd08faf1dba8'


-- 
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/-/c0jRHUDJuUUJ.
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] Re: install trac0.12.3 on centos6,httpd config file error info,help to resolve this.thanks

2012-07-03 Thread RjOllos
You either don't have Genshi installed, or it is not on your Python path.

There are a number of guides for installing, some specific to CentOS. One 
of these should help you resolve the issue:

http://trac.edgewall.org/wiki/TracInstallPlatforms
http://recursive-design.com/blog/2008/07/27/installing-trac-on-centos/

-- 
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/-/MSNnHJfTznoJ.
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] install trac0.12.3 on centos6,httpd config file error info,help to resolve this.thanks

2012-07-03 Thread Bin Hou
/usr/lib64/python2.6/site-packages/mod_python/importer.py:32:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/usr/lib64/python2.6/site-packages/mod_python/importer.py:1547:
DeprecationWarning: catching of string exceptions is deprecated
  except apache.PROG_TRACEBACK, traceblock:
/usr/lib64/python2.6/site-packages/mod_python/importer.py:32:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
[Tue Jul 03 15:58:56 2012] [notice] caught SIGTERM, shutting down
[Tue Jul 03 16:05:07 2012] [notice] SELinux policy enabled; httpd running
as context unconfined_u:system_r:httpd_t:s0
[Tue Jul 03 16:05:07 2012] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Tue Jul 03 16:05:07 2012] [notice] Digest: generating secret for digest
authentication ...
[Tue Jul 03 16:05:07 2012] [notice] Digest: done
[Tue Jul 03 16:05:07 2012] [notice] mod_python: Creating 8 session mutexes
based on 256 max processes and 0 max threads.
[Tue Jul 03 16:05:07 2012] [notice] mod_python: using mutex_directory /tmp
[Tue Jul 03 16:05:07 2012] [notice] Apache/2.2.15 (Unix) DAV/2
mod_python/3.3.1 Python/2.6.6 SVN/1.6.11 configured -- resuming normal
operations
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] mod_python
(pid=22575, interpreter='trac_test', phase='PythonHandler',
handler='trac.web.modpython_frontend'): Application error
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] ServerName:
'localhost'
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] DocumentRoot:
'/var/www/html'
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] URI: '/trac_test'
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] Location:
'/trac_test'
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] Directory: None
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] Filename:
'/var/www/html/trac_test'
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] PathInfo: ''
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166] Traceback (most
recent call last):
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"/usr/lib64/python2.6/site-packages/mod_python/importer.py", line 1538, in
HandlerDispatch\ndefault=default_handler, arg=req, silent=hlist.silent)
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"/usr/lib64/python2.6/site-packages/mod_python/importer.py", line 1203, in
_process_target\nmodule = import_module(module_name, path=path)
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"/usr/lib64/python2.6/site-packages/mod_python/importer.py", line 305, in
import_module\nreturn __import__(module_name, {}, {}, ['*'])
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"build/bdist.linux-x86_64/egg/trac/web/__init__.py", line 14, in 
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"build/bdist.linux-x86_64/egg/pkg_resources.py", line 311, in
get_distribution\nif isinstance(dist,Requirement): dist =
get_provider(dist)
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"build/bdist.linux-x86_64/egg/pkg_resources.py", line 197, in
get_provider\nreturn working_set.find(moduleOrReq) or
require(str(moduleOrReq))[0]
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"build/bdist.linux-x86_64/egg/pkg_resources.py", line 666, in require\n
 needed = self.resolve(parse_requirements(requirements))
Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]   File
"build/bdist.linux-x86_64/egg/pkg_resources.py", line 565, in resolve\n
 raise DistributionNotFound(req)  # XXX put more info here
[Tue Jul 03 16:05:14 2012] [error] [client 10.5.1.166]
DistributionNotFound: genshi

-- 
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] Re: group part of other group?

2012-07-03 Thread RjOllos


On Monday, July 2, 2012 12:35:43 AM UTC-7, Brettschneider Falk wrote:
>
> No, this doesn't work for me.
>

Yeah, you are right, it is not working for me either. I was confusing my 
svn authz with Trac fine-grained permissions. 

-- 
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/-/aoaCIy8uxC4J.
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.