lektor / lektor-atom

Lektor Atom plugin.
30 stars 13 forks source link

Installation problem with version 1.1 of lektor #2

Closed oyiptong closed 3 years ago

oyiptong commented 8 years ago

installing lektor-atom yields a python exception:

Traceback (most recent call last):
  File "/usr/local/bin/lektor", line 11, in <module>
    sys.exit(main())
...
    from lektor.utils import build_url, parse_path
ImportError: cannot import name build_url

A readme note or steps to use lektor-atom would be appreciated

do3cc commented 8 years ago

It seems that lektor-atom needs the upcoming lektor 2.0 release

goanpeca commented 6 years ago

This is probably no longer an issue?