RE: [Zope3-Users] Re: How can I get a viewlet's docstring from within aviewlet manager?

2008-06-19 Thread Andreas Johnsen
Thanks, that solved my problem. Now I can get hold of the docstring I want with "viewlet.__class__.__base__.__doc__" Andreas > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Philipp > von Weitershausen > Sent: 14. juni 2008 11:22 > To: zope3-user

[Zope3-Users] Zopeproject-generated app - problem with temporary paths to egg packages

2008-06-19 Thread Alek
Hello, For some mysterious reason my app (generated by zopeproject) uses eggs from some temporary path, even when the original egg is not zipped. This makes impossible to set breakpoint somewhere in egg code, or to quickly navigate to exception point in eclipse pydev. Is there a simple way to get

[Zope3-Users] Re: Zopeproject-generated app - problem with temporary paths to egg packages

2008-06-19 Thread Philipp von Weitershausen
Alek wrote: Hello, For some mysterious reason my app (generated by zopeproject) uses eggs from some temporary path, even when the original egg is not zipped. This is a known setuptools problem. It compiles .py modules to .pyc files in a temporary location, thus the .pyc files contain referenc

Re: [Zope3-Users] Zopeproject-generated app - problem with temporary paths to egg packages

2008-06-19 Thread Benji York
On Thu, Jun 19, 2008 at 7:29 AM, Alek <[EMAIL PROTECTED]> wrote: > Hello, > For some mysterious reason my app (generated by zopeproject) uses eggs from > some temporary path, even when the original egg is not zipped. This is a known problem with setuptools. The easiest way around it is to remove

[Zope3-Users] Python Package Construction

2008-06-19 Thread Tim Cook
Hi All, I would like feedback on the proper/best 'Pythonic' approach. This is a rather subjective question. Where is the trade-off between package name lengths and faithfulness to the specifications? [Discussion follows] I am implementing a set of specifications for healthcare IT for Python pro

AW: [Zope3-Users] Python Package Construction

2008-06-19 Thread Roger Ineichen
Hi Tim > Betreff: [Zope3-Users] Python Package Construction > > Hi All, > > I would like feedback on the proper/best 'Pythonic' approach. > > This is a rather subjective question. Where is the trade-off > between package name lengths and faithfulness to the specifications? > > [Discussion fol