Tag: Plone4interop
Maurits van Rees-3 wrote: > > let's easy install Cheetah separately. > I have a similar experience, adapting my buildout .cfg file from Plone 3.3.4 to work with 4.0a3. imac01:zeocluster centrimadmin$ sudo bin/buildout -n -c omnium-4.cfg Password: Upgraded: distribute version 0.6.8; restarting. Generated script '/Applications/Plone/zeocluster/bin/buildout'. /Applications/Plone/buildout-cache/eggs/infrae.subversion-1.4.5-py2.6.egg/infrae/subversion/Common.py:4: DeprecationWarning: the sets module is deprecated from sets import Set # For python 2.3 compatibility /Applications/Plone/buildout-cache/eggs/gocept.download-0.9.4-py2.6.egg/gocept/download/__init__.py:19: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Getting distribution for 'Cheetah'. warning: no files found matching 'examples' warning: no files found matching 'docs' warning: no files found matching 'bin' warning: no files found matching '*' under directory 'docs' warning: no files found matching '*' under directory 'examples' warning: no previously-included files matching '*.pyc' found under directory 'cheetah' warning: no previously-included files matching '*~' found under directory 'cheetah' warning: no previously-included files matching '*.aux' found under directory 'cheetah' warning: no previously-included files matching '*~' found under directory 'docs' warning: no previously-included files matching '*.aux' found under directory 'docs' zip_safe flag not set; analyzing archive contents... Cheetah.ImportHooks: module references __file__ Cheetah.ImportManager: module references __file__ Cheetah.ImportManager: module references __path__ Cheetah.NameMapper: module MAY be using inspect.stack Cheetah.Template: module references __file__ /Applications/Plone/Python-2.6/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal symbols = dict.fromkeys(iter_symbols(code)) Cheetah.Tests.Template: module references __file__ While: Installing. Getting section solr-instance. Initializing section solr-instance. Installing recipe collective.recipe.solrinstance. Getting distribution for 'Cheetah'. Error: Couldn't install: Cheetah 2.4.1 ********************************************* Overwriting dump-picked-versions.cfg ********************************************* ********************************************* Overwriting dump-picked-versions.cfg ********************************************* imac01:zeocluster centrimadmin$ sudo ../Python-2.6/bin/easy_install Cheetah Searching for Cheetah Reading http://pypi.python.org/simple/Cheetah/ Reading http://www.CheetahTemplate.org/ Reading http://sourceforge.net/project/showfiles.php?group_id=28961 Reading http://www.cheetahtemplate.org/ Best match: Cheetah 2.4.1 Downloading http://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.1.tar.gz#md5=128d5e01b6bece3455e21e7ba5c5ab60 Processing Cheetah-2.4.1.tar.gz Running Cheetah-2.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-WCIS0G/Cheetah-2.4.1/egg-dist-tmp-sieKN3 warning: no files found matching 'examples' warning: no files found matching 'docs' warning: no files found matching 'bin' warning: no files found matching '*' under directory 'docs' warning: no files found matching '*' under directory 'examples' warning: no previously-included files matching '*.pyc' found under directory 'cheetah' warning: no previously-included files matching '*~' found under directory 'cheetah' warning: no previously-included files matching '*.aux' found under directory 'cheetah' warning: no previously-included files matching '*~' found under directory 'docs' warning: no previously-included files matching '*.aux' found under directory 'docs' zip_safe flag not set; analyzing archive contents... Cheetah.ImportHooks: module references __file__ Cheetah.ImportManager: module references __file__ Cheetah.ImportManager: module references __path__ Cheetah.NameMapper: module MAY be using inspect.stack Cheetah.Template: module references __file__ /Applications/Plone/Python-2.6/lib/python2.6/site-packages/distribute-0.6.10-py2.6.egg/setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal symbols = dict.fromkeys(iter_symbols(code)) Cheetah.Tests.Template: module references __file__ Adding Cheetah 2.4.1 to easy-install.pth file Installing cheetah script to /Applications/Plone/Python-2.6/bin Installing cheetah-analyze script to /Applications/Plone/Python-2.6/bin Installing cheetah-compile script to /Applications/Plone/Python-2.6/bin Installed /Applications/Plone/Python-2.6/lib/python2.6/site-packages/Cheetah-2.4.1-py2.6-macosx-10.6-i386.egg Processing dependencies for Cheetah Searching for Markdown>=2.0.1 Reading http://pypi.python.org/simple/Markdown/ Reading http://www.freewisdom.org/projects/python-markdown/ Reading http://www.freewisdom.org/projects/python-markdown Reading https://sourceforge.net/project/showfiles.php?group_id=153041 Best match: Markdown 2.0.3 Downloading http://pypi.python.org/packages/source/M/Markdown/Markdown-2.0.3.tar.gz Processing Markdown-2.0.3.tar.gz Running Markdown-2.0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nz1v79/Markdown-2.0.3/egg-dist-tmp-N8GobG zip_safe flag not set; analyzing archive contents... Adding Markdown 2.0.3 to easy-install.pth file Installing markdown script to /Applications/Plone/Python-2.6/bin Installed /Applications/Plone/Python-2.6/lib/python2.6/site-packages/Markdown-2.0.3-py2.6.egg Finished processing dependencies for Cheetah Related: <http://manage.plone.org/products/collective.solr/issues/14> -- View this message in context: http://n2.nabble.com/Infinite-setuptools-recursion-with-paster-entry-points-tp3692450p4419218.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
