Discussion:
[Zope3-Users] Zope3-users Digest, Vol 71, Issue 2
david ally
2010-10-09 17:17:01 UTC
Permalink
Thierry,

I installed version 3.2 from svn repository on Ubuntu Linux 10.04, but all i
want is the right way to install zope version 3 to learn how to write zope
applications.

Thank you!

David
Send Zope3-users mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
https://mail.zope.org/mailman/listinfo/zope3-users
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Zope3-users digest..."
1. Re: problems installing and starting zope3 (Thierry Florac)
2. Re: problems installing and starting zope3 (wsh)
----------------------------------------------------------------------
Message: 1
Date: Fri, 08 Oct 2010 18:12:10 +0200
Subject: Re: [Zope3-Users] problems installing and starting zope3
Content-Type: text/plain; charset=UTF-8
Le vendredi 8 octobre 2010,
======================================================================
Hi All,
I'm newbie and i'm running zope3 on ubuntu 10.04, I got this error
while trying to run zope;
======================================================================
Hi,
Could you be more explicit ?
- what release do you use ?
- did you install from eggs or via an Ubuntu pre-configured package ?
- ...
Regards,
Thierry
--
Chef de projets intranet/internet
Office National des For?ts - D?partement Informatique
2, Avenue de Saint-Mand?
75570 Paris Cedex 12
T?l. : 01 40 19 59 64
Fax. : 01 40 19 58 85
Web. : http://www.onf.fr
------------------------------
Message: 2
Date: Sat, 09 Oct 2010 11:49:41 +0800
Subject: Re: [Zope3-Users] problems installing and starting zope3
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi All,
I'm newbie and i'm running zope3 on ubuntu 10.04, I got this error
while trying to run zope;
That is because the package BTrees.OOBTree is missing in your
installation. I recommend you to get familiar with virtualenv and
zc.buildout before you get start with Zope 3. Also using Known Good Set
(KGS) is a good idea,two.
regards,
wang shuhao
------------------------------
_______________________________________________
Zope3-users mailing list
https://mail.zope.org/mailman/listinfo/zope3-users
End of Zope3-users Digest, Vol 71, Issue 2
******************************************
Thierry Florac
2010-10-10 06:10:08 UTC
Permalink
______________________________________________________________________
Le samedi 9 octobre,
Post by david ally
I installed version 3.2 from svn repository on Ubuntu Linux 10.04,
but all i want is the right way to install zope version 3 to learn
how to write zope applications.
______________________________________________________________________


Wow !
This release seems really out of date !

A simple way to install Zope actually is to use ZopeProject
(http://pypi.python.org/pypi/zopeproject) and follow it's documentation.

After that, you can find a lot of tutorials about the Zope Component
Architecture and about the way of building Zope3 applications.

Regards,
Thierry
david ally
2010-10-10 14:06:00 UTC
Permalink
Hi Thierry,

You know there are just too many documentations scattered here and there on
the web, I already have zopeproject installed and working fine, so thank you
for the right guidance.

David
Post by Thierry Florac
______________________________________________________________________
Le samedi 9 octobre,
Post by david ally
I installed version 3.2 from svn repository on Ubuntu Linux 10.04,
but all i want is the right way to install zope version 3 to learn
how to write zope applications.
______________________________________________________________________
Wow !
This release seems really out of date !
A simple way to install Zope actually is to use ZopeProject
(http://pypi.python.org/pypi/zopeproject) and follow it's documentation.
After that, you can find a lot of tutorials about the Zope Component
Architecture and about the way of building Zope3 applications.
Regards,
Thierry
david ally
2010-10-10 21:23:18 UTC
Permalink
Hi,
Yes I have Internet access, I used easy_install, but i will use the links
you sent to proceed. Thank you!

David
Post by Thierry Florac
______________________________________________________________________
Le dimanche 10 octobre,
Ok, I couldn't create a project however, please see the error I got
when tried zopeproject LearningZope;
Enter user (Name of an initial administrator user): david
Enter passwd (Password for the initial administrator user): test
Enter eggs_dir (Location where zc.buildout will look for and place
Initializing.
An internal error occurred due to a bug in either zc.buildout or in a
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1783, in main
user_defaults, windows_restart, command)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 198, in __init__
data['buildout'].copy(), override))
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1431, in _open
eresult = _open(base, extends.pop(0), seen, dl_options, override)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1381, in _open
path, is_temp = download(filename)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/download.py",
line 96, in __call__
local_path, is_temp = self.download(url, md5sum, path)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/download.py",
line 173, in download
tmp_path, headers = urllib.urlretrieve(url, tmp_path)
File "/usr/lib/python2.6/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.6/urllib.py", line 237, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.6/urllib.py", line 205, in open
return getattr(self, name)(url)
File "/usr/lib/python2.6/urllib.py", line 344, in open_http
h.endheaders()
File "/usr/lib/python2.6/httplib.py", line 904, in endheaders
self._send_output()
File "/usr/lib/python2.6/httplib.py", line 776, in _send_output
self.send(msg)
File "/usr/lib/python2.6/httplib.py", line 735, in send
self.connect()
File "/usr/lib/python2.6/httplib.py", line 716, in connect
self.timeout)
File "/usr/lib/python2.6/socket.py", line 514, in create_connection
raise error, msg
IOError: [Errno socket error] [Errno 110] Connection timed out
Please help!
______________________________________________________________________
Hi,
Installed using easy_install and
Post by Thierry Florac
Did you install ZopeProject from an Ubuntu package (which may also
be outdated) or with easy_install ?
You also need an internet connection while creating your project to
download packages... Is it OK ??
A good way to install ZopeProject and all Zope3 dependencies is with
- http://www.ztfy.org/installation/virtualenv/virtualenv.html
- http://www.ztfy.org/installation/zopeproject/zopeproject.html
Hope this helps,
Thierry
david ally
2010-10-10 14:28:44 UTC
Permalink
Thierry,

Ok, I couldn't create a project however, please see the error I got when
tried zopeproject LearningZope;

***@ubuntu104:~$ zopeproject LearningZope
Enter user (Name of an initial administrator user): david
Enter passwd (Password for the initial administrator user): test
Enter eggs_dir (Location where zc.buildout will look for and place packages)
['/home/david/buildout-eggs']:
While:
Initializing.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1783, in main
user_defaults, windows_restart, command)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 198, in __init__
data['buildout'].copy(), override))
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1431, in _open
eresult = _open(base, extends.pop(0), seen, dl_options, override)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1381, in _open
path, is_temp = download(filename)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/download.py",
line 96, in __call__
local_path, is_temp = self.download(url, md5sum, path)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/download.py",
line 173, in download
tmp_path, headers = urllib.urlretrieve(url, tmp_path)
File "/usr/lib/python2.6/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.6/urllib.py", line 237, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.6/urllib.py", line 205, in open
return getattr(self, name)(url)
File "/usr/lib/python2.6/urllib.py", line 344, in open_http
h.endheaders()
File "/usr/lib/python2.6/httplib.py", line 904, in endheaders
self._send_output()
File "/usr/lib/python2.6/httplib.py", line 776, in _send_output
self.send(msg)
File "/usr/lib/python2.6/httplib.py", line 735, in send
self.connect()
File "/usr/lib/python2.6/httplib.py", line 716, in connect
self.timeout)
File "/usr/lib/python2.6/socket.py", line 514, in create_connection
raise error, msg
IOError: [Errno socket error] [Errno 110] Connection timed out

Please help!

David
Post by david ally
Hi Thierry,
You know there are just too many documentations scattered here and there on
the web, I already have zopeproject installed and working fine, so thank you
for the right guidance.
David
Post by Thierry Florac
______________________________________________________________________
Le samedi 9 octobre,
Post by david ally
I installed version 3.2 from svn repository on Ubuntu Linux 10.04,
but all i want is the right way to install zope version 3 to learn
how to write zope applications.
______________________________________________________________________
Wow !
This release seems really out of date !
A simple way to install Zope actually is to use ZopeProject
(http://pypi.python.org/pypi/zopeproject) and follow it's documentation.
After that, you can find a lot of tutorials about the Zope Component
Architecture and about the way of building Zope3 applications.
Regards,
Thierry
Thierry Florac
2010-10-10 19:59:35 UTC
Permalink
______________________________________________________________________
Le dimanche 10 octobre,
Ok, I couldn't create a project however, please see the error I got
when tried zopeproject LearningZope;
Enter user (Name of an initial administrator user): david
Enter passwd (Password for the initial administrator user): test
Enter eggs_dir (Location where zc.buildout will look for and place
Initializing.
An internal error occurred due to a bug in either zc.buildout or in a
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1783, in main
user_defaults, windows_restart, command)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 198, in __init__
data['buildout'].copy(), override))
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1431, in _open
eresult = _open(base, extends.pop(0), seen, dl_options, override)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/buildout.py",
line 1381, in _open
path, is_temp = download(filename)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/download.py",
line 96, in __call__
local_path, is_temp = self.download(url, md5sum, path)
File
"/usr/local/lib/python2.6/dist-packages/zc.buildout-1.5.1-py2.6.egg/zc/buildout/download.py",
line 173, in download
tmp_path, headers = urllib.urlretrieve(url, tmp_path)
File "/usr/lib/python2.6/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.6/urllib.py", line 237, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.6/urllib.py", line 205, in open
return getattr(self, name)(url)
File "/usr/lib/python2.6/urllib.py", line 344, in open_http
h.endheaders()
File "/usr/lib/python2.6/httplib.py", line 904, in endheaders
self._send_output()
File "/usr/lib/python2.6/httplib.py", line 776, in _send_output
self.send(msg)
File "/usr/lib/python2.6/httplib.py", line 735, in send
self.connect()
File "/usr/lib/python2.6/httplib.py", line 716, in connect
self.timeout)
File "/usr/lib/python2.6/socket.py", line 514, in create_connection
raise error, msg
IOError: [Errno socket error] [Errno 110] Connection timed out
Please help!
______________________________________________________________________


Hi,

Did you install ZopeProject from an Ubuntu package (which may also
be outdated) or with easy_install ?
You also need an internet connection while creating your project to
download packages... Is it OK ??

A good way to install ZopeProject and all Zope3 dependencies is with
VirtualEnv ; you can find a quick tutorial on my own web site :

- http://www.ztfy.org/installation/virtualenv/virtualenv.html
- http://www.ztfy.org/installation/zopeproject/zopeproject.html

Hope this helps,
Thierry

Loading...