Hi - Am attempting fresh install of Pelican (3.6.3) with Anaconda Python (Python 2.7.12) on Windows 7. I've been unable to load the render_math plugin either from your repository (render_math) or from the plugins bundle (math). My error messages are different in each case which further confuses me. Help appreciated! I'll update if I resolve this.
(pelicanEnv) C:\pblog2>fab build
[localhost] local: pelican -s pelicanconf.py
Traceback (most recent call last):
File "c:\anaconda2\envs\pelicanenv\lib\runpy.py", line 174, in _run_module_as_
main
"__main__", fname, loader, pkg_name)
File "c:\anaconda2\envs\pelicanenv\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "C:\Anaconda2\envs\pelicanEnv\Scripts\pelican.exe\__main__.py", line 9, i
n <module>
File "c:\anaconda2\envs\pelicanenv\lib\site-packages\pelican\__init__.py", lin
e 386, in main
pelican, settings = get_instance(args)
File "c:\anaconda2\envs\pelicanenv\lib\site-packages\pelican\__init__.py", lin
e 380, in get_instance
return cls(settings), settings
File "c:\anaconda2\envs\pelicanenv\lib\site-packages\pelican\__init__.py", lin
e 57, in __init__
self.init_plugins()
File "c:\anaconda2\envs\pelicanenv\lib\site-packages\pelican\__init__.py", lin
e 84, in init_plugins
plugin.register()
AttributeError: 'module' object has no attribute 'register'
Fatal error: local() encountered an error (return code 1) while executing 'pelic
an -s pelicanconf.py'
Aborting.
Hi - Am attempting fresh install of Pelican (3.6.3) with Anaconda Python (Python 2.7.12) on Windows 7. I've been unable to load the render_math plugin either from your repository (render_math) or from the plugins bundle (math). My error messages are different in each case which further confuses me. Help appreciated! I'll update if I resolve this.
pelicanconf.py
build attempt
pelicanconf.py
build attempt
Directory Tree
Python Environment