The question on the zope mailing list was why are we installing ztfy
rather than bluebream.
But if you take a look at the pypi page
https://pypi.python.org/pypi/bluebream
The most recent release is from Jan 2011. So much better to start with
the new releases of ztfy. We get new releases every
First thanks Thierry for the great support.
>Can you try to install release 1.5.2 of zc.buildout ?
>(easy_install zc.buildout==1.5.2)
I deleted all my zc.buildouts, and easy installed it as suggested, and then
tried to install ztfy.webapp.
But the whole thing still does not work.
I was won
Same result as before.
I tried it globally as well as in a virtualenv
Tamer
On 07/20/13 01:19, Thierry Florac wrote:
>
> Hi,
>
> Le Sat, 20 Jul 2013 01:09:50 +0200,
> Tamer Higazi a écrit:
>
>> I believe also that it is not related to ztfy packages, because the
>> same result is being d
Hi,
Le Sat, 20 Jul 2013 01:09:50 +0200,
Tamer Higazi a écrit:
> I believe also that it is not related to ztfy packages, because the
> same result is being displayed with bluebream as well.
>
> I am using Python 2.7.5 on Gentoo Linux 64 Bit.
I already had a few installation problem with zc.b
Hi Thierry!
I believe also that it is not related to ztfy packages, because the same
result is being displayed with bluebream as well.
I am using Python 2.7.5 on Gentoo Linux 64 Bit.
Regards
Tamer
>
> I don't think that this problem is strictly related to ZTFY packages.
>
> Which Python
Hi,
Le Fri, 19 Jul 2013 23:43:54 +0200,
Tamer Higazi a écrit:
> Hi peeople!
> I sent by mistake this question to the zope2 Mailinglist, and I hope
> you forgive me. I have this problem:
>
> I am trying to install zope3 /ztfy webapp, and I face quickly a
> problem by running "python bootstrap
Hi peeople!
I sent by mistake this question to the zope2 Mailinglist, and I hope you
forgive me. I have this problem:
I am trying to install zope3 /ztfy webapp, and I face quickly a problem
by running "python bootstrap.py" after application setup. Here the problem:
README.txt bootstrap.py buil
It's not the most elegant way but it does the job:
def updateWidgets(self):
super(StepAddForm, self).updateWidgets()
AddAction = button.StaticButtonActionAttribute(
u'Add Action',
button=self.widgets['o_action_list'].buttons['add'])
zope.component.provideAda