Roundup Tracker - Issues

Message4200

Author schlatterbeck
Recipients ThomasAH, ber, pefu, schlatterbeck, slteichmann, stefan
Date 2010-11-09.14:05:41
Message-id <20101109140538.GA19567@runtux.com>
In-reply-to <1289233579.51.0.707254189263.issue2550648@psf.upfronthosting.co.za>
On Mon, Nov 08, 2010 at 04:26:19PM +0000, Bernhard Reiter wrote:
> 
> Committed after discussion on roundup-devel@.
> 
> rev4575

Is it possible that your commit misses a file?
Im now getting the traceback below and "svn blame"
of cgi/templating.py tells me

  4575        ber from KeywordsExpr import render_keywords_expression_editor

Traceback (most recent call last):
  File "/usr/local/bin/roundup-mailgw", line 6, in <module>
    run()
  File "/usr/local/lib/python2.5/site-packages/roundup/scripts/roundup_mailgw.py", line 212, in run
    sys.exit(main(sys.argv))
  File "/usr/local/lib/python2.5/site-packages/roundup/scripts/roundup_mailgw.py", line 143, in main
    import roundup.instance
  File "/usr/local/lib/python2.5/site-packages/roundup/instance.py", line 35, in <module>
    from roundup.cgi import client, templating
  File "/usr/local/lib/python2.5/site-packages/roundup/cgi/client.py", line 10, in <module>
    from roundup.cgi import templating, cgitb, TranslationService
  File "/usr/local/lib/python2.5/site-packages/roundup/cgi/templating.py", line 30, in <module>
    from KeywordsExpr import render_keywords_expression_editor
ImportError: No module named KeywordsExpr

Thanks, Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   http://www.runtux.com
Reichergasse 131                        email: office@runtux.com
A-3411 Weidling       
osAlliance member                       email: rsc@osalliance.com
History
Date User Action Args
2010-11-09 14:05:42schlatterbecksetrecipients: + schlatterbeck, stefan, ber, pefu, ThomasAH, slteichmann
2010-11-09 14:05:41schlatterbecklinkissue2550648 messages
2010-11-09 14:05:41schlatterbeckcreate