>> error: package directory
>> 'build/lib/linux-i686-2/5/pytz/zoneinfo/Antarctica' does not exist
>> make: *** [build] Error 1

Solved it.

You must run python setup.py install as root and *do not* run  make,
configure, etc. before as a normal user. I think installer incorrectly
creates something or doesn't fail properly in pre-build steps. I had to
manually delete extracted distribution folder and then run it properly
to get everything right.

rm -rf Zope-2.9.7
tar -xzf Zope-2.9.7.tar
sudo python setup.py install --prefix=/opt/Zope-2.9.7

Still getting this:

error: mkpath: 'name' must be a string (got None)

Cheers,
Mikko

-- 
Mikko Ohtamaa
Associate, Red Innovation Ltd.
+358 40 743 9707
www.redinnovation.com
begin:vcard
fn:Mikko Ohtamaa
n:Ohtamaa;Mikko
org:Red Innovation Ltd.
adr:;;;Oulu;;;Finland
email;internet:[EMAIL PROTECTED]
title:CEO
tel;cell:+358 40 743 9707
url:http://www.redinnovation.com
version:2.1
end:vcard

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

Reply via email to