Installing Cheetah 2.4.4 on OSX Lion 10.7.5
Eric Tubbs <[email protected]> Sat, 3 Nov 2012 10:28:17 -0700
| Newsgroups | gmane.comp.python.cheetah |
|---|---|
| Message-ID | <CAHmxcfHjg425JmaF_VFdo90awiyYrVABoMcFrQGwVVzR8ueNOg@mail.gmail.com> |
--===============8337692466771578613== Content-Type: multipart/alternative; boundary=bcaec5182234f39a6204cd9a936d --bcaec5182234f39a6204cd9a936d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Greetings, This is my first post to this list and I would like to get help from you wonderful people. I downloaded Cheetah from the following link, http://pypi.python.org/pypi/Cheetah/2.4.4. I followed the instructions from another document in order to install Sick Beard onto my computer. The instructions are listed below: Installing Sick Beard on Mac OSX 10.6 This way is a bit a pain, but it will enable you to have Sick Beard run at login without any manual commands and it will also allow you to update directly from within Sick Beard, so no more terminal commands. 1. Download Cheetah. 2. Open a new terminal window (terminal is located in your Applications/Utilities folder) 3. Type cd and drag the newly created Cheetah folder into the terminal window until you get results that look similar to=E2=80=9Dcd /Users/Username/Desktop/Cheetah=E2=80=9D and hit enter 4. Type =E2=80=9Csudo python setup.py install=E2=80=9D 5. You then have to type in your administrator password to continue, do so and it will install Cheetah. 6. Download and install git. 7. Open a new terminal window and do a =E2=80=9Ccd /Applications=E2=80=9C 8. Type =E2=80=9Cgit clone git://github.com/midgetspy/Sick-Beard.git=E2=80= =9C 9. Type cd /Applications/Sick-Beard 10. Type =E2=80=9Cpython sickbeard.py -d=E2=80=9C 11. Open a new browser window and try to access the newly installed Sick Beard via http://localhost:8081 12. In order for Sick Beard to run automatically at login you should open Automator and create a new action to do this 13. do shell script =E2=80=9Cpython /Applications/Sick-Beard/sickbeard.py= =E2=80=9D 14. Save this as an application and then go to System Preferences, Accounts pane and drag this newly created application into your startup items. Here is the output, with several different error messages. I want to make sure if this is indeed something I should worry about, or whether I should attempt to reinstall the software by different means. Erics-iMac:~ erictubbs$ cd /Users/erictubbs/Downloads/Cheetah-2.4.4 Erics-iMac:Cheetah-2.4.4 erictubbs$ pwd /Users/erictubbs/Downloads/Cheetah-2.4.4 Erics-iMac:Cheetah-2.4.4 erictubbs$ sudo python setup.py install Password: running install running bdist_egg running egg_info writing requirements to Cheetah.egg-info/requires.txt writing Cheetah.egg-info/PKG-INFO writing top-level names to Cheetah.egg-info/top_level.txt writing dependency_links to Cheetah.egg-info/dependency_links.txt reading manifest file 'Cheetah.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' 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' writing manifest file 'Cheetah.egg-info/SOURCES.txt' installing library code to build/bdist.macosx-10.7-intel/egg running install_lib running build_py creating build creating build/lib.macosx-10.7-intel-2.7 creating build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/CacheRegion.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/CacheStore.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/CheetahWrapper.py -> build/lib.macosx-10.7-intel-2.7/Cheeta= h copying cheetah/Compiler.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/convertTmplPathToModuleName.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/DirectiveAnalyzer.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/Django.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/DummyTransaction.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/ErrorCatchers.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/FileUtils.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/Filters.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/ImportHooks.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/ImportManager.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/NameMapper.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/Parser.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/Servlet.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/SettingsManager.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/SourceReader.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/Template.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/TemplateCmdLineIface.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/Unspecified.py -> build/lib.macosx-10.7-intel-2.7/Cheetah copying cheetah/Version.py -> build/lib.macosx-10.7-intel-2.7/Cheetah creating build/lib.macosx-10.7-intel-2.7/Cheetah/Macros copying cheetah/Macros/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Macros copying cheetah/Macros/I18n.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Macros creating build/lib.macosx-10.7-intel-2.7/Cheetah/Templates copying cheetah/Templates/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Templates copying cheetah/Templates/_SkeletonPage.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Templates copying cheetah/Templates/SkeletonPage.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Templates creating build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Analyzer.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/CheetahWrapper.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Cheps.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Filters.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Misc.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/NameMapper.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Parser.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Performance.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Regressions.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/SyntaxAndOutput.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Template.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Test.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/Unicode.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests copying cheetah/Tests/xmlrunner.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tests creating build/lib.macosx-10.7-intel-2.7/Cheetah/Tools copying cheetah/Tools/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tools copying cheetah/Tools/CGITemplate.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tools copying cheetah/Tools/MondoReport.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tools copying cheetah/Tools/RecursiveNull.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tools copying cheetah/Tools/SiteHierarchy.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tools creating build/lib.macosx-10.7-intel-2.7/Cheetah/Utils copying cheetah/Utils/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils copying cheetah/Utils/htmlDecode.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils copying cheetah/Utils/htmlEncode.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils copying cheetah/Utils/Indenter.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils copying cheetah/Utils/Misc.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils copying cheetah/Utils/statprof.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils copying cheetah/Utils/WebInputMixin.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils running build_ext building 'Cheetah._namemapper' extension creating build/temp.macosx-10.7-intel-2.7 creating build/temp.macosx-10.7-intel-2.7/cheetah creating build/temp.macosx-10.7-intel-2.7/cheetah/c llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.= 7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.7-intel-2.7/cheetah/c/_namemapper.o unable to execute llvm-gcc-4.2: No such file or directory One or more C extensions failed to build. Details: command 'llvm-gcc-4.2' failed with exit status 1 Retrying without C extensions enabled. running install running bdist_egg running egg_info writing requirements to Cheetah.egg-info/requires.txt writing Cheetah.egg-info/PKG-INFO writing top-level names to Cheetah.egg-info/top_level.txt writing dependency_links to Cheetah.egg-info/dependency_links.txt reading manifest file 'Cheetah.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' 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' writing manifest file 'Cheetah.egg-info/SOURCES.txt' installing library code to build/bdist.macosx-10.7-intel/egg running install_lib running build_py creating build/lib creating build/lib/Cheetah copying cheetah/__init__.py -> build/lib/Cheetah copying cheetah/CacheRegion.py -> build/lib/Cheetah copying cheetah/CacheStore.py -> build/lib/Cheetah copying cheetah/CheetahWrapper.py -> build/lib/Cheetah copying cheetah/Compiler.py -> build/lib/Cheetah copying cheetah/convertTmplPathToModuleName.py -> build/lib/Cheetah copying cheetah/DirectiveAnalyzer.py -> build/lib/Cheetah copying cheetah/Django.py -> build/lib/Cheetah copying cheetah/DummyTransaction.py -> build/lib/Cheetah copying cheetah/ErrorCatchers.py -> build/lib/Cheetah copying cheetah/FileUtils.py -> build/lib/Cheetah copying cheetah/Filters.py -> build/lib/Cheetah copying cheetah/ImportHooks.py -> build/lib/Cheetah copying cheetah/ImportManager.py -> build/lib/Cheetah copying cheetah/NameMapper.py -> build/lib/Cheetah copying cheetah/Parser.py -> build/lib/Cheetah copying cheetah/Servlet.py -> build/lib/Cheetah copying cheetah/SettingsManager.py -> build/lib/Cheetah copying cheetah/SourceReader.py -> build/lib/Cheetah copying cheetah/Template.py -> build/lib/Cheetah copying cheetah/TemplateCmdLineIface.py -> build/lib/Cheetah copying cheetah/Unspecified.py -> build/lib/Cheetah copying cheetah/Version.py -> build/lib/Cheetah creating build/lib/Cheetah/Macros copying cheetah/Macros/__init__.py -> build/lib/Cheetah/Macros copying cheetah/Macros/I18n.py -> build/lib/Cheetah/Macros creating build/lib/Cheetah/Templates copying cheetah/Templates/__init__.py -> build/lib/Cheetah/Templates copying cheetah/Templates/_SkeletonPage.py -> build/lib/Cheetah/Templates copying cheetah/Templates/SkeletonPage.py -> build/lib/Cheetah/Templates creating build/lib/Cheetah/Tests copying cheetah/Tests/__init__.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Analyzer.py -> build/lib/Cheetah/Tests copying cheetah/Tests/CheetahWrapper.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Cheps.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Filters.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Misc.py -> build/lib/Cheetah/Tests copying cheetah/Tests/NameMapper.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Parser.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Performance.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Regressions.py -> build/lib/Cheetah/Tests copying cheetah/Tests/SyntaxAndOutput.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Template.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Test.py -> build/lib/Cheetah/Tests copying cheetah/Tests/Unicode.py -> build/lib/Cheetah/Tests copying cheetah/Tests/xmlrunner.py -> build/lib/Cheetah/Tests creating build/lib/Cheetah/Tools copying cheetah/Tools/__init__.py -> build/lib/Cheetah/Tools copying cheetah/Tools/CGITemplate.py -> build/lib/Cheetah/Tools copying cheetah/Tools/MondoReport.py -> build/lib/Cheetah/Tools copying cheetah/Tools/RecursiveNull.py -> build/lib/Cheetah/Tools copying cheetah/Tools/SiteHierarchy.py -> build/lib/Cheetah/Tools creating build/lib/Cheetah/Utils copying cheetah/Utils/__init__.py -> build/lib/Cheetah/Utils copying cheetah/Utils/htmlDecode.py -> build/lib/Cheetah/Utils copying cheetah/Utils/htmlEncode.py -> build/lib/Cheetah/Utils copying cheetah/Utils/Indenter.py -> build/lib/Cheetah/Utils copying cheetah/Utils/Misc.py -> build/lib/Cheetah/Utils copying cheetah/Utils/statprof.py -> build/lib/Cheetah/Utils copying cheetah/Utils/WebInputMixin.py -> build/lib/Cheetah/Utils creating build/bdist.macosx-10.7-intel creating build/bdist.macosx-10.7-intel/egg creating build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/CacheRegion.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/CacheStore.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/CheetahWrapper.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/Compiler.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/convertTmplPathToModuleName.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/DirectiveAnalyzer.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/Django.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/DummyTransaction.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/ErrorCatchers.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/FileUtils.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/Filters.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/ImportHooks.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/ImportManager.py -> build/bdist.macosx-10.7-intel/egg/Cheetah creating build/bdist.macosx-10.7-intel/egg/Cheetah/Macros copying build/lib/Cheetah/Macros/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Macros copying build/lib/Cheetah/Macros/I18n.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Macros copying build/lib/Cheetah/NameMapper.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/Parser.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/Servlet.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/SettingsManager.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/SourceReader.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/Template.py -> build/bdist.macosx-10.7-intel/egg/Cheetah copying build/lib/Cheetah/TemplateCmdLineIface.py -> build/bdist.macosx-10.7-intel/egg/Cheetah creating build/bdist.macosx-10.7-intel/egg/Cheetah/Templates copying build/lib/Cheetah/Templates/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Templates copying build/lib/Cheetah/Templates/_SkeletonPage.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Templates copying build/lib/Cheetah/Templates/SkeletonPage.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Templates creating build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Analyzer.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/CheetahWrapper.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Cheps.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Filters.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Misc.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/NameMapper.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Parser.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Performance.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Regressions.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/SyntaxAndOutput.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Template.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Test.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/Unicode.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests copying build/lib/Cheetah/Tests/xmlrunner.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests creating build/bdist.macosx-10.7-intel/egg/Cheetah/Tools copying build/lib/Cheetah/Tools/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tools copying build/lib/Cheetah/Tools/CGITemplate.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tools copying build/lib/Cheetah/Tools/MondoReport.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tools copying build/lib/Cheetah/Tools/RecursiveNull.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tools copying build/lib/Cheetah/Tools/SiteHierarchy.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tools copying build/lib/Cheetah/Unspecified.py -> build/bdist.macosx-10.7-intel/egg/Cheetah creating build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Utils/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Utils/htmlDecode.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Utils/htmlEncode.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Utils/Indenter.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Utils/Misc.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Utils/statprof.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Utils/WebInputMixin.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils copying build/lib/Cheetah/Version.py -> build/bdist.macosx-10.7-intel/egg/Cheetah byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/__init__.py to __init__.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/CacheRegion.py to CacheRegion.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/CacheStore.py to CacheStore.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/CheetahWrapper.py to CheetahWrapper.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Compiler.py to Compiler.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/convertTmplPathToModuleName.py to convertTmplPathToModuleName.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/DirectiveAnalyzer.py to DirectiveAnalyzer.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Django.py to Django.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/DummyTransaction.py to DummyTransaction.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/ErrorCatchers.py to ErrorCatchers.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/FileUtils.py to FileUtils.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Filters.py to Filters.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/ImportHooks.py to ImportHooks.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/ImportManager.py to ImportManager.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Macros/__init__.py to __init__.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Macros/I18n.py to I18n.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/NameMapper.py to NameMapper.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Parser.py to Parser.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Servlet.py to Servlet.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/SettingsManager.py to SettingsManager.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/SourceReader.py to SourceReader.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Template.py to Template.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/TemplateCmdLineIface.py to TemplateCmdLineIface.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Templates/__init__.py to __init__.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Templates/_SkeletonPage.py to _SkeletonPage.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Templates/SkeletonPage.py to SkeletonPage.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/__init__.py to __init__.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Analyzer.py to Analyzer.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/CheetahWrapper.py to CheetahWrapper.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Cheps.py to Cheps.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Filters.py to Filters.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Misc.py to Misc.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/NameMapper.py to NameMapper.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Parser.py to Parser.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Performance.py to Performance.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Regressions.py to Regressions.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/SyntaxAndOutput.py to SyntaxAndOutput.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Template.py to Template.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Test.py to Test.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Unicode.py to Unicode.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/xmlrunner.py to xmlrunner.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tools/__init__.py to __init__.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tools/CGITemplate.py to CGITemplate.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tools/MondoReport.py to MondoReport.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tools/RecursiveNull.py to RecursiveNull.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tools/SiteHierarchy.py to SiteHierarchy.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Unspecified.py to Unspecified.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/__init__.py to __init__.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/htmlDecode.py to htmlDecode.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/htmlEncode.py to htmlEncode.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/Indenter.py to Indenter.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/Misc.py to Misc.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/statprof.py to statprof.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/WebInputMixin.py to WebInputMixin.pyc byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Version.py to Version.pyc installing package data to build/bdist.macosx-10.7-intel/egg running install_data copying cheetah/Tools/MondoReportDoc.txt -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tools copying cheetah/Templates/SkeletonPage.tmpl -> build/bdist.macosx-10.7-intel/egg/Cheetah/Templates creating build/bdist.macosx-10.7-intel/egg/EGG-INFO installing scripts to build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts running install_scripts running build_scripts creating build/scripts-2.7 copying and adjusting bin/cheetah-compile -> build/scripts-2.7 copying and adjusting bin/cheetah -> build/scripts-2.7 copying and adjusting bin/cheetah-analyze -> build/scripts-2.7 changing mode of build/scripts-2.7/cheetah-compile from 644 to 755 changing mode of build/scripts-2.7/cheetah from 644 to 755 changing mode of build/scripts-2.7/cheetah-analyze from 644 to 755 creating build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts copying build/scripts-2.7/cheetah -> build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts copying build/scripts-2.7/cheetah-analyze -> build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts copying build/scripts-2.7/cheetah-compile -> build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts changing mode of build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts/cheetah to 755 changing mode of build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts/cheetah-analyze to 755 changing mode of build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts/cheetah-compile to 755 copying Cheetah.egg-info/PKG-INFO -> build/bdist.macosx-10.7-intel/egg/EGG-INFO copying Cheetah.egg-info/SOURCES.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO copying Cheetah.egg-info/dependency_links.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO copying Cheetah.egg-info/requires.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO copying Cheetah.egg-info/top_level.txt -> build/bdist.macosx-10.7-intel/egg/EGG-INFO 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__ /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/= setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal symbols =3D dict.fromkeys(iter_symbols(code)) Cheetah.Tests.Template: module references __file__ creating dist creating 'dist/Cheetah-2.4.4-py2.7.egg' and adding 'build/bdist.macosx-10.7-intel/egg' to it removing 'build/bdist.macosx-10.7-intel/egg' (and everything under it) Processing Cheetah-2.4.4-py2.7.egg creating /Library/Python/2.7/site-packages/Cheetah-2.4.4-py2.7.egg Extracting Cheetah-2.4.4-py2.7.egg to /Library/Python/2.7/site-packages Adding Cheetah 2.4.4 to easy-install.pth file Installing cheetah script to /usr/local/bin Installing cheetah-analyze script to /usr/local/bin Installing cheetah-compile script to /usr/local/bin Installed /Library/Python/2.7/site-packages/Cheetah-2.4.4-py2.7.egg Processing dependencies for Cheetah=3D=3D2.4.4 Searching for Markdown>=3D2.0.1 Reading http://pypi.python.org/simple/Markdown/ Reading http://www.freewisdom.org/projects/python-markdown Reading https://sourceforge.net/project/showfiles.php?group_id=3D153041 Reading http://packages.python.org/Markdown/ Reading http://www.freewisdom.org/projects/python-markdown/ Best match: Markdown 2.2.0 Downloading http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.0.tar.gz Processing Markdown-2.2.0.tar.gz Running Markdown-2.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3en43D/Markdown-2.2.0/egg-dist-tmp-h46d1N zip_safe flag not set; analyzing archive contents... Adding Markdown 2.2.0 to easy-install.pth file Installing markdown_py script to /usr/local/bin Installed /Library/Python/2.7/site-packages/Markdown-2.2.0-py2.7.egg Finished processing dependencies for Cheetah=3D=3D2.4.4 One or more C extensions failed to build. Performance enhancements will not be available. Pure Python installation succeeded. Erics-iMac:Cheetah-2.4.4 erictubbs$ Any help would be appreciated please. Many thanks in advance, Eric --bcaec5182234f39a6204cd9a936d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Greetings,<br><br>This is my first post to this list and I would like to ge= t help from you wonderful people. I downloaded Cheetah from the following l= ink, <a href=3D"http://pypi.python.org/pypi/Cheetah/2.4.4">http://pypi.pyth= on.org/pypi/Cheetah/2.4.4</a>. I followed the instructions from another doc= ument in order to install Sick Beard onto my computer. The instructions are= listed below:<br> <br>Installing Sick Beard on Mac OSX 10.6<br>This way is a bit a pain, but = it will enable you to have Sick Beard run at login without any manual comma= nds and it will<br>also allow you to update directly from within Sick Beard= , so no more terminal commands.<br> 1. Download Cheetah.<br>2. Open a new terminal window (terminal is located = in your Applications/Utilities folder)<br>3. Type cd and drag the newly cre= ated Cheetah folder into the terminal window until you get results that loo= k similar<br> to=E2=80=9Dcd /Users/Username/Desktop/Cheetah=E2=80=9D and hit enter<br>4. = Type =E2=80=9Csudo python setup.py install=E2=80=9D<br>5. You then have to = type in your administrator password to continue, do so and it will install = Cheetah.<br>6. Download and install git.<br> 7. Open a new terminal window and do a =E2=80=9Ccd /Applications=E2=80=9C<b= r>8. Type =E2=80=9Cgit clone git://<a href=3D"http://github.com/midgetspy/S= ick-Beard.git">github.com/midgetspy/Sick-Beard.git</a>=E2=80=9C<br>9. Type = cd /Applications/Sick-Beard<br> 10. Type =E2=80=9Cpython sickbeard.py -d=E2=80=9C<br>11. Open a new browser= window and try to access the newly installed Sick Beard via <a href=3D"htt= p://localhost:8081">http://localhost:8081</a><br>12. In order for Sick Bear= d to run automatically at login you should open Automator and create a new = action to do this<br> 13. do shell script =E2=80=9Cpython /Applications/Sick-Beard/sickbeard.py= =E2=80=9D<br>14. Save this as an application and then go to System Preferen= ces, Accounts pane and drag this newly created<br>application into your sta= rtup items.<br> <br>Here is the output, with several different error messages. I want to ma= ke sure if this is indeed something I should worry about, or whether I shou= ld attempt to reinstall the software by different means.<br><br>Erics-iMac:= ~ erictubbs$ cd /Users/erictubbs/Downloads/Cheetah-2.4.4 <br> Erics-iMac:Cheetah-2.4.4 erictubbs$ pwd<br>/Users/erictubbs/Downloads/Cheet= ah-2.4.4<br>Erics-iMac:Cheetah-2.4.4 erictubbs$ sudo python setup.py instal= l<br>Password:<br>running install<br>running bdist_egg<br>running egg_info<= br> writing requirements to Cheetah.egg-info/requires.txt<br>writing Cheetah.eg= g-info/PKG-INFO<br>writing top-level names to Cheetah.egg-info/top_level.tx= t<br>writing dependency_links to Cheetah.egg-info/dependency_links.txt<br> reading manifest file 'Cheetah.egg-info/SOURCES.txt'<br>reading man= ifest template 'MANIFEST.in'<br>warning: no files found matching &#= 39;examples'<br>warning: no files found matching 'docs'<br> warning: no files found matching 'bin'<br>warning: no files found m= atching '*' under directory 'docs'<br>warning: no files fou= nd matching '*' under directory 'examples'<br>warning: no p= reviously-included files matching '*.pyc' found under directory = 9;cheetah'<br> warning: no previously-included files matching '*~' found under dir= ectory 'cheetah'<br>warning: no previously-included files matching = '*.aux' found under directory 'cheetah'<br>warning: no prev= iously-included files matching '*~' found under directory 'docs= '<br> warning: no previously-included files matching '*.aux' found under = directory 'docs'<br>writing manifest file 'Cheetah.egg-info/SOU= RCES.txt'<br>installing library code to build/bdist.macosx-10.7-intel/e= gg<br> running install_lib<br>running build_py<br>creating build<br>creating build= /lib.macosx-10.7-intel-2.7<br>creating build/lib.macosx-10.7-intel-2.7/Chee= tah<br>copying cheetah/__init__.py -> build/lib.macosx-10.7-intel-2.7/Ch= eetah<br> copying cheetah/CacheRegion.py -> build/lib.macosx-10.7-intel-2.7/Cheeta= h<br>copying cheetah/CacheStore.py -> build/lib.macosx-10.7-intel-2.7/Ch= eetah<br>copying cheetah/CheetahWrapper.py -> build/lib.macosx-10.7-inte= l-2.7/Cheetah<br> copying cheetah/Compiler.py -> build/lib.macosx-10.7-intel-2.7/Cheetah<b= r>copying cheetah/convertTmplPathToModuleName.py -> build/lib.macosx-10.= 7-intel-2.7/Cheetah<br>copying cheetah/DirectiveAnalyzer.py -> build/lib= .macosx-10.7-intel-2.7/Cheetah<br> copying cheetah/Django.py -> build/lib.macosx-10.7-intel-2.7/Cheetah<br>= copying cheetah/DummyTransaction.py -> build/lib.macosx-10.7-intel-2.7/C= heetah<br>copying cheetah/ErrorCatchers.py -> build/lib.macosx-10.7-inte= l-2.7/Cheetah<br> copying cheetah/FileUtils.py -> build/lib.macosx-10.7-intel-2.7/Cheetah<= br>copying cheetah/Filters.py -> build/lib.macosx-10.7-intel-2.7/Cheetah= <br>copying cheetah/ImportHooks.py -> build/lib.macosx-10.7-intel-2.7/Ch= eetah<br> copying cheetah/ImportManager.py -> build/lib.macosx-10.7-intel-2.7/Chee= tah<br>copying cheetah/NameMapper.py -> build/lib.macosx-10.7-intel-2.7/= Cheetah<br>copying cheetah/Parser.py -> build/lib.macosx-10.7-intel-2.7/= Cheetah<br> copying cheetah/Servlet.py -> build/lib.macosx-10.7-intel-2.7/Cheetah<br= >copying cheetah/SettingsManager.py -> build/lib.macosx-10.7-intel-2.7/C= heetah<br>copying cheetah/SourceReader.py -> build/lib.macosx-10.7-intel= -2.7/Cheetah<br> copying cheetah/Template.py -> build/lib.macosx-10.7-intel-2.7/Cheetah<b= r>copying cheetah/TemplateCmdLineIface.py -> build/lib.macosx-10.7-intel= -2.7/Cheetah<br>copying cheetah/Unspecified.py -> build/lib.macosx-10.7-= intel-2.7/Cheetah<br> copying cheetah/Version.py -> build/lib.macosx-10.7-intel-2.7/Cheetah<br= >creating build/lib.macosx-10.7-intel-2.7/Cheetah/Macros<br>copying cheetah= /Macros/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Macros<br= > copying cheetah/Macros/I18n.py -> build/lib.macosx-10.7-intel-2.7/Cheeta= h/Macros<br>creating build/lib.macosx-10.7-intel-2.7/Cheetah/Templates<br>c= opying cheetah/Templates/__init__.py -> build/lib.macosx-10.7-intel-2.7/= Cheetah/Templates<br> copying cheetah/Templates/_SkeletonPage.py -> build/lib.macosx-10.7-inte= l-2.7/Cheetah/Templates<br>copying cheetah/Templates/SkeletonPage.py -> = build/lib.macosx-10.7-intel-2.7/Cheetah/Templates<br>creating build/lib.mac= osx-10.7-intel-2.7/Cheetah/Tests<br> copying cheetah/Tests/__init__.py -> build/lib.macosx-10.7-intel-2.7/Che= etah/Tests<br>copying cheetah/Tests/Analyzer.py -> build/lib.macosx-10.7= -intel-2.7/Cheetah/Tests<br>copying cheetah/Tests/CheetahWrapper.py -> b= uild/lib.macosx-10.7-intel-2.7/Cheetah/Tests<br> copying cheetah/Tests/Cheps.py -> build/lib.macosx-10.7-intel-2.7/Cheeta= h/Tests<br>copying cheetah/Tests/Filters.py -> build/lib.macosx-10.7-int= el-2.7/Cheetah/Tests<br>copying cheetah/Tests/Misc.py -> build/lib.macos= x-10.7-intel-2.7/Cheetah/Tests<br> copying cheetah/Tests/NameMapper.py -> build/lib.macosx-10.7-intel-2.7/C= heetah/Tests<br>copying cheetah/Tests/Parser.py -> build/lib.macosx-10.7= -intel-2.7/Cheetah/Tests<br>copying cheetah/Tests/Performance.py -> buil= d/lib.macosx-10.7-intel-2.7/Cheetah/Tests<br> copying cheetah/Tests/Regressions.py -> build/lib.macosx-10.7-intel-2.7/= Cheetah/Tests<br>copying cheetah/Tests/SyntaxAndOutput.py -> build/lib.m= acosx-10.7-intel-2.7/Cheetah/Tests<br>copying cheetah/Tests/Template.py -&g= t; build/lib.macosx-10.7-intel-2.7/Cheetah/Tests<br> copying cheetah/Tests/Test.py -> build/lib.macosx-10.7-intel-2.7/Cheetah= /Tests<br>copying cheetah/Tests/Unicode.py -> build/lib.macosx-10.7-inte= l-2.7/Cheetah/Tests<br>copying cheetah/Tests/xmlrunner.py -> build/lib.m= acosx-10.7-intel-2.7/Cheetah/Tests<br> creating build/lib.macosx-10.7-intel-2.7/Cheetah/Tools<br>copying cheetah/T= ools/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tools<br>cop= ying cheetah/Tools/CGITemplate.py -> build/lib.macosx-10.7-intel-2.7/Che= etah/Tools<br> copying cheetah/Tools/MondoReport.py -> build/lib.macosx-10.7-intel-2.7/= Cheetah/Tools<br>copying cheetah/Tools/RecursiveNull.py -> build/lib.mac= osx-10.7-intel-2.7/Cheetah/Tools<br>copying cheetah/Tools/SiteHierarchy.py = -> build/lib.macosx-10.7-intel-2.7/Cheetah/Tools<br> creating build/lib.macosx-10.7-intel-2.7/Cheetah/Utils<br>copying cheetah/U= tils/__init__.py -> build/lib.macosx-10.7-intel-2.7/Cheetah/Utils<br>cop= ying cheetah/Utils/htmlDecode.py -> build/lib.macosx-10.7-intel-2.7/Chee= tah/Utils<br> copying cheetah/Utils/htmlEncode.py -> build/lib.macosx-10.7-intel-2.7/C= heetah/Utils<br>copying cheetah/Utils/Indenter.py -> build/lib.macosx-10= .7-intel-2.7/Cheetah/Utils<br>copying cheetah/Utils/Misc.py -> build/lib= .macosx-10.7-intel-2.7/Cheetah/Utils<br> copying cheetah/Utils/statprof.py -> build/lib.macosx-10.7-intel-2.7/Che= etah/Utils<br>copying cheetah/Utils/WebInputMixin.py -> build/lib.macosx= -10.7-intel-2.7/Cheetah/Utils<br>running build_ext<br>building 'Cheetah= ._namemapper' extension<br> creating build/temp.macosx-10.7-intel-2.7<br>creating build/temp.macosx-10.= 7-intel-2.7/cheetah<br>creating build/temp.macosx-10.7-intel-2.7/cheetah/c<= br>llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno= -common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACO= SX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrap= v -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pi= pe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/pytho= n2.7 -c cheetah/c/_namemapper.c -o build/temp.macosx-10.7-intel-2.7/cheetah= /c/_namemapper.o<br> unable to execute llvm-gcc-4.2: No such file or directory<br>One or more C = extensions failed to build.<br>Details: command 'llvm-gcc-4.2' fail= ed with exit status 1<br>Retrying without C extensions enabled.<br>running = install<br> running bdist_egg<br>running egg_info<br>writing requirements to Cheetah.eg= g-info/requires.txt<br>writing Cheetah.egg-info/PKG-INFO<br>writing top-lev= el names to Cheetah.egg-info/top_level.txt<br>writing dependency_links to C= heetah.egg-info/dependency_links.txt<br> reading manifest file 'Cheetah.egg-info/SOURCES.txt'<br>reading man= ifest template 'MANIFEST.in'<br>warning: no files found matching &#= 39;examples'<br>warning: no files found matching 'docs'<br> warning: no files found matching 'bin'<br>warning: no files found m= atching '*' under directory 'docs'<br>warning: no files fou= nd matching '*' under directory 'examples'<br>warning: no p= reviously-included files matching '*.pyc' found under directory = 9;cheetah'<br> warning: no previously-included files matching '*~' found under dir= ectory 'cheetah'<br>warning: no previously-included files matching = '*.aux' found under directory 'cheetah'<br>warning: no prev= iously-included files matching '*~' found under directory 'docs= '<br> warning: no previously-included files matching '*.aux' found under = directory 'docs'<br>writing manifest file 'Cheetah.egg-info/SOU= RCES.txt'<br>installing library code to build/bdist.macosx-10.7-intel/e= gg<br> running install_lib<br>running build_py<br>creating build/lib<br>creating b= uild/lib/Cheetah<br>copying cheetah/__init__.py -> build/lib/Cheetah<br>= copying cheetah/CacheRegion.py -> build/lib/Cheetah<br>copying cheetah/C= acheStore.py -> build/lib/Cheetah<br> copying cheetah/CheetahWrapper.py -> build/lib/Cheetah<br>copying cheeta= h/Compiler.py -> build/lib/Cheetah<br>copying cheetah/convertTmplPathToM= oduleName.py -> build/lib/Cheetah<br>copying cheetah/DirectiveAnalyzer.p= y -> build/lib/Cheetah<br> copying cheetah/Django.py -> build/lib/Cheetah<br>copying cheetah/DummyT= ransaction.py -> build/lib/Cheetah<br>copying cheetah/ErrorCatchers.py -= > build/lib/Cheetah<br>copying cheetah/FileUtils.py -> build/lib/Chee= tah<br> copying cheetah/Filters.py -> build/lib/Cheetah<br>copying cheetah/Impor= tHooks.py -> build/lib/Cheetah<br>copying cheetah/ImportManager.py ->= build/lib/Cheetah<br>copying cheetah/NameMapper.py -> build/lib/Cheetah= <br> copying cheetah/Parser.py -> build/lib/Cheetah<br>copying cheetah/Servle= t.py -> build/lib/Cheetah<br>copying cheetah/SettingsManager.py -> bu= ild/lib/Cheetah<br>copying cheetah/SourceReader.py -> build/lib/Cheetah<= br> copying cheetah/Template.py -> build/lib/Cheetah<br>copying cheetah/Temp= lateCmdLineIface.py -> build/lib/Cheetah<br>copying cheetah/Unspecified.= py -> build/lib/Cheetah<br>copying cheetah/Version.py -> build/lib/Ch= eetah<br> creating build/lib/Cheetah/Macros<br>copying cheetah/Macros/__init__.py -&g= t; build/lib/Cheetah/Macros<br>copying cheetah/Macros/I18n.py -> build/l= ib/Cheetah/Macros<br>creating build/lib/Cheetah/Templates<br>copying cheeta= h/Templates/__init__.py -> build/lib/Cheetah/Templates<br> copying cheetah/Templates/_SkeletonPage.py -> build/lib/Cheetah/Template= s<br>copying cheetah/Templates/SkeletonPage.py -> build/lib/Cheetah/Temp= lates<br>creating build/lib/Cheetah/Tests<br>copying cheetah/Tests/__init__= .py -> build/lib/Cheetah/Tests<br> copying cheetah/Tests/Analyzer.py -> build/lib/Cheetah/Tests<br>copying = cheetah/Tests/CheetahWrapper.py -> build/lib/Cheetah/Tests<br>copying ch= eetah/Tests/Cheps.py -> build/lib/Cheetah/Tests<br>copying cheetah/Tests= /Filters.py -> build/lib/Cheetah/Tests<br> copying cheetah/Tests/Misc.py -> build/lib/Cheetah/Tests<br>copying chee= tah/Tests/NameMapper.py -> build/lib/Cheetah/Tests<br>copying cheetah/Te= sts/Parser.py -> build/lib/Cheetah/Tests<br>copying cheetah/Tests/Perfor= mance.py -> build/lib/Cheetah/Tests<br> copying cheetah/Tests/Regressions.py -> build/lib/Cheetah/Tests<br>copyi= ng cheetah/Tests/SyntaxAndOutput.py -> build/lib/Cheetah/Tests<br>copyin= g cheetah/Tests/Template.py -> build/lib/Cheetah/Tests<br>copying cheeta= h/Tests/Test.py -> build/lib/Cheetah/Tests<br> copying cheetah/Tests/Unicode.py -> build/lib/Cheetah/Tests<br>copying c= heetah/Tests/xmlrunner.py -> build/lib/Cheetah/Tests<br>creating build/l= ib/Cheetah/Tools<br>copying cheetah/Tools/__init__.py -> build/lib/Cheet= ah/Tools<br> copying cheetah/Tools/CGITemplate.py -> build/lib/Cheetah/Tools<br>copyi= ng cheetah/Tools/MondoReport.py -> build/lib/Cheetah/Tools<br>copying ch= eetah/Tools/RecursiveNull.py -> build/lib/Cheetah/Tools<br>copying cheet= ah/Tools/SiteHierarchy.py -> build/lib/Cheetah/Tools<br> creating build/lib/Cheetah/Utils<br>copying cheetah/Utils/__init__.py ->= build/lib/Cheetah/Utils<br>copying cheetah/Utils/htmlDecode.py -> build= /lib/Cheetah/Utils<br>copying cheetah/Utils/htmlEncode.py -> build/lib/C= heetah/Utils<br> copying cheetah/Utils/Indenter.py -> build/lib/Cheetah/Utils<br>copying = cheetah/Utils/Misc.py -> build/lib/Cheetah/Utils<br>copying cheetah/Util= s/statprof.py -> build/lib/Cheetah/Utils<br>copying cheetah/Utils/WebInp= utMixin.py -> build/lib/Cheetah/Utils<br> creating build/bdist.macosx-10.7-intel<br>creating build/bdist.macosx-10.7-= intel/egg<br>creating build/bdist.macosx-10.7-intel/egg/Cheetah<br>copying = build/lib/Cheetah/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheet= ah<br> copying build/lib/Cheetah/CacheRegion.py -> build/bdist.macosx-10.7-inte= l/egg/Cheetah<br>copying build/lib/Cheetah/CacheStore.py -> build/bdist.= macosx-10.7-intel/egg/Cheetah<br>copying build/lib/Cheetah/CheetahWrapper.p= y -> build/bdist.macosx-10.7-intel/egg/Cheetah<br> copying build/lib/Cheetah/Compiler.py -> build/bdist.macosx-10.7-intel/e= gg/Cheetah<br>copying build/lib/Cheetah/convertTmplPathToModuleName.py ->= ; build/bdist.macosx-10.7-intel/egg/Cheetah<br>copying build/lib/Cheetah/Di= rectiveAnalyzer.py -> build/bdist.macosx-10.7-intel/egg/Cheetah<br> copying build/lib/Cheetah/Django.py -> build/bdist.macosx-10.7-intel/egg= /Cheetah<br>copying build/lib/Cheetah/DummyTransaction.py -> build/bdist= .macosx-10.7-intel/egg/Cheetah<br>copying build/lib/Cheetah/ErrorCatchers.p= y -> build/bdist.macosx-10.7-intel/egg/Cheetah<br> copying build/lib/Cheetah/FileUtils.py -> build/bdist.macosx-10.7-intel/= egg/Cheetah<br>copying build/lib/Cheetah/Filters.py -> build/bdist.macos= x-10.7-intel/egg/Cheetah<br>copying build/lib/Cheetah/ImportHooks.py -> = build/bdist.macosx-10.7-intel/egg/Cheetah<br> copying build/lib/Cheetah/ImportManager.py -> build/bdist.macosx-10.7-in= tel/egg/Cheetah<br>creating build/bdist.macosx-10.7-intel/egg/Cheetah/Macro= s<br>copying build/lib/Cheetah/Macros/__init__.py -> build/bdist.macosx-= 10.7-intel/egg/Cheetah/Macros<br> copying build/lib/Cheetah/Macros/I18n.py -> build/bdist.macosx-10.7-inte= l/egg/Cheetah/Macros<br>copying build/lib/Cheetah/NameMapper.py -> build= /bdist.macosx-10.7-intel/egg/Cheetah<br>copying build/lib/Cheetah/Parser.py= -> build/bdist.macosx-10.7-intel/egg/Cheetah<br> copying build/lib/Cheetah/Servlet.py -> build/bdist.macosx-10.7-intel/eg= g/Cheetah<br>copying build/lib/Cheetah/SettingsManager.py -> build/bdist= .macosx-10.7-intel/egg/Cheetah<br>copying build/lib/Cheetah/SourceReader.py= -> build/bdist.macosx-10.7-intel/egg/Cheetah<br> copying build/lib/Cheetah/Template.py -> build/bdist.macosx-10.7-intel/e= gg/Cheetah<br>copying build/lib/Cheetah/TemplateCmdLineIface.py -> build= /bdist.macosx-10.7-intel/egg/Cheetah<br>creating build/bdist.macosx-10.7-in= tel/egg/Cheetah/Templates<br> copying build/lib/Cheetah/Templates/__init__.py -> build/bdist.macosx-10= .7-intel/egg/Cheetah/Templates<br>copying build/lib/Cheetah/Templates/_Skel= etonPage.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Templates<br> copying build/lib/Cheetah/Templates/SkeletonPage.py -> build/bdist.macos= x-10.7-intel/egg/Cheetah/Templates<br>creating build/bdist.macosx-10.7-inte= l/egg/Cheetah/Tests<br>copying build/lib/Cheetah/Tests/__init__.py -> bu= ild/bdist.macosx-10.7-intel/egg/Cheetah/Tests<br> copying build/lib/Cheetah/Tests/Analyzer.py -> build/bdist.macosx-10.7-i= ntel/egg/Cheetah/Tests<br>copying build/lib/Cheetah/Tests/CheetahWrapper.py= -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests<br>copying build/lib= /Cheetah/Tests/Cheps.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tes= ts<br> copying build/lib/Cheetah/Tests/Filters.py -> build/bdist.macosx-10.7-in= tel/egg/Cheetah/Tests<br>copying build/lib/Cheetah/Tests/Misc.py -> buil= d/bdist.macosx-10.7-intel/egg/Cheetah/Tests<br>copying build/lib/Cheetah/Te= sts/NameMapper.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests<br> copying build/lib/Cheetah/Tests/Parser.py -> build/bdist.macosx-10.7-int= el/egg/Cheetah/Tests<br>copying build/lib/Cheetah/Tests/Performance.py ->= ; build/bdist.macosx-10.7-intel/egg/Cheetah/Tests<br>copying build/lib/Chee= tah/Tests/Regressions.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Te= sts<br> copying build/lib/Cheetah/Tests/SyntaxAndOutput.py -> build/bdist.macosx= -10.7-intel/egg/Cheetah/Tests<br>copying build/lib/Cheetah/Tests/Template.p= y -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tests<br>copying build/li= b/Cheetah/Tests/Test.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tes= ts<br> copying build/lib/Cheetah/Tests/Unicode.py -> build/bdist.macosx-10.7-in= tel/egg/Cheetah/Tests<br>copying build/lib/Cheetah/Tests/xmlrunner.py ->= build/bdist.macosx-10.7-intel/egg/Cheetah/Tests<br>creating build/bdist.ma= cosx-10.7-intel/egg/Cheetah/Tools<br> copying build/lib/Cheetah/Tools/__init__.py -> build/bdist.macosx-10.7-i= ntel/egg/Cheetah/Tools<br>copying build/lib/Cheetah/Tools/CGITemplate.py -&= gt; build/bdist.macosx-10.7-intel/egg/Cheetah/Tools<br>copying build/lib/Ch= eetah/Tools/MondoReport.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/= Tools<br> copying build/lib/Cheetah/Tools/RecursiveNull.py -> build/bdist.macosx-1= 0.7-intel/egg/Cheetah/Tools<br>copying build/lib/Cheetah/Tools/SiteHierarch= y.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Tools<br>copying build= /lib/Cheetah/Unspecified.py -> build/bdist.macosx-10.7-intel/egg/Cheetah= <br> creating build/bdist.macosx-10.7-intel/egg/Cheetah/Utils<br>copying build/l= ib/Cheetah/Utils/__init__.py -> build/bdist.macosx-10.7-intel/egg/Cheeta= h/Utils<br>copying build/lib/Cheetah/Utils/htmlDecode.py -> build/bdist.= macosx-10.7-intel/egg/Cheetah/Utils<br> copying build/lib/Cheetah/Utils/htmlEncode.py -> build/bdist.macosx-10.7= -intel/egg/Cheetah/Utils<br>copying build/lib/Cheetah/Utils/Indenter.py -&g= t; build/bdist.macosx-10.7-intel/egg/Cheetah/Utils<br>copying build/lib/Che= etah/Utils/Misc.py -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils<br= > copying build/lib/Cheetah/Utils/statprof.py -> build/bdist.macosx-10.7-i= ntel/egg/Cheetah/Utils<br>copying build/lib/Cheetah/Utils/WebInputMixin.py = -> build/bdist.macosx-10.7-intel/egg/Cheetah/Utils<br>copying build/lib/= Cheetah/Version.py -> build/bdist.macosx-10.7-intel/egg/Cheetah<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/__init__.py to __i= nit__.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Cache= Region.py to CacheRegion.pyc<br>byte-compiling build/bdist.macosx-10.7-inte= l/egg/Cheetah/CacheStore.py to CacheStore.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/CheetahWrapper.py = to CheetahWrapper.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/C= heetah/Compiler.py to Compiler.pyc<br>byte-compiling build/bdist.macosx-10.= 7-intel/egg/Cheetah/convertTmplPathToModuleName.py to convertTmplPathToModu= leName.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/DirectiveAnalyzer.= py to DirectiveAnalyzer.pyc<br>byte-compiling build/bdist.macosx-10.7-intel= /egg/Cheetah/Django.py to Django.pyc<br>byte-compiling build/bdist.macosx-1= 0.7-intel/egg/Cheetah/DummyTransaction.py to DummyTransaction.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/ErrorCatchers.py t= o ErrorCatchers.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Che= etah/FileUtils.py to FileUtils.pyc<br>byte-compiling build/bdist.macosx-10.= 7-intel/egg/Cheetah/Filters.py to Filters.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/ImportHooks.py to = ImportHooks.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah= /ImportManager.py to ImportManager.pyc<br>byte-compiling build/bdist.macosx= -10.7-intel/egg/Cheetah/Macros/__init__.py to __init__.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Macros/I18n.py to = I18n.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/NameMa= pper.py to NameMapper.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/e= gg/Cheetah/Parser.py to Parser.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Servlet.py to Serv= let.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Setting= sManager.py to SettingsManager.pyc<br>byte-compiling build/bdist.macosx-10.= 7-intel/egg/Cheetah/SourceReader.py to SourceReader.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Template.py to Tem= plate.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Templ= ateCmdLineIface.py to TemplateCmdLineIface.pyc<br>byte-compiling build/bdis= t.macosx-10.7-intel/egg/Cheetah/Templates/__init__.py to __init__.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Templates/_Skeleto= nPage.py to _SkeletonPage.pyc<br>byte-compiling build/bdist.macosx-10.7-int= el/egg/Cheetah/Templates/SkeletonPage.py to SkeletonPage.pyc<br>byte-compil= ing build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/__init__.py to __init__= .pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Analyzer.py = to Analyzer.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah= /Tests/CheetahWrapper.py to CheetahWrapper.pyc<br>byte-compiling build/bdis= t.macosx-10.7-intel/egg/Cheetah/Tests/Cheps.py to Cheps.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Filters.py t= o Filters.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/T= ests/Misc.py to Misc.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/eg= g/Cheetah/Tests/NameMapper.py to NameMapper.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Parser.py to= Parser.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tes= ts/Performance.py to Performance.pyc<br>byte-compiling build/bdist.macosx-1= 0.7-intel/egg/Cheetah/Tests/Regressions.py to Regressions.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/SyntaxAndOut= put.py to SyntaxAndOutput.pyc<br>byte-compiling build/bdist.macosx-10.7-int= el/egg/Cheetah/Tests/Template.py to Template.pyc<br>byte-compiling build/bd= ist.macosx-10.7-intel/egg/Cheetah/Tests/Test.py to Test.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tests/Unicode.py t= o Unicode.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/T= ests/xmlrunner.py to xmlrunner.pyc<br>byte-compiling build/bdist.macosx-10.= 7-intel/egg/Cheetah/Tools/__init__.py to __init__.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tools/CGITemplate.= py to CGITemplate.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/C= heetah/Tools/MondoReport.py to MondoReport.pyc<br>byte-compiling build/bdis= t.macosx-10.7-intel/egg/Cheetah/Tools/RecursiveNull.py to RecursiveNull.pyc= <br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Tools/SiteHierarch= y.py to SiteHierarchy.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/e= gg/Cheetah/Unspecified.py to Unspecified.pyc<br>byte-compiling build/bdist.= macosx-10.7-intel/egg/Cheetah/Utils/__init__.py to __init__.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/htmlDecode.p= y to htmlDecode.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Che= etah/Utils/htmlEncode.py to htmlEncode.pyc<br>byte-compiling build/bdist.ma= cosx-10.7-intel/egg/Cheetah/Utils/Indenter.py to Indenter.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/Misc.py to M= isc.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Utils/s= tatprof.py to statprof.pyc<br>byte-compiling build/bdist.macosx-10.7-intel/= egg/Cheetah/Utils/WebInputMixin.py to WebInputMixin.pyc<br> byte-compiling build/bdist.macosx-10.7-intel/egg/Cheetah/Version.py to Vers= ion.pyc<br>installing package data to build/bdist.macosx-10.7-intel/egg<br>= running install_data<br>copying cheetah/Tools/MondoReportDoc.txt -> buil= d/bdist.macosx-10.7-intel/egg/Cheetah/Tools<br> copying cheetah/Templates/SkeletonPage.tmpl -> build/bdist.macosx-10.7-i= ntel/egg/Cheetah/Templates<br>creating build/bdist.macosx-10.7-intel/egg/EG= G-INFO<br>installing scripts to build/bdist.macosx-10.7-intel/egg/EGG-INFO/= scripts<br> running install_scripts<br>running build_scripts<br>creating build/scripts-= 2.7<br>copying and adjusting bin/cheetah-compile -> build/scripts-2.7<br= >copying and adjusting bin/cheetah -> build/scripts-2.7<br>copying and a= djusting bin/cheetah-analyze -> build/scripts-2.7<br> changing mode of build/scripts-2.7/cheetah-compile from 644 to 755<br>chang= ing mode of build/scripts-2.7/cheetah from 644 to 755<br>changing mode of b= uild/scripts-2.7/cheetah-analyze from 644 to 755<br>creating build/bdist.ma= cosx-10.7-intel/egg/EGG-INFO/scripts<br> copying build/scripts-2.7/cheetah -> build/bdist.macosx-10.7-intel/egg/E= GG-INFO/scripts<br>copying build/scripts-2.7/cheetah-analyze -> build/bd= ist.macosx-10.7-intel/egg/EGG-INFO/scripts<br>copying build/scripts-2.7/che= etah-compile -> build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts<br> changing mode of build/bdist.macosx-10.7-intel/egg/EGG-INFO/scripts/cheetah= to 755<br>changing mode of build/bdist.macosx-10.7-intel/egg/EGG-INFO/scri= pts/cheetah-analyze to 755<br>changing mode of build/bdist.macosx-10.7-inte= l/egg/EGG-INFO/scripts/cheetah-compile to 755<br> copying Cheetah.egg-info/PKG-INFO -> build/bdist.macosx-10.7-intel/egg/E= GG-INFO<br>copying Cheetah.egg-info/SOURCES.txt -> build/bdist.macosx-10= .7-intel/egg/EGG-INFO<br>copying Cheetah.egg-info/dependency_links.txt ->= ; build/bdist.macosx-10.7-intel/egg/EGG-INFO<br> copying Cheetah.egg-info/requires.txt -> build/bdist.macosx-10.7-intel/e= gg/EGG-INFO<br>copying Cheetah.egg-info/top_level.txt -> build/bdist.mac= osx-10.7-intel/egg/EGG-INFO<br>zip_safe flag not set; analyzing archive con= tents...<br> Cheetah.ImportHooks: module references __file__<br>Cheetah.ImportManager: m= odule references __file__<br>Cheetah.ImportManager: module references __pat= h__<br>Cheetah.NameMapper: module MAY be using inspect.stack<br>Cheetah.Tem= plate: module references __file__<br> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/= setuptools/command/bdist_egg.py:422: UnicodeWarning: Unicode equal comparis= on failed to convert both arguments to Unicode - interpreting them as being= unequal<br> =C2=A0 symbols =3D dict.fromkeys(iter_symbols(code))<br>Cheetah.Tests.Templ= ate: module references __file__<br>creating dist<br>creating 'dist/Chee= tah-2.4.4-py2.7.egg' and adding 'build/bdist.macosx-10.7-intel/egg&= #39; to it<br> removing 'build/bdist.macosx-10.7-intel/egg' (and everything under = it)<br>Processing Cheetah-2.4.4-py2.7.egg<br>creating /Library/Python/2.7/s= ite-packages/Cheetah-2.4.4-py2.7.egg<br>Extracting Cheetah-2.4.4-py2.7.egg = to /Library/Python/2.7/site-packages<br> Adding Cheetah 2.4.4 to easy-install.pth file<br>Installing cheetah script = to /usr/local/bin<br>Installing cheetah-analyze script to /usr/local/bin<br= >Installing cheetah-compile script to /usr/local/bin<br><br>Installed /Libr= ary/Python/2.7/site-packages/Cheetah-2.4.4-py2.7.egg<br> Processing dependencies for Cheetah=3D=3D2.4.4<br>Searching for Markdown>= ;=3D2.0.1<br>Reading <a href=3D"http://pypi.python.org/simple/Markdown/">ht= tp://pypi.python.org/simple/Markdown/</a><br>Reading <a href=3D"http://www.= freewisdom.org/projects/python-markdown">http://www.freewisdom.org/projects= /python-markdown</a><br> Reading <a href=3D"https://sourceforge.net/project/showfiles.php?group_id= =3D153041">https://sourceforge.net/project/showfiles.php?group_id=3D153041<= /a><br>Reading <a href=3D"http://packages.python.org/Markdown/">http://pack= ages.python.org/Markdown/</a><br> Reading <a href=3D"http://www.freewisdom.org/projects/python-markdown/">htt= p://www.freewisdom.org/projects/python-markdown/</a><br>Best match: Markdow= n 2.2.0<br>Downloading <a href=3D"http://pypi.python.org/packages/source/M/= Markdown/Markdown-2.2.0.tar.gz">http://pypi.python.org/packages/source/M/Ma= rkdown/Markdown-2.2.0.tar.gz</a><br> Processing Markdown-2.2.0.tar.gz<br>Running Markdown-2.2.0/setup.py -q bdis= t_egg --dist-dir /tmp/easy_install-3en43D/Markdown-2.2.0/egg-dist-tmp-h46d1= N<br>zip_safe flag not set; analyzing archive contents...<br>Adding Markdow= n 2.2.0 to easy-install.pth file<br> Installing markdown_py script to /usr/local/bin<br><br>Installed /Library/P= ython/2.7/site-packages/Markdown-2.2.0-py2.7.egg<br>Finished processing dep= endencies for Cheetah=3D=3D2.4.4<br>One or more C extensions failed to buil= d.<br> Performance enhancements will not be available.<br>Pure Python installation= succeeded.<br>Erics-iMac:Cheetah-2.4.4 erictubbs$ <br><br><br>Any help wou= ld be appreciated please.<br><br>Many thanks in advance,<br><br>Eric<br> --bcaec5182234f39a6204cd9a936d-- --===============8337692466771578613== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d --===============8337692466771578613== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Cheetahtemplate-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss --===============8337692466771578613==--