Dear Thierry, Thanks for your response. I have tried to setup an application with ZTFY and / or bluebream, but I do get always the same error on the screen.
After running I get an URLLib Error on the screen.... I am running Python 2.7.10 on gentoo. Output with error: tamer@tux /storage/PyProjects $ paster create -t ztfy.webapp mysite Selected and implied templates: ztfy.webapp#ztfy.webapp A ZTFY webapp project, referencing all ZTFY packages Variables: egg: mysite package: mysite project: mysite Searching the latest version... /usr/lib64/python2.7/site-packages/pkg_resources/__init__.py:203: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need. stacklevel=1, 1.1.34 Enter python_package (Main Python package (without namespace)) ['mysite']: Enter interpreter (Name of custom Python interpreter) ['ztpy']: Enter release (Which release of ZTFY.webapp? Check on http://download.ztfy.org/webapp/) ['1.1.34']: Enter version (Version of your project) ['0.1']: Enter description (One-line description of the package) ['']: Enter long_description (Multi-line description (in reST)) ['']: Enter keywords (Space-separated keywords/tags) ['']: Enter author (Author name) ['']: Enter author_email (Author email) ['']: Enter url (URL of homepage) ['']: Enter license_name (License name) ['']: Creating template ztfy.webapp Creating directory ./mysite Your project has been created! Now, you want to: 1) put the generated files under version control 2) run: python bootstrap.py 3) run: ./bin/buildout tamer@tux /storage/PyProjects $ cd mysite/ tamer@tux /storage/PyProjects/mysite $ python bootstrap.py Traceback (most recent call last): File "bootstrap.py", line 65, in <module> exec urllib2.urlopen('http://python-distribute.org/distribute_setup.py' File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 437, in open response = meth(req, response) File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python2.7/urllib2.py", line 469, in error result = self._call_chain(*args) File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain result = func(*args) File "/usr/lib64/python2.7/urllib2.py", line 656, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "/usr/lib64/python2.7/urllib2.py", line 437, in open response = meth(req, response) File "/usr/lib64/python2.7/urllib2.py", line 550, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib64/python2.7/urllib2.py", line 475, in error return self._call_chain(*args) File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain result = func(*args) File "/usr/lib64/python2.7/urllib2.py", line 558, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 404: Not Found tamer@tux /storage/PyProjects/mysite $ Am 14.04.2016 um 10:42 schrieb FLORAC Thierry: > Hi Tamer, > > I can't be absolutely sure but according to me BlueBream is a dead > project since a long time. > I have built ZTFY packages, which is mainly based on BlueBream work, but > was updated with more recent packages. > > Since this time, I switched to Python 3 using the Pyramid framework to > build a complete application server called PyAMS, and I'm very happy > with it (but work is far from complete, and there is no documentation yet). > > Best regards, > Thierry _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
