[Trac] Re: Unable to install TracForge

2008-07-17 Thread jaanu

Thanks Noah.

I'm experience another problem. After i install Tracforge and if i
create a ticket in Master environmnet i was able to create. But when i
modify the ticket and update i'm getting the following error.

Oops…
Trac detected an internal error:

Python Traceback
Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/trac/web/main.py, line 406,
in dispatch_request
dispatcher.dispatch(req)
  File /usr/lib/python2.4/site-packages/trac/web/main.py, line 237,
in dispatch
resp = chosen_handler.process_request(req)
  File /usr/lib/python2.4/site-packages/trac/ticket/web_ui.py, line
290, in process_request
self._do_save(req, db, ticket)
  File /usr/lib/python2.4/site-packages/trac/ticket/web_ui.py, line
558, in _do_save
cnum=internal_cnum):
  File /usr/lib/python2.4/site-packages/trac/ticket/model.py, line
262, in save_changes
listener.ticket_changed(self, comment, author, old_values)
  File /usr/lib/python2.4/site-packages/TracForge-1.1-py2.4.egg/
tracforge/subscriptions/ticket.py, line 125, in ticket_changed
if ticket['tracforge_linkmap']:
  File /usr/lib/python2.4/site-packages/trac/ticket/model.py, line
104, in __getitem__
return self.values[name]
KeyError: 'tracforge_linkmap'

I've tested this on Trac 0.10.4 with SQLite and Trac 0.10.5 with
PostgreSQL. The behaviour is same on both the cases.

Please suggest.

Thanks,
Niranjan.

On Jul 16, 1:00 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
 hansi.hinterseer wrote:
  Tryhttp://redmine.org. No hassle, quick response, all features which
  are necessary.

 There has already been a long thread about the virtues of Trac vs.
 Redmine. Please do not attempt to continue this elsewhere or it will
 assumed you are trolling. If you have actual issues you would like to
 raise, please do so on the trac-dev list.

 --Noah

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



[Trac] Re: Unable to install TracForge

2008-07-17 Thread Noah Kantrowitz

jaanu wrote:

Thanks Noah.

I'm experience another problem. After i install Tracforge and if i
create a ticket in Master environmnet i was able to create. But when i
modify the ticket and update i'm getting the following error.

Oops…
Trac detected an internal error:

Python Traceback
Traceback (most recent call last):
  File /usr/lib/python2.4/site-packages/trac/web/main.py, line 406,
in dispatch_request
dispatcher.dispatch(req)
  File /usr/lib/python2.4/site-packages/trac/web/main.py, line 237,
in dispatch
resp = chosen_handler.process_request(req)
  File /usr/lib/python2.4/site-packages/trac/ticket/web_ui.py, line
290, in process_request
self._do_save(req, db, ticket)
  File /usr/lib/python2.4/site-packages/trac/ticket/web_ui.py, line
558, in _do_save
cnum=internal_cnum):
  File /usr/lib/python2.4/site-packages/trac/ticket/model.py, line
262, in save_changes
listener.ticket_changed(self, comment, author, old_values)
  File /usr/lib/python2.4/site-packages/TracForge-1.1-py2.4.egg/
tracforge/subscriptions/ticket.py, line 125, in ticket_changed
if ticket['tracforge_linkmap']:
  File /usr/lib/python2.4/site-packages/trac/ticket/model.py, line
104, in __getitem__
return self.values[name]
KeyError: 'tracforge_linkmap'

I've tested this on Trac 0.10.4 with SQLite and Trac 0.10.5 with
PostgreSQL. The behaviour is same on both the cases.



The subscription system is flaky at best, I would leave it disabled. It 
has already been removed in the 0.11 branch.


--Noah



signature.asc
Description: OpenPGP digital signature


[Trac] Re: Unable to install TracForge

2008-07-16 Thread hansi.hinterseer

Try http://redmine.org. No hassle, quick response, all features which
are necessary.

Hansi.

On Jul 15, 2:43 pm, jaanu [EMAIL PROTECTED] wrote:
 Hi,

 BUt Trac documentation says Tracforge does support 0.11dev version.
 I'm actually trying to implement Cross-project ticket queries for
 which Tracforge has to be installed. For your reference am attaching
 the link with this email.

 http://trac.edgewall.org/wiki/TracMultipleProjects/ComprehensiveSolution

 Please help.
 Thanks for all your support.

 Niranjan

 On Jul 4, 6:55 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:

  On Jul 4, 2008, at 6:08 AM, jaanu wrote:

   Hi,

   I'm using Trac 0.11rc2. when i try to install TracForge, test.py is
   throwing the below error...

   Traceback (most recent call last):
    File test.py, line 3, in ?
      if os.environ['TRAC_VERSION'] in ('trunk', 'renderfilter'):
    File /usr/lib/python2.4/UserDict.py, line 17, in __getitem__
      def __getitem__(self, key): return self.data[key]
   KeyError: 'TRAC_VERSION'

  test.py is a test script I use personally. TracForge for 0.11 is not  
  yet released, and you will see that setup.py blocks you from  
  installing it.

  --Noah

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Unable to install TracForge

2008-07-16 Thread Noah Kantrowitz

hansi.hinterseer wrote:

Try http://redmine.org. No hassle, quick response, all features which
are necessary.


There has already been a long thread about the virtues of Trac vs. 
Redmine. Please do not attempt to continue this elsewhere or it will 
assumed you are trolling. If you have actual issues you would like to 
raise, please do so on the trac-dev list.


--Noah



signature.asc
Description: OpenPGP digital signature


[Trac] Re: Unable to install TracForge

2008-07-15 Thread jaanu

Hi,

BUt Trac documentation says Tracforge does support 0.11dev version.
I'm actually trying to implement Cross-project ticket queries for
which Tracforge has to be installed. For your reference am attaching
the link with this email.

http://trac.edgewall.org/wiki/TracMultipleProjects/ComprehensiveSolution

Please help.
Thanks for all your support.

Niranjan

On Jul 4, 6:55 pm, Noah Kantrowitz [EMAIL PROTECTED] wrote:
 On Jul 4, 2008, at 6:08 AM, jaanu wrote:



  Hi,

  I'm using Trac 0.11rc2. when i try to install TracForge, test.py is
  throwing the below error...

  Traceback (most recent call last):
   File test.py, line 3, in ?
     if os.environ['TRAC_VERSION'] in ('trunk', 'renderfilter'):
   File /usr/lib/python2.4/UserDict.py, line 17, in __getitem__
     def __getitem__(self, key): return self.data[key]
  KeyError: 'TRAC_VERSION'

 test.py is a test script I use personally. TracForge for 0.11 is not  
 yet released, and you will see that setup.py blocks you from  
 installing it.

 --Noah
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Unable to install TracForge

2008-07-15 Thread Noah Kantrowitz

jaanu wrote:

Hi,

BUt Trac documentation says Tracforge does support 0.11dev version.
I'm actually trying to implement Cross-project ticket queries for
which Tracforge has to be installed. For your reference am attaching
the link with this email.

http://trac.edgewall.org/wiki/TracMultipleProjects/ComprehensiveSolution


That guide refers only to David's personal branch of TracForge, which it 
links to: 
http://trac-hacks.org/svn/tracforgeplugin/branches/bewst/0.11-clearsilver/ .


--Noah



signature.asc
Description: OpenPGP digital signature


[Trac] Re: Unable to install TracForge

2008-07-04 Thread Noah Kantrowitz

On Jul 4, 2008, at 6:08 AM, jaanu wrote:


 Hi,

 I'm using Trac 0.11rc2. when i try to install TracForge, test.py is
 throwing the below error...

 Traceback (most recent call last):
  File test.py, line 3, in ?
if os.environ['TRAC_VERSION'] in ('trunk', 'renderfilter'):
  File /usr/lib/python2.4/UserDict.py, line 17, in __getitem__
def __getitem__(self, key): return self.data[key]
 KeyError: 'TRAC_VERSION'

test.py is a test script I use personally. TracForge for 0.11 is not  
yet released, and you will see that setup.py blocks you from  
installing it.

--Noah

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---