On Monday, October 28, 2019 at 5:33:56 AM UTC+1, Matt Wilkie wrote:
>
> Thanks Reinhard. I've not tested on full Anaconda and from your report 
> that shows. 
>
> conda create --name leo-dev
> activate leo-dev
> conda install pyqt5
> pip install --editable D:\bin\leo-editor
>
>    - We create a new empty environment. It has nothing, not even python.
>    - Then we activate it. Anything from this point forward happens in 
>    (leo) and not (base).
>    - Install PyQt5 using Conda. This will also install python and a host 
>    of other required libraries.
>    - Now we install Leo using python's pip package manager, which will 
>    fetch all of it's dependencies.
>
> Thanks for your fast Response Matt!  

Basically, your suggestion worked (see the attached transcript of my 
installation; I used *leo-editor* instead of *leo-dev*). 
My Leo installation is a fresh, unaltered clone from GitHub I made 
yesterday. It is stored in *D:\bin\leo-editor*.

I had problems with pyqt5 (don't know why), so I added conda-forde to the 
configuration and installed pyside2 from conda-forge.
After that, everthing worked fine. 
As I'm not yet familiar with Anaconda, I had to try some variants to start 
Leo, until I realized that in Anaconda being in the environment (
*leo-editor*, or *leo-dev* in your case) of an application doesn't mean to 
be in its home directory
(*D:\bin\leo-editor*).

Apart from that, the Leo installation is a little to cumbersome. It would 
be nice if Leo could be started with a one-button click.


 

-- 
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/9f9c6283-0c91-414a-a8f6-970169d0a83c%40googlegroups.com.
(base) C:\Users\nc-en>conda create --name leo-editor
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: D:\bin\python\Anaconda\envs\leo-editor



Proceed ([y]/n)? y

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate leo-editor
#
# To deactivate an active environment, use
#
#     $ conda deactivate


(base) C:\Users\nc-en>activate leo-editor

(leo-editor) C:\Users\nc-en>conda install pyqt5
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible 
solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible 
solve.

PackagesNotFoundError: The following packages are not available from current 
channels:

  - pyqt5

Current channels:

  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.



(leo-editor) C:\Users\nc-en>conda config --add channels conda-forge
Warning: 'conda-forge' already in 'channels' list, moving to the top

(leo-editor) C:\Users\nc-en>conda install pyqt5
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible 
solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible 
solve.

PackagesNotFoundError: The following packages are not available from current 
channels:

  - pyqt5

Current channels:

  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.



(leo-editor) C:\Users\nc-en>conda install pyside2
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: D:\bin\python\Anaconda\envs\leo-editor

  added / updated specs:
    - pyside2


The following NEW packages will be INSTALLED:

  ca-certificates    conda-forge/win-64::ca-certificates-2019.9.11-hecc5488_0
  certifi            conda-forge/win-64::certifi-2019.9.11-py36_0
  icu                conda-forge/win-64::icu-64.2-he025d50_1
  jpeg               conda-forge/win-64::jpeg-9c-hfa6e2cd_1001
  libclang           conda-forge/win-64::libclang-9.0.0-h74a9793_1
  libiconv           conda-forge/win-64::libiconv-1.15-hfa6e2cd_1005
  libpng             conda-forge/win-64::libpng-1.6.37-h7602738_0
  libxml2            conda-forge/win-64::libxml2-2.9.9-h9ce36c8_5
  libxslt            conda-forge/win-64::libxslt-1.1.33-heafd4d3_0
  openssl            conda-forge/win-64::openssl-1.1.1c-hfa6e2cd_0
  pip                conda-forge/win-64::pip-19.3.1-py36_0
  pyside2            conda-forge/win-64::pyside2-5.13.1-py36hd7ce7fb_4
  python             conda-forge/win-64::python-3.6.7-he025d50_1005
  qt                 conda-forge/win-64::qt-5.12.5-h7ef1ec2_0
  setuptools         conda-forge/win-64::setuptools-41.4.0-py36_0
  sqlite             conda-forge/win-64::sqlite-3.30.1-hfa6e2cd_0
  vc                 pkgs/main/win-64::vc-14.1-h0510ff6_4
  vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.16.27012-hf0eaf9b_0
  wheel              conda-forge/win-64::wheel-0.33.6-py36_0
  wincertstore       conda-forge/win-64::wincertstore-0.2-py36_1002
  zlib               conda-forge/win-64::zlib-1.2.11-h2fa13f4_1006


Proceed ([y]/n)? y

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

(leo-editor) C:\Users\nc-en>pip install --editable D:\bin\leo-editor
Obtaining file:///D:/bin/leo-editor
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Processing 
c:\users\nc-en\appdata\local\pip\cache\wheels\74\bc\50\ae030267a192919b289f84661cfeb5573cf383841c543e8696\future-0.18.1-cp36-none-any.whl
Collecting docutils
  Using cached 
https://files.pythonhosted.org/packages/22/cd/a6aa959dca619918ccb55023b4cb151949c64d4d5d55b3f4ffd7eee0c6e8/docutils-0.15.2-py3-none-any.whl
Collecting PyQt5>=5.12; python_version >= "3.6"
  Using cached 
https://files.pythonhosted.org/packages/8f/b9/d3f2445c320274f8e19a10f9ff9cf9fa2debdabe3c5d120c23474592f162/PyQt5-5.13.1-5.13.1-cp35.cp36.cp37.cp38-none-win_amd64.whl
Processing 
c:\users\nc-en\appdata\local\pip\cache\wheels\c3\ae\57\3ab58d0d76a5828f892f3099bb4b55264395adde36c4f3e790\meta-1.0.2-cp36-none-any.whl
Collecting pylint
  Using cached 
https://files.pythonhosted.org/packages/ea/f1/758de486e46ea2b8717992704b0fdd968b7cbc2bc790b976fae4a35a212c/pylint-2.4.3-py3-none-any.whl
Collecting setupext-janitor>=1.1
  Using cached 
https://files.pythonhosted.org/packages/83/99/0d8896d9b477260cb8a4f2bb0f372a77d63bb1c2c612c053709b2022e4d5/setupext_janitor-1.1.1-py2.py3-none-any.whl
Collecting sphinx
  Using cached 
https://files.pythonhosted.org/packages/1d/58/a547b02946af1cf337c701cafcf3267065c1c83d6e701f540961f4907b5d/Sphinx-2.2.1-py3-none-any.whl
Collecting black
  Using cached 
https://files.pythonhosted.org/packages/30/62/cf549544a5fe990bbaeca21e9c419501b2de7a701ab0afb377bc81676600/black-19.3b0-py36-none-any.whl
Collecting flexx; python_version >= "3.5"
  Using cached 
https://files.pythonhosted.org/packages/b1/8d/7c006a7f723f2392a6e8e4c717fdeda843656389c0b87cb88e4de1b35b2d/flexx-0.8.0-py2.py3-none-any.whl
Collecting six
  Using cached 
https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Processing 
c:\users\nc-en\appdata\local\pip\cache\wheels\3d\fa\e2\437209af0bfc0a9b04243b6ffd1e4f1e7cf7b9ad456ed07f16\pyshortcuts-1.7-cp36-none-any.whl
Collecting pyflakes
  Using cached 
https://files.pythonhosted.org/packages/84/f2/ed0ffb887f8138a8fe5a621b8c0bb9598bfb3989e029f6c6a85ee66628ee/pyflakes-2.1.1-py2.py3-none-any.whl
Collecting nbformat
  Using cached 
https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl
Collecting PyQtWebEngine
  Using cached 
https://files.pythonhosted.org/packages/da/7d/835abdf76e2db2b7d07eadd62d6e05225fdc9604386e3d7f02cfe7d7a83a/PyQtWebEngine-5.13.1-5.13.1-cp35.cp36.cp37.cp38-none-win_amd64.whl
Collecting PyQt5_sip<13,>=4.19.19
  Using cached 
https://files.pythonhosted.org/packages/1f/b4/e526dddbff0f1b42af6db15f83af9f379bbf2f380f3c9099f6cd2422278b/PyQt5_sip-12.7.0-cp36-cp36m-win_amd64.whl
Collecting mccabe<0.7,>=0.6
  Using cached 
https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting colorama; sys_platform == "win32"
  Using cached 
https://files.pythonhosted.org/packages/4f/a6/728666f39bfff1719fc94c481890b2106837da9318031f71a8424b662e12/colorama-0.4.1-py2.py3-none-any.whl
Collecting astroid<2.4,>=2.3.0
  Using cached 
https://files.pythonhosted.org/packages/64/d3/4ba68bd56297556c9c2e5072d71d1664feaa86d9726c237a9fe496d440f4/astroid-2.3.2-py3-none-any.whl
Collecting isort<5,>=4.2.5
  Using cached 
https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl
Collecting sphinxcontrib-applehelp
  Using cached 
https://files.pythonhosted.org/packages/13/9a/4428b3114d654cb1cd34d90d5e6fab938d5436f94a571155187ea1dd78b4/sphinxcontrib_applehelp-1.0.1-py2.py3-none-any.whl
Collecting packaging
  Using cached 
https://files.pythonhosted.org/packages/cf/94/9672c2d4b126e74c4496c6b3c58a8b51d6419267be9e70660ba23374c875/packaging-19.2-py2.py3-none-any.whl
Collecting babel!=2.0,>=1.3
  Using cached 
https://files.pythonhosted.org/packages/2c/60/f2af68eb046c5de5b1fe6dd4743bf42c074f7141fe7b2737d3061533b093/Babel-2.7.0-py2.py3-none-any.whl
Collecting Jinja2>=2.3
  Using cached 
https://files.pythonhosted.org/packages/65/e0/eb35e762802015cab1ccee04e8a277b03f1d8e53da3ec3106882ec42558b/Jinja2-2.10.3-py2.py3-none-any.whl
Collecting requests>=2.5.0
  Using cached 
https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl
Collecting Pygments>=2.0
  Using cached 
https://files.pythonhosted.org/packages/5c/73/1dfa428150e3ccb0fa3e68db406e5be48698f2a979ccbcec795f28f44048/Pygments-2.4.2-py2.py3-none-any.whl
Collecting alabaster<0.8,>=0.7
  Using cached 
https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl
Collecting snowballstemmer>=1.1
  Using cached 
https://files.pythonhosted.org/packages/7d/4b/cdf1113a0e88b641893b814e9c36f69a6fda28cd88b62c7f0d858cde3166/snowballstemmer-2.0.0-py2.py3-none-any.whl
Collecting imagesize
  Using cached 
https://files.pythonhosted.org/packages/fc/b6/aef66b4c52a6ad6ac18cf6ebc5731ed06d8c9ae4d3b2d9951f261150be67/imagesize-1.1.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in 
d:\bin\python\anaconda\envs\leo-editor\lib\site-packages (from 
sphinx->leo==6.1b1) (41.4.0)
Collecting sphinxcontrib-jsmath
  Using cached 
https://files.pythonhosted.org/packages/c2/42/4c8646762ee83602e3fb3fbe774c2fac12f317deb0b5dbeeedd2d3ba4b77/sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl
Collecting sphinxcontrib-htmlhelp
  Using cached 
https://files.pythonhosted.org/packages/e4/35/80a67cc493f4a8a9634ab203a77aaa1b84d79ccb1c02eca72cb084d2c7f7/sphinxcontrib_htmlhelp-1.0.2-py2.py3-none-any.whl
Collecting sphinxcontrib-serializinghtml
  Using cached 
https://files.pythonhosted.org/packages/57/b3/3648e48fa5682e61e9839d62de4e23af1795ceb738d68d73bd974257a95c/sphinxcontrib_serializinghtml-1.1.3-py2.py3-none-any.whl
Collecting sphinxcontrib-qthelp
  Using cached 
https://files.pythonhosted.org/packages/ce/5b/4747c3ba98b3a3e21a66faa183d8f79b9ded70e74212a7988d236a6eb78a/sphinxcontrib_qthelp-1.0.2-py2.py3-none-any.whl
Collecting sphinxcontrib-devhelp
  Using cached 
https://files.pythonhosted.org/packages/b0/a3/fea98741f0b2f2902fbf6c35c8e91b22cd0dd13387291e81d457f9a93066/sphinxcontrib_devhelp-1.0.1-py2.py3-none-any.whl
Collecting click>=6.5
  Using cached 
https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl
Collecting toml>=0.9.4
  Using cached 
https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
Collecting appdirs
  Using cached 
https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Collecting attrs>=18.1.0
  Using cached 
https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
Collecting tornado
  Using cached 
https://files.pythonhosted.org/packages/35/0b/bcd855847d58600627b17c64535567a871731e81f0f75d2065f72fe58671/tornado-6.0.3-cp36-cp36m-win_amd64.whl
Processing 
c:\users\nc-en\appdata\local\pip\cache\wheels\de\22\3d\9ee3737ad4f6f9ec89dc638fc30a6b88ab97293b7c83ed0ef4\webruntime-0.5.6-cp36-none-any.whl
Collecting pscript>=0.7.1
  Using cached 
https://files.pythonhosted.org/packages/5c/6d/26f4ddc8c2885b08779d640ca8c9325fc649729461040dd27273889d0a18/pscript-0.7.1-py3-none-any.whl
Processing 
c:\users\nc-en\appdata\local\pip\cache\wheels\85\0d\46\eb04687200dc6552c774d51a2af9f7c76c40ae9881b532e642\dialite-0.5.2-cp36-none-any.whl
Collecting pywin32
  Using cached 
https://files.pythonhosted.org/packages/bb/29/2a8d06fd1e0547f129e6ed9f713027f98f2cf243aff3ece189a08b071d75/pywin32-225-cp36-cp36m-win_amd64.whl
Collecting traitlets>=4.1
  Using cached 
https://files.pythonhosted.org/packages/ca/ab/872a23e29cec3cf2594af7e857f18b687ad21039c1f9b922fac5b9b142d5/traitlets-4.3.3-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4
  Using cached 
https://files.pythonhosted.org/packages/ce/6c/888d7c3c1fce3974c88a01a6bc553528c99d3586e098eee23e8383dd11c3/jsonschema-3.1.1-py2.py3-none-any.whl
Collecting jupyter-core
  Using cached 
https://files.pythonhosted.org/packages/fb/82/86437f661875e30682e99d04c13ba6c216f86f5f6ca6ef212d3ee8b6ca11/jupyter_core-4.6.1-py2.py3-none-any.whl
Collecting ipython-genutils
  Using cached 
https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Processing 
c:\users\nc-en\appdata\local\pip\cache\wheels\d7\de\2e\efa132238792efb6459a96e85916ef8597fcb3d2ae51590dfd\wrapt-1.11.2-cp36-cp36m-win_amd64.whl
Collecting typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and 
python_version < "3.8"
  Using cached 
https://files.pythonhosted.org/packages/fb/fc/a96a9ebe9e0f86a9ac65e0dd0d2dd02f3cc43b838c150169a5b56739b945/typed_ast-1.4.0-cp36-cp36m-win_amd64.whl
Collecting lazy-object-proxy==1.4.*
  Using cached 
https://files.pythonhosted.org/packages/ae/fe/98f7c4717f1581eefc19eac54d430e4e47722d9b0dc5a7e485c3e42a5ff2/lazy_object_proxy-1.4.3-cp36-cp36m-win_amd64.whl
Collecting pyparsing>=2.0.2
  Using cached 
https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl
Collecting pytz>=2015.7
  Using cached 
https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23
  Using cached 
https://files.pythonhosted.org/packages/b9/82/833c7714951bff8f502ed054e6fbd8bd00e083d1fd96de6a46905cf23378/MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl
Requirement already satisfied: certifi>=2017.4.17 in 
d:\bin\python\anaconda\envs\leo-editor\lib\site-packages (from 
requests>=2.5.0->sphinx->leo==6.1b1) (2019.9.11)
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
  Using cached 
https://files.pythonhosted.org/packages/e0/da/55f51ea951e1b7c63a579c09dd7db825bb730ec1fe9c0180fc77bfb31448/urllib3-1.25.6-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5
  Using cached 
https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2
  Using cached 
https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting decorator
  Using cached 
https://files.pythonhosted.org/packages/8f/b7/f329cfdc75f3d28d12c65980e4469e2fa373f1953f5df6e370e84ea2e875/decorator-4.4.1-py2.py3-none-any.whl
Collecting importlib-metadata
  Using cached 
https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl
Processing 
c:\users\nc-en\appdata\local\pip\cache\wheels\c4\5a\b2\d22f93864c638398dad50541af906e9838bb22044d2cc3ad3a\pyrsistent-0.15.5-cp36-cp36m-win_amd64.whl
Collecting zipp>=0.5
  Using cached 
https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
Collecting more-itertools
  Using cached 
https://files.pythonhosted.org/packages/45/dc/3241eef99eb45f1def35cf93af35d1cf9ef4c0991792583b8f33ea41b092/more_itertools-7.2.0-py3-none-any.whl
Installing collected packages: future, docutils, PyQt5-sip, PyQt5, meta, 
mccabe, colorama, wrapt, typed-ast, lazy-object-proxy, six, astroid, isort, 
pylint, setupext-janitor, sphinxcontrib-applehelp, pyparsing, packaging, pytz, 
babel, MarkupSafe, Jinja2, urllib3, idna, chardet, requests, Pygments, 
alabaster, snowballstemmer, imagesize, sphinxcontrib-jsmath, 
sphinxcontrib-htmlhelp, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, 
sphinxcontrib-devhelp, sphinx, click, toml, appdirs, attrs, black, tornado, 
dialite, webruntime, pscript, flexx, pywin32, pyshortcuts, pyflakes, decorator, 
ipython-genutils, traitlets, more-itertools, zipp, importlib-metadata, 
pyrsistent, jsonschema, jupyter-core, nbformat, PyQtWebEngine, leo
  Running setup.py develop for leo
Successfully installed Jinja2-2.10.3 MarkupSafe-1.1.1 PyQt5-5.13.1 
PyQt5-sip-12.7.0 PyQtWebEngine-5.13.1 Pygments-2.4.2 alabaster-0.7.12 
appdirs-1.4.3 astroid-2.3.2 attrs-19.3.0 babel-2.7.0 black-19.3b0 chardet-3.0.4 
click-7.0 colorama-0.4.1 decorator-4.4.1 dialite-0.5.2 docutils-0.15.2 
flexx-0.8.0 future-0.18.1 idna-2.8 imagesize-1.1.0 importlib-metadata-0.23 
ipython-genutils-0.2.0 isort-4.3.21 jsonschema-3.1.1 jupyter-core-4.6.1 
lazy-object-proxy-1.4.3 leo mccabe-0.6.1 meta-1.0.2 more-itertools-7.2.0 
nbformat-4.4.0 packaging-19.2 pscript-0.7.1 pyflakes-2.1.1 pylint-2.4.3 
pyparsing-2.4.2 pyrsistent-0.15.5 pyshortcuts-1.7 pytz-2019.3 pywin32-225 
requests-2.22.0 setupext-janitor-1.1.1 six-1.12.0 snowballstemmer-2.0.0 
sphinx-2.2.1 sphinxcontrib-applehelp-1.0.1 sphinxcontrib-devhelp-1.0.1 
sphinxcontrib-htmlhelp-1.0.2 sphinxcontrib-jsmath-1.0.1 
sphinxcontrib-qthelp-1.0.2 sphinxcontrib-serializinghtml-1.1.3 toml-0.10.0 
tornado-6.0.3 traitlets-4.3.3 typed-ast-1.4.0 urllib3-1.25.6 webruntime-0.5.6 
wrapt-1.11.2 zipp-0.6.0

(leo-editor) C:\Users\nc-en>python launchLeo.py
python: can't open file 'launchLeo.py': [Errno 2] No such file or directory

(leo-editor) C:\Users\nc-en>python D:\bin\leo-editor\launchLeo.py

--global-docks: False

Leo 6.1-b1, master branch
expand_css_constants Unresolved @constants
[
    '@checkbox-font-family',
    '@dialog-font-family',
    '@dialog-font-weight',
    '@status-font-family',
    '@dialog-font-style',
    '@dialog-font-size'
]
expand_css_constants Unresolved @constants
[
    '@checkbox-font-family',
    '@dialog-font-family',
    '@dialog-font-weight',
    '@status-font-family',
    '@dialog-font-style',
    '@dialog-font-size'
]
expand_css_constants Unresolved @constants
[
    '@checkbox-font-family',
    '@dialog-font-family',
    '@dialog-font-weight',
    '@status-font-family',
    '@dialog-font-style',
    '@dialog-font-size'
]
expand_css_constants Unresolved @constants
[
    '@checkbox-font-family',
    '@dialog-font-family',
    '@dialog-font-weight',
    '@status-font-family',
    '@dialog-font-style',
    '@dialog-font-size'
]
 

Reply via email to