[Zope] Safari basic authentication problem

2009-08-12 Thread Hedley Roos
Hi Safari 4.0.2 fails to send an Authorization header to the server when the user is authenticated via basic authentication. This results in all sorts of permission problems. I realise this is not a Zope problem but perhaps I can hack some temporary solution server-side to convince Safari to p

Re: [Zope] zc.buildout and zope2.12

2009-08-12 Thread Chris Withers
jonas wrote: > Hi Chris! It`s sure is great to meeting you! I have tried latest version > 3.4 of plone.recipe.zope2instance from SVN: > > http://svn.plone.org/svn/collective/buildout/plone.recipe.zope2instance/ > > It looks like it works with Zope 2.12, it uses bin/mkzopeinstance. It's strange

[Zope] Zope and wxPython interface

2009-08-12 Thread Lumir Jasiok
Hi, I need to write an application which will be based on MVC design and will have both web interface and desktop GUI based on wxPython. It is possible to write such an application as standard Zope app and use zope.interfaces package for defining wxPython GUI as other view (I hope that it's ca

Re: [Zope] Zope and wxPython interface

2009-08-12 Thread David Bear
What do you gain by doing this? On Wed, Aug 12, 2009 at 2:50 PM, Lumir Jasiok wrote: > Hi, > > I need to write an application which will be based on MVC design and > will have both web interface and desktop GUI based on wxPython. It is > possible to write such an application as standard Zope app