Re: still spy:login_required renderer problems
"Jonathan Ellis" <[email protected]> Wed, 20 Dec 2006 06:49:18 -0800
| Newsgroups | gmane.comp.python.spyce.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 20 Dec 2006 08:34:57 +0100, w-reiser-S0/[email protected] said: > To append my tags path works fine but when i do the > globaltags.append((None,'myrender.spi',myrender)) > I get still the long error message. So I tried the following: > I copied the render.spi file to my tags directory and renamed it to > myrender.spi and I get still the error Since you don't say what the error is, I'm guessing, but it looks like there is a bug when you give two tag libraries the same libname. I will fix the bug but in the meantime this should work globaltags = [ ('core', 'core.py', 'spy'), ('form', 'form.py', 'f'), (None, 'myrender.spi', 'myrender'), ] -Jonathan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV