[Next Project] Revolving Lights by Dorothy Richardson

35 views
Skip to first unread message

Ray Ryan

unread,
Jul 7, 2026, 3:13:36 PM (7 days ago) Jul 7
to Standard Ebooks
Still wrapping up Deadlock but might as well get started on the next Pilgrimage volume. 


Alex Cabal

unread,
Jul 7, 2026, 4:10:56 PM (7 days ago) Jul 7
to standar...@googlegroups.com
OK! Please send a link to your repo once you start.
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/65207c82-509b-41b5-8e5b-4911fa938964n%40googlegroups.com
> <https://groups.google.com/d/msgid/
> standardebooks/65207c82-509b-41b5-8e5b-4911fa938964n%40googlegroups.com?
> utm_medium=email&utm_source=footer>.

Ray Ryan

unread,
Jul 7, 2026, 4:21:17 PM (7 days ago) Jul 7
to Standard Ebooks
Getting import errors trying to bootstrap with se version 4.0.0, "No module named 'encutils'"

../standard-ebooks/revolving-lights ❯❯❯ se create-draft --author "Dorothy M. Richardson" --title "Revolving Lights" --pg-id 62967
Traceback (most recent call last):
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/util.py", line 19, in <module>
    from ._fetchgae import _defaultFetcher
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/_fetchgae.py", line 7, in <module>
    from google.appengine.api import urlfetch
ModuleNotFoundError: No module named 'google'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/rjrjr/.local/bin/se", line 6, in <module>
    sys.exit(main())
             ~~~~^^
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/se/main.py", line 85, in main
    module = importlib.import_module(command_module)
  File "/opt/homebrew/Cellar/pyt...@3.14/3.14.6/Frameworks/Python.framework/Versions/3.14/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 759, in exec_module
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/se/commands/create_draft.py", line 26, in <module>
    from se.se_epub import SeEpub
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/se/se_epub.py", line 30, in <module>
    from se.se_epub_lint import LintMessage
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/se/se_epub_lint.py", line 20, in <module>
    import cssutils
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/__init__.py", line 79, in <module>
    from . import css, errorhandler, stylesheets
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/css/__init__.py", line 61, in <module>
    from .csscharsetrule import CSSCharsetRule
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/css/csscharsetrule.py", line 10, in <module>
    from . import cssrule
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/css/cssrule.py", line 7, in <module>
    import cssutils.util
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/util.py", line 21, in <module>
    from ._fetch import _defaultFetcher
  File "/Users/rjrjr/.local/pipx/venvs/standardebooks/lib/python3.14/site-packages/cssutils/_fetch.py", line 14, in <module>
    import encutils
ModuleNotFoundError: No module named 'encutils'

Robin Whittleton

unread,
Jul 7, 2026, 4:34:34 PM (7 days ago) Jul 7
to standar...@googlegroups.com
There’s a thread on this already if you search back. A potential suggest solution was to uninstall and reinstall the toolkit again.

-Robin

To unsubscribe from this group and stop receiving emails from it, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/1329b28a-b932-417f-9a8b-ed82e87df0f8n%40googlegroups.com.

Ray Ryan

unread,
Jul 8, 2026, 2:03:24 PM (6 days ago) Jul 8
to standar...@googlegroups.com

You received this message because you are subscribed to a topic in the Google Groups "Standard Ebooks" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/standardebooks/jtMTBj4Uh98/unsubscribe.
To unsubscribe from this group and all its topics, send an email to standardebook...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/9E1EE4E6-C625-4759-A79D-7DFA4632EFE9%40reala.net.

Alex Cabal

unread,
Jul 8, 2026, 2:08:19 PM (6 days ago) Jul 8
to standar...@googlegroups.com
OK, David will manage with Robin reviewing.

On 7/8/26 1:03 PM, Ray Ryan wrote:
> Here's the repo: https://github.com/rjrjr/dorothy-m-
> richardson_revolving-lights <https://github.com/rjrjr/dorothy-m-
> richardson_revolving-lights>
>
> On Tue, Jul 7, 2026 at 1:34 PM Robin Whittleton <ro...@reala.net
> <mailto:ro...@reala.net>> wrote:
>
> There’s a thread on this already if you search back. A potential
> suggest solution was to uninstall and reinstall the toolkit again.
>
> -Robin
>
>> On 7 Jul 2026, at 22:21, Ray Ryan <ray....@gmail.com
>> > PG: https://www.gutenberg.org/ebooks/62967 <https://
>> www.gutenberg.org/ebooks/62967>
>> > IA: https://archive.org/details/revolvinglights0000doro
>> <https://archive.org/details/revolvinglights0000doro>
>> >
>> > --
>> > You received this message because you are subscribed to the
>> Google
>> > Groups "Standard Ebooks" group.
>> > To unsubscribe from this group and stop receiving emails
>> from it, send
>> > an email to standardebook...@googlegroups.com
>> > <mailto:standardebook...@googlegroups.com>.
>> > To view this discussion visit https://groups.google.com/d/
>> msgid/ <https://groups.google.com/d/msgid/>
>> >
>> standardebooks/65207c82-509b-41b5-8e5b-4911fa938964n%40googlegroups.com <http://40googlegroups.com/>
>> > <https://groups.google.com/d/msgid/ <https://
>> groups.google.com/d/msgid/>
>> >
>> standardebooks/65207c82-509b-41b5-8e5b-4911fa938964n%40googlegroups.com <http://40googlegroups.com/>?
>> > utm_medium=email&utm_source=footer>.
>>
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Standard Ebooks" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to standardebook...@googlegroups.com
>> <mailto:standardebook...@googlegroups.com>.
>> To view this discussion visit https://groups.google.com/d/msgid/
>> standardebooks/1329b28a-b932-417f-9a8b-
>> ed82e87df0f8n%40googlegroups.com <https://groups.google.com/d/
>> msgid/standardebooks/1329b28a-b932-417f-9a8b-
>> ed82e87df0f8n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to a topic in
> the Google Groups "Standard Ebooks" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/standardebooks/jtMTBj4Uh98/unsubscribe <https://
> groups.google.com/d/topic/standardebooks/jtMTBj4Uh98/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email to
> standardebooks/9E1EE4E6-C625-4759-A79D-7DFA4632EFE9%40reala.net
> <https://groups.google.com/d/msgid/standardebooks/9E1EE4E6-
> C625-4759-A79D-7DFA4632EFE9%40reala.net?
> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Standard Ebooks" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to standardebook...@googlegroups.com
> <mailto:standardebook...@googlegroups.com>.
> To view this discussion visit https://groups.google.com/d/msgid/
> standardebooks/
> CAJh%2BgrhOmGBGaNH-2kDs1Vjvar5CPr7A6Xy8FNtVc%3DdmP40VDw%40mail.gmail.com
> <https://groups.google.com/d/msgid/standardebooks/
> CAJh%2BgrhOmGBGaNH-2kDs1Vjvar5CPr7A6Xy8FNtVc%3DdmP40VDw%40mail.gmail.com?utm_medium=email&utm_source=footer>.

Reply all
Reply to author
Forward
0 new messages