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”cd /Users/Username/Desktop/Cheetah” and hit enter
4. Type “sudo python setup.py install”
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 “cd /Applications“
8. Type “git clone git://github.com/midgetspy/Sick-Beard.git“
9. Type cd /Applications/Sick-Beard
10. Type “python sickbeard.py -d“
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 “python /Applications/Sick-Beard/sickbeard.py”
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/Cheetah
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 = 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==2.4.4
Searching for Markdown>=2.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=153041
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==2.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
|