[Zope-dev] error while installing zope.viewlet via buildout in bluebream

2011-07-11 Thread Joshua Immanuel
Hello,

I am finding it hard to install zope.viewlet package via buildout. Here
is my buildout configuration snippet

[zopeextras]
recipe = zc.recipe.egg
eggs = zope.catalog
   zope.viewlet

[app]
recipe = zc.recipe.egg
eggs = testbb
   z3c.evalexception=2.0
   Paste
   PasteScript
   PasteDeploy
   ${zopeextras:eggs}
interpreter = bbpy

...

I get the following error while running buildout

Getting distribution for 'zope.viewlet==3.7.2'.
install_dir /home/joshua/mudpit/testbb/eggs/tmpv7F8Bd
error: None
An error occured when trying to install zope.viewlet 3.7.2. Look
above this message for any errors that were output by
easy_install.
While:
  Installing zopeextras.
  Getting distribution for 'zope.viewlet==3.7.2'.
Error: Couldn't install: zope.viewlet 3.7.2

To check, I tried doing the 'easy_install' to a virtualenv set folder.
zope.viewlet package along with its dependencies got installed even
though I got the following error with RestrictedPython-3.6.0 package

Processing RestrictedPython-3.6.0.zip
Running RestrictedPython-3.6.0/setup.py -q bdist_egg
--dist-dir 
/tmp/easy_install-pNkln2/RestrictedPython-3.6.0/egg-dist-tmp-UpguQT
SyntaxError: ('invalid syntax',

('build/bdist.linux-x86_64/egg/RestrictedPython/tests/before_and_after27.py', 
30, 17, 'x = {y: y for y in whatever if y}\n'))

SyntaxError: ('invalid syntax',

('build/bdist.linux-x86_64/egg/RestrictedPython/tests/security_in_syntax27.py', 
6, 13, '{y: y for _restricted_name in x}\n'))

SyntaxError: ('invalid syntax',

('/tmp/test2/lib/python2.6/site-packages/RestrictedPython-3.6.0-py2.6.egg/RestrictedPython/tests/before_and_after27.py',
 30, 17, 'x = {y: y for y in whatever if y}\n'))

SyntaxError: ('invalid syntax',

('/tmp/test2/lib/python2.6/site-packages/RestrictedPython-3.6.0-py2.6.egg/RestrictedPython/tests/security_in_syntax27.py',
 6, 13, '{y: y for _restricted_name in x}\n'))

Adding RestrictedPython 3.6.0 to easy-install.pth file

Installed 
/tmp/test2/lib/python2.6/site-packages/RestrictedPython-3.6.0-py2.6.egg
Finished processing dependencies for zope.viewlet

I googled to find the solution for this but I couldn't find one. Can
someone tell me where I am wrong?

Thanks

-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in


signature.asc
Description: This is a digitally signed message part
___
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-dev] [BlueBream] error while installing zope.viewlet via buildout in bluebream

2011-07-11 Thread Joshua Immanuel
Hello Christian,

On Mon, 2011-07-11 at 11:35 +0200, Christian Klinger wrote:
 why you don't add this in setup.py install_requires?
 
 ...
 
install_requires=[..., 'zope.viewlet',...]
 
 ...

As you said, I removed the 'zope.viewlet' line from buildout.cfg and
added it to the 'install_requires' in setup.py. Still I get the same
error. :(

-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in


signature.asc
Description: This is a digitally signed message part
___
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-dev] error while installing zope.viewlet via buildout in bluebream

2011-07-11 Thread Joshua Immanuel
Hello,

On Mon, 2011-07-11 at 12:52 +0530, Joshua Immanuel wrote:
 I am finding it hard to install zope.viewlet package via buildout.
 Here is my buildout configuration snippet
 
 [zopeextras]
 recipe = zc.recipe.egg
 eggs = zope.catalog
zope.viewlet
 
 [app]
 recipe = zc.recipe.egg
 eggs = testbb
z3c.evalexception=2.0
Paste
PasteScript
PasteDeploy
${zopeextras:eggs}
 interpreter = bbpy
 
 ...
 
 I get the following error while running buildout
 
 Getting distribution for 'zope.viewlet==3.7.2'.
 install_dir /home/joshua/mudpit/testbb/eggs/tmpv7F8Bd
 error: None
 An error occured when trying to install zope.viewlet 3.7.2.
 Look
 above this message for any errors that were output by
 easy_install.
 While:
   Installing zopeextras.
   Getting distribution for 'zope.viewlet==3.7.2'.
 Error: Couldn't install: zope.viewlet 3.7.2 

In order to simplify things, instead of checking it in bluebream's
buildout config I created a separate buildout.cfg file in an empty
folder with the following configuration

[buildout]
parts = ze

[ze]
recipe = zc.recipe.egg
eggs = zope.viewlet
interpreter = mypy

Still I get the same error. So, I guess this is not just a bluebream
issue.

Can someone tell me where the problem is?

Thanks
-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in


signature.asc
Description: This is a digitally signed message part
___
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-dev] [BlueBream] error while installing zope.viewlet via buildout in bluebream [SOLVED]

2011-07-11 Thread Joshua Immanuel
Hello Michael,

On Mon, 2011-07-11 at 13:47 +0200, Michael Howitz wrote:
 Maybe the file in your downloads cache is broken. So delete it and try
 again.

Yes. You were right. Deleting the 'zope.viewlet-3.7.2.tar.gz' from the
buildout cache solved the problem.

Thanks for helping me out even if the problem is too silly.

-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in


signature.asc
Description: This is a digitally signed message part
___
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-dev] congrats on the new zope.org launch, but..

2011-07-11 Thread Andreas Jung



Martijn Faassen wrote:

Hi there,

Congrats on the relaunch of zope.org, I know it's been a hard slog!

But I brought up an item twice already and nothing appears to have been
done about it.


Sorry for not picking up your valuable input earlier.


According to zope.org Gork is more like ZPT than it is
like BlueBream. Griok is more like CMF than it is like BlueBream. This
is because Grok is listed under the grab-bag framework category.


I partly agree with you - I think Grok can be considered both as an 
application server and as a framework. I would not object to move Grok
to the app server section if you want it. The problem is more that 
grab-bag framework.  The ZCA is to be honest not a framework but a 
concept and ZPT is a part of the ZTK and all other frameworks.




I also mention that 'Application Servers' may not be the best heading
for the category which could contain Zope and BlueBream and Grok. Zope's
an application server, the other two are called web framework


I won't start a new philosophical discussion about differences between 
application servers and web-frameworks - any better naming suggestion 
for a category holding Zope, Bluebream and Grok?


Andreas
attachment: lists.vcf___
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: 10, OK: 81, UNKNOWN: 2

2011-07-11 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2011-07-10 00:00:00 UTC and 2011-07-11 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


   Bluebream / Python2.4.6 64bit linux
   Bluebream / Python2.5.5 64bit linux
   Bluebream / Python2.6.5 64bit linux
[1]UNKNOWN : Zope-trunk Python-2.6.6 : Linux
[2]UNKNOWN : Zope-trunk-alltests Python-2.6.6 : Linux
   ZTK 1.0 / Python2.4.6 Linux 64bit
   ZTK 1.0 / Python2.5.5 Linux 64bit
   ZTK 1.0 / Python2.6.5 Linux 64bit
[3]ZTK 1.0dev / Python2.4.6 Linux 64bit
[4]ZTK 1.0dev / Python2.5.5 Linux 64bit
[5]ZTK 1.0dev / Python2.6.5 Linux 64bit
   Zope 3.4 KGS / Python2.4.6 64bit linux
   Zope 3.4 KGS / Python2.5.5 64bit linux
   Zope 3.4 Known Good Set / py2.4-32bit-linux
   Zope 3.4 Known Good Set / py2.4-64bit-linux
   Zope 3.4 Known Good Set / py2.5-32bit-linux
   Zope 3.4 Known Good Set / py2.5-64bit-linux
   Zope Buildbot / zope2.12-py2.6 slave-osx
   Zope Buildbot / zope2.12-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.12-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.13-py2.6 slave-osx
   Zope Buildbot / zope2.13-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.13-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.13-py2.7 slave-osx
   Zope Buildbot / zope2.13-py2.7 slave-ubuntu32
   Zope Buildbot / zope2.13-py2.7 slave-ubuntu64
[6]Zope Buildbot / zope2.13_win-py2.6 slave-win
[7]Zope Buildbot / zope2.13_win-py2.7 slave-win
   Zope Buildbot / zope2.14-py2.6 slave-osx
   Zope Buildbot / zope2.14-py2.6 slave-osx
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.6 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.7 slave-osx
   Zope Buildbot / zope2.14-py2.7 slave-osx
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu32
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
   Zope Buildbot / zope2.14-py2.7 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-osx
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.4 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-osx
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-osx
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.0-py2.6 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.0_win-py2.4 slave-win
   Zope Buildbot / zopetoolkit-1.0_win-py2.5 slave-win
   Zope Buildbot / zopetoolkit-1.0_win-py2.6 slave-win
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-osx
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.1-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-osx
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-1.1-py2.6 slave-ubuntu64
[8]Zope Buildbot / zopetoolkit-1.1_win-py2.5 slave-win
[9]Zope Buildbot / zopetoolkit-1.1_win-py2.6 slave-win
   Zope Buildbot / zopetoolkit-py2.5 slave-osx
   Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu32
   Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64
   Zope Buildbot / zopetoolkit-py2.6 slave-osx
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu32
   Zope Buildbot / zopetoolkit-py2.6 slave-ubuntu64
[10]   Zope Buildbot / zopetoolkit_win-py2.5 slave-win
[11]   Zope Buildbot / zopetoolkit_win-py2.6 slave-win
   Zope-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12 Python-2.6.6 : Linux
   Zope-2.12-alltests Python-2.6.6 : Linux
   Zope-2.13 Python-2.6.6 : Linux
   Zope-2.13-alltests Python-2.6.6 : Linux
   winbot / ZODB_dev py_254_win32
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[12]   winbot / zope.app.interface_py_265_32
   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
   winbot / ztk_dev py_254_win32
   winbot / ztk_dev py_265_win32
   winbot / ztk_dev py_265_win64
   winbot / ztk_dev py_270_win32
   winbot / ztk_dev py_270_win64

Non-OK results
--

[1]UNKNOWN UNKNOWN : Zope-trunk Python-2.6.6