Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

How to create Projects thorugh web GUI

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


vela.velappan at gmail

Jul 9, 2008, 11:56 PM

Post #1 of 6 (84 views)
Permalink
How to create Projects thorugh web GUI

Hi .
This is velappan am pretty much to trac development i have ideas
in trac configuration .. now am trying to create a web faced project
creation will any one help out in that ..



re-gards
Velappan





--~--~---------~--~----~------------~-------~--~----~
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[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


hyugaricdeau at gmail

Jul 10, 2008, 8:07 AM

Post #2 of 6 (75 views)
Permalink
Re: How to create Projects thorugh web GUI [In reply to]

On Thu, Jul 10, 2008 at 2:56 AM, velappan <vela.velappan[at]gmail.com> wrote:
>
> Hi .
> This is velappan am pretty much to trac development i have ideas
> in trac configuration .. now am trying to create a web faced project
> creation will any one help out in that ..

You might want to try talking to coderanger, as TracForge already does
this: http://trac-hacks.org/wiki/TracForgePlugin

--~--~---------~--~----~------------~-------~--~----~
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[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


vela.velappan at gmail

Jul 10, 2008, 11:16 PM

Post #3 of 6 (68 views)
Permalink
Re: How to create Projects thorugh web GUI [In reply to]

Hi Erik .
Am getting errors when using that plugin


On Jul 10, 8:07 pm, "Erik Bray" <hyugaricd...@gmail.com> wrote:
> On Thu, Jul 10, 2008 at 2:56 AM, velappan <vela.velap...@gmail.com> wrote:
>
> > Hi .
> > This is velappan am pretty much to trac development i have ideas
> > in trac configuration .. now am trying to create a web faced project
> > creation will any one help out in that ..
>
> You might want to try talking to coderanger, as TracForge already does
> this:http://trac-hacks.org/wiki/TracForgePlugin
--~--~---------~--~----~------------~-------~--~----~
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[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


noah at coderanger

Jul 10, 2008, 11:23 PM

Post #4 of 6 (68 views)
Permalink
Re: How to create Projects thorugh web GUI [In reply to]

Mentioning _which_ errors might get you a useful response.

--Noah

velappan wrote:
> Hi Erik .
> Am getting errors when using that plugin
>
>
> On Jul 10, 8:07 pm, "Erik Bray" <hyugaricd...@gmail.com> wrote:
>> On Thu, Jul 10, 2008 at 2:56 AM, velappan <vela.velap...@gmail.com> wrote:
>>
>>> Hi .
>>> This is velappan am pretty much to trac development i have ideas
>>> in trac configuration .. now am trying to create a web faced project
>>> creation will any one help out in that ..
>> You might want to try talking to coderanger, as TracForge already does
>> this:http://trac-hacks.org/wiki/TracForgePlugin
> --~--~---------~--~----~------------~-------~--~----~
> 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[at]googlegroups.com
> To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
> For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
Attachments: signature.asc (0.24 KB)


vela.velappan at gmail

Jul 11, 2008, 2:31 AM

Post #5 of 6 (65 views)
Permalink
Re: How to create Projects thorugh web GUI [In reply to]

hi the errors am getting are

Oops...

Trac detected an internal error: 'Request' object has no attribute
'_args'

Traceback (most recent call last):
File "/usr/local/share/trac/cgi-bin/trac.cgi", line 20, in <module>
cgi_frontend.run()
File "/TracWorkspace/vela.velappan/workspace/trac/web/
cgi_frontend.py", line 68, in run
gateway.run(dispatch_request)
File "/TracWorkspace/vela.velappan/workspace/trac/web/wsgi.py", line
87, in run
response = application(self.environ, self._start_response)
File "/TracWorkspace/vela.velappan/workspace/trac/web/main.py", line
363, in dispatch_request
env_paths)
File "/TracWorkspace/vela.velappan/workspace/trac/web/main.py", line
486, in send_project_index
req.display(template)
File "/TracWorkspace/vela.velappan/workspace/trac/web/api.py", line
349, in display
if self.args.has_key('hdfdump'):
File "build/bdist.linux-i686/egg/tracforge/admin/dispatch.py", line
246, in <lambda>
Request.args = property(lambda self: get_args(self))
File "build/bdist.linux-i686/egg/tracforge/admin/dispatch.py", line
240, in get_args
if not req._args:
AttributeError: 'Request' object has no attribute '_args'

Can u please help me out from this

On Jul 11, 11:23 am, Noah Kantrowitz <n...@coderanger.net> wrote:
> Mentioning _which_ errors might get you a useful response.
>
> --Noah
>
> velappan wrote:
> > Hi Erik .
> > Am getting errors when using that plugin
>
> > On Jul 10, 8:07 pm, "Erik Bray" <hyugaricd...@gmail.com> wrote:
> >> On Thu, Jul 10, 2008 at 2:56 AM, velappan <vela.velap...@gmail.com> wrote:
>
> >>> Hi .
> >>> This is velappan am pretty much to trac development i have ideas
> >>> in trac configuration .. now am trying to create a web faced project
> >>> creation will any one help out in that ..
> >> You might want to try talking to coderanger, as TracForge already does
> >> this:http://trac-hacks.org/wiki/TracForgePlugin
> > >
>
>
> signature.asc
> 1KDownload

--~--~---------~--~----~------------~-------~--~----~
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[at]googlegroups.com
To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


noah at coderanger

Jul 11, 2008, 9:29 AM

Post #6 of 6 (64 views)
Permalink
Re: How to create Projects thorugh web GUI [In reply to]

TracForge is not compatible with CGI. The 0.10 version uses some monkey
patching to add the 0.11-style lazy loading to request args. You need
something with a persistent interpreter (FCGI, mod_py, mod_wsgi, tracd).
You will still usually see this error the first request after
restarting, then it will be fine.

--Noah

velappan wrote:
> hi the errors am getting are
>
> Oops...
>
> Trac detected an internal error: 'Request' object has no attribute
> '_args'
>
> Traceback (most recent call last):
> File "/usr/local/share/trac/cgi-bin/trac.cgi", line 20, in <module>
> cgi_frontend.run()
> File "/TracWorkspace/vela.velappan/workspace/trac/web/
> cgi_frontend.py", line 68, in run
> gateway.run(dispatch_request)
> File "/TracWorkspace/vela.velappan/workspace/trac/web/wsgi.py", line
> 87, in run
> response = application(self.environ, self._start_response)
> File "/TracWorkspace/vela.velappan/workspace/trac/web/main.py", line
> 363, in dispatch_request
> env_paths)
> File "/TracWorkspace/vela.velappan/workspace/trac/web/main.py", line
> 486, in send_project_index
> req.display(template)
> File "/TracWorkspace/vela.velappan/workspace/trac/web/api.py", line
> 349, in display
> if self.args.has_key('hdfdump'):
> File "build/bdist.linux-i686/egg/tracforge/admin/dispatch.py", line
> 246, in <lambda>
> Request.args = property(lambda self: get_args(self))
> File "build/bdist.linux-i686/egg/tracforge/admin/dispatch.py", line
> 240, in get_args
> if not req._args:
> AttributeError: 'Request' object has no attribute '_args'
>
> Can u please help me out from this
>
> On Jul 11, 11:23 am, Noah Kantrowitz <n...@coderanger.net> wrote:
>> Mentioning _which_ errors might get you a useful response.
>>
>> --Noah
>>
>> velappan wrote:
>>> Hi Erik .
>>> Am getting errors when using that plugin
>>> On Jul 10, 8:07 pm, "Erik Bray" <hyugaricd...@gmail.com> wrote:
>>>> On Thu, Jul 10, 2008 at 2:56 AM, velappan <vela.velap...@gmail.com> wrote:
>>>>> Hi .
>>>>> This is velappan am pretty much to trac development i have ideas
>>>>> in trac configuration .. now am trying to create a web faced project
>>>>> creation will any one help out in that ..
>>>> You might want to try talking to coderanger, as TracForge already does
>>>> this:http://trac-hacks.org/wiki/TracForgePlugin
>>>>
>>
>> signature.asc
>> 1KDownload
>
> --~--~---------~--~----~------------~-------~--~----~
> 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[at]googlegroups.com
> To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com
> For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
Attachments: signature.asc (0.24 KB)

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.