Re: [Zope-dev] Error: Picked: Jinja2 = 2.6

2013-05-03 Thread Christopher Lozinski

First I am delighted to see that someone is doing a new bluebream
application.  There seem to be so few of us.

What is your starting point??  There has been no release of bluebream
for ages.

For me, my starting point is ZTFY.org  He does a great job supporting
it, and the release is quite recent.
The docs are getting good too.  wiki.ztfy.org

My next question is about getting Jinja2 to work. 

I know about megrok.jinja2, but it is not at all clear to me how to get
it to run with bluebream/ztfy

I even wrote up a page about it.

http://zopache.com/RFP_Jinja2


 A quick search for jinja2 on pypi indicates a version for Django, a
version for flask, a version for pyramid, but no version for ztk

What are you using as a Jinja2 release for Bluebream?

-- 
 I run 
http://Django.SpecialtyJobMarkets.com

Regards
Christopher Lozinski

The future of Zope 
http://ZOPACHE.COM

On Digital Design
http://OOHDL.COM





___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] zope-tests - FAILED: 1, OK: 12

2013-05-03 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-05-02 00:00:00 UTC and 2013-05-03 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


[1]Still Failing - zopetoolkit_trunk - Build # 256
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64

Non-OK results
--

[1]FAILED  Still Failing - zopetoolkit_trunk - Build # 256
   https://mail.zope.org/pipermail/zope-tests/2013-May/074221.html


___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Error: Picked: Jinja2 = 2.6

2013-05-03 Thread Martijn Pieters
Your buildout has been configured to only allow *pinned* dependencies; eggs for 
which you specified the version.


Add `Jinja2 = 2.6` to your `[versions]` section.
—
Martijn Pieters
zopatista.com

On Fri, May 3, 2013 at 3:43 AM, Tamer Higazi th9...@googlemail.com
wrote:

 Hi people!
 in my new bluebream application I tried to add the template engine
 jinja2 in setup.py before running buildout and I get this error?!
 Am I doing something wrong?!
 Develop: '/storage/PyProjects/bbreamAPP/.'
 install_dir /storage/PyProjects/bbreamAPP/develop-eggs/tmp6qhLW1build
 Updating app.
 While:
   Updating app.
   Getting distribution for 'jinja2'.
 Error: Picked: Jinja2 = 2.6
 ___
 Zope maillist  -  Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope-dev )___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Error: Picked: Jinja2 = 2.6

2013-05-03 Thread Tamer Higazi
Sorry Martijn,
I am a stupid beginner with bluebream, therfor where is the [versions]
section ?!



Tamer


Am 03.05.2013 10:05, schrieb Martijn Pieters:
 Your buildout has been configured to only allow *pinned* dependencies;
 eggs for which you specified the version.
 
 
 Add `Jinja2 = 2.6` to your `[versions]` section.
 
 —
 Martijn Pieters
 zopatista.com
 
 
 On Fri, May 3, 2013 at 3:43 AM, Tamer Higazi th9...@googlemail.com
 mailto:th9...@googlemail.com wrote:
 
 Hi people!
 in my new bluebream application I tried to add the template engine
 jinja2 in setup.py before running buildout and I get this error?!
 
 Am I doing something wrong?!
 
 
 Develop: '/storage/PyProjects/bbreamAPP/.'
 install_dir /storage/PyProjects/bbreamAPP/develop-eggs/tmp6qhLW1build
 Updating app.
 While:
 Updating app.
 Getting distribution for 'jinja2'.
 Error: Picked: Jinja2 = 2.6
 
 ___
 Zope maillist - Zope@zope.org
 https://mail.zope.org/mailman/listinfo/zope
 ** No cross posts or HTML encoding! **
 (Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )
 
 

___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-CMF] cmf-tests -

2013-05-03 Thread CMF tests summarizer
This is the summary for test reports received on the 
cmf-tests list between 2013-05-02 00:00:00 UTC and 2013-05-03 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received



Non-OK results
--

___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests