[Next Project] Revolving Lights by Dorothy Richardson

132 views
Skip to first unread message

Ray Ryan

unread,
Jul 7, 2026, 3:13:36 PMJul 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 PMJul 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 PMJul 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 PMJul 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 PMJul 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 PMJul 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>.

Ray Ryan

unread,
Aug 4, 2026, 4:03:49 PM (7 days ago) Aug 4
to Standard Ebooks
Finished proofreading and in the home stretch, thinking about a cover. I like Holywell Street, Strand, looking West, 1900 by Philip Norman, found as the first illustration in London Vanished and Vanishing, published in 1905.

Here's a mock of the cover.

cover.svg

David

unread,
Aug 4, 2026, 4:27:59 PM (7 days ago) Aug 4
to Standard Ebooks
I suppose that could work - a couple thoughts: (1) could you say a word about how it fits this novel? (2) Wee shame it isn't higher resolution. Would either of these give a better base to work from? (They would still take a little tidying up...)


https://archive.org/details/bwb_P6-CFD-543/page/n7/mode/2up

Ray Ryan

unread,
Aug 4, 2026, 4:40:26 PM (7 days ago) Aug 4
to Standard Ebooks
The first chapter in the book (more than a quarter of this volume and the longest chapter in the entire series) details a walk down a very similar street in London. Really, I would have been happier with something that looked like Spade House, where most of the rest of the book is set, but I just couldn't find anything.

I can certainly try to find a higher res source.

Ray Ryan

unread,
Aug 6, 2026, 5:15:42 PM (5 days ago) Aug 6
to Standard Ebooks
How's this?
cover.svg
cover.jpg

Ray Ryan

unread,
Aug 6, 2026, 5:49:47 PM (4 days ago) Aug 6
to Standard Ebooks
Another possibility, although more monochrome than usual. Reading letters is a theme in this book.

Ray Ryan

unread,
Aug 6, 2026, 6:01:46 PM (4 days ago) Aug 6
to Standard Ebooks
Nevermind, didn't actually find PD proof for that one.

Ray Ryan

unread,
Aug 6, 2026, 6:04:11 PM (4 days ago) Aug 6
to Standard Ebooks

Ray Ryan

unread,
Aug 6, 2026, 6:08:50 PM (4 days ago) Aug 6
to Standard Ebooks
cover.svg

Ray Ryan

unread,
Aug 6, 2026, 6:44:56 PM (4 days ago) Aug 6
to Standard Ebooks
David, if you're happy with the new cover image I'm ready to push the final changes for review.

On Thursday, August 6, 2026 at 3:08:50 PM UTC-7 Ray Ryan wrote:

Alex Cabal

unread,
Aug 6, 2026, 9:33:06 PM (4 days ago) Aug 6
to standar...@googlegroups.com
This is too much of a pencil illustration, we try to go closer to oil
painting style. The Hammershoi one was fine if you can find PD proof, we
have more of his stuff in the corpus already. You can check the proof we
used for his other works to see if there's an art book of his.
> --
> 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/d15cd9a8-77b2-4b10-a615-75bff33a5c1bn%40googlegroups.com
> <https://groups.google.com/d/msgid/standardebooks/d15cd9a8-77b2-4b10-
> a615-75bff33a5c1bn%40googlegroups.com?utm_medium=email&utm_source=footer>.

David

unread,
Aug 7, 2026, 5:05:52 AM (4 days ago) Aug 7
to Standard Ebooks
I've scoured the internet for PD proof for "Ida Reading a Letter", and failed to find it. (There are proofs for paintings of a woman reading a book, but I take it that the whole point is *letters*.) I think your original suggestion is fine, and the version you included in an earlier message in this thread looked okay. Which is the original for that one? 

Ray Ryan

unread,
Aug 7, 2026, 9:13:29 AM (4 days ago) Aug 7
to Standard Ebooks
Thanks for looking.

I think this is the one to use, from the two links you found: https://archive.org/details/londonvanishedva00normuoft/page/n7/mode/1up

I'm confused, though, how to fetch such an image at its raw resolution. It seems like the more I zoom in the more IA scales it for me. Do you have any tricks to share?

Ray Ryan

unread,
Aug 7, 2026, 9:16:11 AM (4 days ago) Aug 7
to Standard Ebooks
Nevermind, found the single page raw links.

David

unread,
Aug 7, 2026, 9:33:53 AM (4 days ago) Aug 7
to Standard Ebooks
The one that you had in your "How's this?" message was much more likely the other one (more "red" toned). If you can confirm, I'll get it into the Artworks DB.

Ray Ryan

unread,
Aug 7, 2026, 9:58:23 AM (4 days ago) Aug 7
to standar...@googlegroups.com
Yeah, I think that red toning is a mistake, bad white point or over saturation. I'd like to rework it from this one. 

--
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/cb3687ea-b7a6-480f-ba07-50e97191efcan%40googlegroups.com.

David

unread,
Aug 7, 2026, 10:21:20 AM (4 days ago) Aug 7
to Standard Ebooks

Ray Ryan

unread,
Aug 7, 2026, 12:07:49 PM (4 days ago) Aug 7
to Standard Ebooks
Pushed! And ready for review.

Robin Whittleton

unread,
Aug 7, 2026, 12:50:37 PM (4 days ago) Aug 7
to standar...@googlegroups.com
Should get it done by the end of the weekend.

-Robin

--
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.
To view this discussion visit https://groups.google.com/d/msgid/standardebooks/22b8cd86-b148-45d0-8c1a-03656d852b28n%40googlegroups.com.

Robin Whittleton

unread,
Aug 7, 2026, 1:31:27 PM (4 days ago) Aug 7
to standar...@googlegroups.com
Found enough time to get it done now: https://github.com/rjrjr/dorothy-m-richardson_revolving-lights/issues/1 

Let me know if anything needs further explanation.

-Robin

Robin Whittleton

unread,
Aug 8, 2026, 4:08:09 AM (3 days ago) Aug 8
to standar...@googlegroups.com
This is ready for you Alex.

-Robin

Alex Cabal

unread,
Aug 8, 2026, 10:55:08 PM (2 days ago) Aug 8
to standar...@googlegroups.com
Great work as always Ray, I've released it. Thanks!

In the metadata, make sure to remove unused elements - you forgot to
remove the ebook wiki URL element and a transcriber URL, and this caused
build --check to fail.

On 8/8/26 3:07 AM, Robin Whittleton wrote:
> This is ready for you Alex.
>
> -Robin
>
>> On 7 Aug 2026, at 19:31, Robin Whittleton <ro...@reala.net> wrote:
>>
>> Found enough time to get it done now: https://github.com/rjrjr/
>> dorothy-m-richardson_revolving-lights/issues/1 <https://github.com/
>> rjrjr/dorothy-m-richardson_revolving-lights/issues/1>
>>
>> Let me know if anything needs further explanation.
>>
>> -Robin
>>
>>> On 7 Aug 2026, at 18:50, Robin Whittleton <ro...@reala.net> wrote:
>>>
>>> Should get it done by the end of the weekend.
>>>
>>> -Robin
>>>
>>>> On 7 Aug 2026, at 18:07, Ray Ryan <ray....@gmail.com> wrote:
>>>>
>>>> Pushed! And ready for review.
>>>>
>>>> On Friday, August 7, 2026 at 7:21:20 AM UTC-7 David wrote:
>>>>
>>>> Okay! That one's now in the Artworks DB <https://
>>>> standardebooks.org/artworks/philip-norman/holywell-street-
>>>> strand-looking-west-1900>.
>>>>
>>>> And just in case this helps:
>>>>
>>>> * https://en.wikipedia.org/wiki/Philip_Norman_(artist)
>>>> <https://en.wikipedia.org/wiki/Philip_Norman_(artist)>
>>>> * https://id.loc.gov/authorities/names/n87821929.html
>>>> <https://id.loc.gov/authorities/names/n87821929.html>
>>>>
>>>>
>>>> On Friday, 7 August 2026 at 14:58:23 UTC+1 Ray wrote:
>>>>
>>>> Yeah, I think that red toning is a mistake, bad white point
>>>> or over saturation. I'd like to rework it from this one.
>>>>
>>>>
>>>> --
>>>> 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/22b8cd86-
>>>> b148-45d0-8c1a-03656d852b28n%40googlegroups.com <https://
>>>> groups.google.com/d/msgid/standardebooks/22b8cd86-
>>>> b148-45d0-8c1a-03656d852b28n%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/FE6B562F-735C-45F8-89B8-E55098B1C42E%40reala.net
>>> <https://groups.google.com/d/msgid/standardebooks/
>>> FE6B562F-735C-45F8-89B8-E55098B1C42E%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/53B466B5-A39F-4123-9141-1F8903CA7BDD%40reala.net
>> <https://groups.google.com/d/msgid/standardebooks/53B466B5-
>> A39F-4123-9141-1F8903CA7BDD%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/E90FAECA-D9B4-4EC7-BE76-1A6C9371DE7E%40reala.net
> <https://groups.google.com/d/msgid/standardebooks/E90FAECA-D9B4-4EC7-
> BE76-1A6C9371DE7E%40reala.net?utm_medium=email&utm_source=footer>.

Reply all
Reply to author
Forward
0 new messages