Help with IssueTrackerProduct, please
Hello folks, sorry to forward this request to the list, but mail to the author bounced (the domain peterbe.com doesn't seem to exist any more), so I'll ask for help here... has anyone managed to install the IssueTrackerProduct by Peter Bengtsson? Cheers, uwe ###################################################################### Hi Peter, I just finished installing your IssueTrackerProduct 0.4.1a on Zope 2.5.1 / Python 2.1.3. I followed the instructions to the letter, Importing and adding the Issue Tracker object works, too. However when I click on the "view" tab of my newly created issue tracker instance, I get the following error: "The object at http://145.228.173.99:8080/it/mine/index_html has an empty or missing docstring. Objects must have a docstring to be published." ("it" is where the FSSession and MailHost lives) I'm only a Zope newbie in search of an issue tracker, so this one is a bit over my head. Of course there is no index_html in the Issue tracker object, so maybe that's the problem; however our zip file both tested and unpacked fine, so I guess I have a complete installation. Thanks in advance for your help & bye for now, uwe ###################################################################### -- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: - / 6 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
Uwe,
sorry to forward this request to the list, but mail to the author bounced (the domain peterbe.com doesn't seem to exist any more), so I'll ask for help here... has anyone managed to install the IssueTrackerProduct by Peter Bengtsson?
Yes I know. Annoying. I paid it yesterday at last.
"The object at http://145.228.173.99:8080/it/mine/index_html has an empty or missing docstring. Objects must have a docstring to be published."
Send me the whole error message because version 0.4.1a is a ZClass product and it's difficult to make the misstake of writing a docstring. I've attached the very latest version. This is a python product instead and hence easier to install. No need for FSSession anymore. The only features missing is the "Filter only..." on ListIssues and to send multimessages to your notifyable objects. Working on it. I actually use this version of IssueTracker almost every day.
I'm only a Zope newbie in search of an issue tracker, so this one is a bit over my head. Of course there is no index_html in the Issue tracker object, so maybe that's the problem; however our zip file both tested and unpacked fine, so I guess I have a complete installation.
The 'index_html' lives within the instance via its class. In the ZClass there is a index_html method on the other hand.
Thanks in advance for your help & bye for now,
uwe
######################################################################
-- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: - / 6 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.361 / Virus Database: 199 - Release Date: 2002-05-07
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.361 / Virus Database: 199 - Release Date: 2002-05-07
Peter Bengtsson wrote:
I've attached the very latest version. This is a python product instead and hence easier to install. No need for FSSession anymore. The only features missing is the "Filter only..." on ListIssues and to send multimessages to your notifyable objects. Working on it. I actually use this version of IssueTracker almost every day.
Hi Peter This looks great! Just the right amount of features/functionality that I am looking for, I'll give it a spin with some of my customers and see what they think. Thanks! regards Max M
On Tue, May 28, 2002 at 09:20:44AM +0100, Peter Bengtsson wrote:
Uwe,
I've attached the very latest version. This is a python product instead and hence easier to install. No need for FSSession anymore.
Hi Peter et al., I installed the latest version you sent, but the error persists. However in my zope log I get all kinds of errors at startup, namely 2002-05-28T11:20:06 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x0 0\x002n' Traceback (innermost last): File /projekte/hoover/src/Zope-2.5.1-src/lib/python/ZODB/Connection.py, line 4 75, in setstate File /projekte/hoover/src/Zope-2.5.1-src/lib/python/Products/PageTemplates/Zop ePageTemplate.py, line 317, in __setstate__ (Object: AddIssue) File /projekte/hoover/src/Zope-2.5.1-src/lib/python/Products/PageTemplates/Pag eTemplate.py, line 199, in _cook (Object: AddIssue) File /projekte/hoover/src/Zope-2.5.1-src/lib/python/TAL/TALGenerator.py, line 33, in __init__ AttributeError: Engine instance has no attribute 'getCompilerError' I suspect that installing PageTemplates and / TAL broke something in my original Zope 2.5.1 installation. Any ideas? Cheers, uwe -- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: - / 6 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
I installed the latest version you sent, but the error persists. However in my zope log I get all kinds of errors at startup, namely
2002-05-28T11:20:06 ERROR(200) ZODB Couldn't load state for '\x00\x00\x00\x00\x0 0\x002n' Traceback (innermost last): File /projekte/hoover/src/Zope-2.5.1-src/lib/python/ZODB/Connection.py, line 4 75, in setstate File /projekte/hoover/src/Zope-2.5.1-src/lib/python/Products/PageTemplates/Zop ePageTemplate.py, line 317, in __setstate__ (Object: AddIssue) File /projekte/hoover/src/Zope-2.5.1-src/lib/python/Products/PageTemplates/Pag eTemplate.py, line 199, in _cook (Object: AddIssue) File /projekte/hoover/src/Zope-2.5.1-src/lib/python/TAL/TALGenerator.py, line 33, in __init__ AttributeError: Engine instance has no attribute 'getCompilerError'
I suspect that installing PageTemplates and / TAL broke something in my original Zope 2.5.1 installation.
"Installing PageTemplates"?? Zope 2.5.x comes with PageTemplates by already installed. I haven't tested my product with zope 2.5.x yet. On earlier versions I know there's a glitch with the MACRO expansion but I'm going to solve that shortly. Does PageTemplates work for you at all? ...independent of IssueTrackerProduct ?
Any ideas?
Cheers,
uwe
-- Uwe Schuerkamp Tel: +49 (0)5241 / 80 10 66, FAX: - / 6 23 38 Uwe.Schuerkamp@nionex.net Nionex GmbH, IWN5 (http://www.nionex.de/) GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.361 / Virus Database: 199 - Release Date: 2002-05-07
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.361 / Virus Database: 199 - Release Date: 2002-05-07
participants (4)
-
Max M -
Peter Bengtsson -
Peter Bengtsson -
Uwe Schuerkamp