Re: [hyde-dev] Errors in hyde gen

23 views
Skip to first unread message

Dave Fowler

unread,
Jun 5, 2013, 6:31:18 PM6/5/13
to hyde...@googlegroups.com
Varun,

I ran into the problem when first starting as well.  There is an odd dependency on less.  Are you on osx?  Its a bit of a pain to install:


We could probably consider taking the less dependency out of the examples or note it as a requirement.

Dave


On Wed, Jun 5, 2013 at 6:59 AM, Varun Malhotra <varu...@gmail.com> wrote:
Traceback (most recent call last):
  File "/usr/local/bin/hyde", line 9, in <module>
    load_entry_point('hyde==0.8.4', 'console_scripts', 'hyde')()
  File "/usr/local/lib/python2.7/dist-packages/hyde/main.py", line 10, in main
    Engine().run()
  File "/usr/local/lib/python2.7/dist-packages/hyde/engine.py", line 39, in run
    super(Engine, self).run(args)
  File "/usr/local/lib/python2.7/dist-packages/commando.py", line 198, in run
    args.run(self, args)
  File "/usr/local/lib/python2.7/dist-packages/hyde/engine.py", line 118, in gen
    gen.generate_all(incremental=incremental)
  File "/usr/local/lib/python2.7/dist-packages/hyde/generator.py", line 205, in generate_all
    self.__generate_node__(self.site.content, incremental)
  File "/usr/local/lib/python2.7/dist-packages/hyde/generator.py", line 303, in __generate_node__
    self.__generate_resource__(resource, incremental)
  File "/usr/local/lib/python2.7/dist-packages/hyde/generator.py", line 333, in __generate_resource__
    resource, text) or text
  File "/usr/local/lib/python2.7/dist-packages/hyde/plugin.py", line 44, in __call_plugins__
    res = function(*args)
  File "/usr/local/lib/python2.7/dist-packages/hyde/ext/plugins/less.py", line 88, in text_resource_complete
    less = self.app
  File "/usr/local/lib/python2.7/dist-packages/hyde/plugin.py", line 95, in __getattribute__
    return super(Plugin, self).__getattribute__(name)
  File "/usr/local/lib/python2.7/dist-packages/hyde/plugin.py", line 286, in app
    self.executable_not_found_message)
jinja2.exceptions.TemplateError: less executable path not configured properly. This plugin expects `less.app` to point to the full path of the `lessc` executable.

--
You received this message because you are subscribed to the Google Groups "Hyde" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hyde-dev+u...@googlegroups.com.
To post to this group, send email to hyde...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hyde-dev/f3070a7d-9da5-4a4a-a62f-26824421e49e%40googlegroups.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.





--

Lakshmi Vyas

unread,
Jun 6, 2013, 12:29:39 AM6/6/13
to hyde...@googlegroups.com, hyde...@googlegroups.com
Thanks Dave.

Yeah, makes sense to remove the dependency.
Reply all
Reply to author
Forward
0 new messages