Mikko Ohtamaa, on 2007-06-13: >>> 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.
Ehm... you should not run "python setup.py install" at all! The usual way to install zope from a tar ball is: ./configure # or ./configure --with-python=python2.4 --prefix=directory-of-your-choice make sudo make install -- Maurits van Rees | http://maurits.vanrees.org/ [NL] Work | http://zestsoftware.nl/ "Do not worry about your difficulties in computers, I can assure you mine are still greater." _______________________________________________ Zope maillist - [email protected] 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 )
