[Zope3-Users] BlueBream Vs ZTFY

2013-07-19 Thread Christopher Lozinski

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 month or so. 

And so here are the ztfy installation instructions.

http://wiki.ztfy.org/InstallationInstructions

And here are the bluebream installation instructions.

http://bluebream.zope.org/doc/1.0/gettingstarted.html#installation

Regards
Chris



___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] BlueBream 1.0 released !

2011-01-19 Thread Baiju M
On Wed, Jan 19, 2011 at 4:13 AM, Christophe Combelles  wrote:
> BlueBream 1.0 is now available for download at:
> http://pypi.python.org/pypi/bluebream/1.0
>
> Website: http://bluebream.zope.org/
>
> The corresponding buildout version file is located at
> http://download.zope.org/bluebream/bluebream-1.0.cfg

Congratulations for the final release :)

Regards,
Baiju M
___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] BlueBream 1.0 released !

2011-01-18 Thread Christophe Combelles
BlueBream 1.0 is now available for download at:
http://pypi.python.org/pypi/bluebream/1.0

Website: http://bluebream.zope.org/

The corresponding buildout version file is located at
http://download.zope.org/bluebream/bluebream-1.0.cfg


What is BlueBream
-

BlueBream -- formerly known as Zope 3 -- is a WSGI-compatible web component 
framework and application server written in the Python programming language. 
BlueBream 1.0 basically corresponds to Zope 3.5, although this name will not be 
used in the future.

BlueBream is entirely based on the Zope Toolkit 1.0.1 and benefits from its 
testing and maintenance infrastructure and team. It is compatible with Python 
2.4, 2.5 and 2.6, on Linux, Windows and MacOSX, although the BlueBream template 
itself has been tested mainly on Linux. Any help will be appreciated if issues 
are discovered on other platforms.

BlueBream is free/open source software, owned by the Zope Foundation,
licensed under the Zope Public License (BSD like, GPL compatible
license).


Changes from 1.0b4 to 1.0
-

A new design for the website ! http://bluebream.zope.org/

- Include `zope.location`, `zope.keyreference`, `zope.intid` and
   `zope.contentprovider`, `zope.i18n` from `site.zcml` file.
- Reorganized zcml files (for deploy, debug and testing)
- updated to ZTK 1.0.1


Migration from Zope 3.4 to BlueBream 1.0


There is a detailed document with details about migration:
http://bluebream.zope.org/doc/1.0/new/whatsnew-1.0.html

Thanks to everybody who has contributed to this release, particularly to Baiju 
who initiated the renaming from Zope 3 to BlueBream and invested a lot of 
efforts into it.

Regards,
Christophe

___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Bluebream

2010-10-30 Thread Thierry Florac
__
Le samedi 30 octobre,
  Albert DURANTON  a écrit :

> I learn bluebream with bluebream documentattion. After chap1 i run
> bin/paster serve debug.ini. I get :
> r...@mamachine:/home/albert2/bluebream/ticketcollector# bin/paster
> serve debug.ini Traceback (most recent call last): File "bin/paster",
> line 116, in paste.script.command.run()
> File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
> line 84, in run invoke(command, command_name, options, args[1:]) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
> line 123, in invoke exit_code = runner.run(args) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
> line 218, in run result = self.command() File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/serve.py",
> line 276, in command relative_to=base, global_conf=vars) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/serve.py",
> line 313, in loadapp **kw) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 204, in loadapp return loadobj(APP, uri, name=name, **kw) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 224, in loadobj global_conf=global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 248, in loadcontext global_conf=global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 278, in _loadconfig return loader.get_context(object_type, name,
> global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 400, in get_context global_additions=global_additions) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 474, in _filter_app_context APP, next_name, global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 409, in get_context section) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 431, in _context_from_use object_type, name=use,
> global_conf=global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 361, in get_context global_conf=global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 248, in loadcontext global_conf=global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 285, in _loadegg return loader.get_context(object_type, name,
> global_conf) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 561, in get_context object_type, name=name) File
> "/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
> line 581, in find_egg_entry_point pkg_resources.require(self.spec)
> File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654,
> in require needed = self.resolve(parse_requirements(requirements))
> File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 556,
> in resolve raise VersionConflict(dist,req) # XXX put more info here
> pkg_resources.VersionConflict: (mechanize 0.1.11
> (/usr/lib/python2.6/dist-packages),
> Requirement.parse('mechanize>=0.2.0')) I mechanise 0.2.0 in
> buildout.cfg, How use mechanize 0.1.11 in my buildout.cfg or other
> solution ? Merci d'avance. I am blocked and i can not continue. Dudu
__


Hi,

You probably have a mechanize package (0.1.11) in your default Python
install and another one (0.2.0) in your Buildout eggs directory.
Maybe you should try to create an isolated environment (without site
packages) using Virtualenv ??

Regards,
Thierry
___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Bluebream

2010-10-30 Thread Albert DURANTON
I learn bluebream with bluebream documentattion. After chap1 i run bin/paster 
serve debug.ini. I get :
r...@mamachine:/home/albert2/bluebream/ticketcollector# bin/paster serve 
debug.ini
Traceback (most recent call last):
File "bin/paster", line 116, in 
paste.script.command.run()
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
 line 84, in run
invoke(command, command_name, options, args[1:])
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
 line 123, in invoke
exit_code = runner.run(args)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
 line 218, in run
result = self.command()
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/serve.py",
 line 276, in command
relative_to=base, global_conf=vars)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/serve.py",
 line 313, in loadapp
**kw)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 204, in loadapp
return loadobj(APP, uri, name=name, **kw)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 224, in loadobj
global_conf=global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 248, in loadcontext
global_conf=global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 278, in _loadconfig
return loader.get_context(object_type, name, global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 400, in get_context
global_additions=global_additions)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 474, in _filter_app_context
APP, next_name, global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 409, in get_context
section)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 431, in _context_from_use
object_type, name=use, global_conf=global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 361, in get_context
global_conf=global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 248, in loadcontext
global_conf=global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 285, in _loadegg
return loader.get_context(object_type, name, global_conf)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 561, in get_context
object_type, name=name)
File 
"/home/albert2/bluebream/ticketcollector/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
 line 581, in find_egg_entry_point
pkg_resources.require(self.spec)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 556, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (mechanize 0.1.11 
(/usr/lib/python2.6/dist-packages), Requirement.parse('mechanize>=0.2.0'))
I mechanise 0.2.0 in buildout.cfg, How use mechanize 0.1.11 in my buildout.cfg 
or other solution ?
Merci d'avance. I am blocked and i can not continue.
Dudu


___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] [BlueBream] BlueBream 1.0b4 released

2010-08-26 Thread Baiju M
On Thu, Aug 26, 2010 at 7:31 PM, Christophe Combelles  wrote:
> BlueBream 1.0b4 is now available for download at:
> http://pypi.python.org/pypi/bluebream/1.0b4

I just tried out this release and it worked like a charm!

Thanks for great release!

Regards,
Baiju M
___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] BlueBream 1.0b4 released

2010-08-26 Thread Christophe Combelles
BlueBream 1.0b4 is now available for download at:
http://pypi.python.org/pypi/bluebream/1.0b4

The corresponding buildout version file is located at
http://download.zope.org/bluebream/bluebream-1.0b4.cfg

Changes from 1.0b3 to 1.0b4
---

 * Change custom interpreter name: s/breampy/bbpy
 * Fixed the generated buildout and make it repeatable
 * Added the "extends-cache" Buildout option to cache the extended 
configuration files
 * warn the user if the project template has significant changes
 * Added empty overrides.zcml - show best practices to developers
 * updated to ZTK 1.0a3
 * Automatically find and suggest the latest minor version online
 * added zope.app.http registrations to get the correct unauthorized view


What is BlueBream
-

BlueBream -- formerly known as Zope 3 -- is a web framework written
in the Python programming language.

BlueBream is free/open source software, owned by the Zope Foundation,
licensed under the Zope Public License (BSD like, GPL compatible
license).

Website: http://bluebream.zope.org/

Migration from Zope 3.4 to BlueBream 1.0


There is a detailed document with details about migration:
http://bluebream.zope.org/doc/1.0/new/whatsnew-1.0.html

Thanks to everybody who has contributed to this release.

Regards,
Christophe
___
bluebream mailing list
bluebr...@zope.org
https://mail.zope.org/mailman/listinfo/bluebream


___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users