Have you tried renaming mini_leo.dll to _minileo.dll or _minileo.pyd ? Vitalije
On Monday, June 22, 2020 at 3:43:07 PM UTC+2, Edward K. Ream wrote: > > > > On Mon, Jun 22, 2020 at 1:40 AM vitalije <[email protected] <javascript:>> > wrote: > > Actually you didn't need to reinstall rust. The rustup utility is capable >>> of keeping several different tool chains at once. You should have run: >>> >> >> rustup default nightly >> >> This would set default tool chain to nightly version, and following cargo >> commands would use nightly version of rust. >> > > Good to know. Thanks. > > Now I'm stuck. How do I run mini_leo? >>> >>> >> mini_leo doesn't have any GUI yet, so it can't be run on its own. I >> haven't decided which GUI to use yet. >> >> At its current state mini_leo is just a python extension module. Copy >> mini_leo.dll somewhere on PYTHONPATH and try importing "_minileo". >> > > I've tried various things and can import neither _minileo nor minileo. > > This can wait until you have more time. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/8d306a2e-b4ea-4dbb-a4e2-ab2e85e547d7o%40googlegroups.com.
