Re: Mac import error after update

2019-07-25 Thread Rob
Yes, but I don't know how to upgrade Python on the Mac. Seems like the default installation 2.7 or something. I can manage this on my PC, but the Mac is a complete mystery to me how to do that. (Wish I didn't have to deal with it, but it's my travel laptop and am only marginally proficient at it

Re: Linux Snapcraft and Packager integrations are broken

2019-07-25 Thread Chris George
I will take a run at snapcraft. My distro has it installed by default. Chris On Thu, Jul 25, 2019 at 1:23 PM Matt Wilkie wrote: > The Leo Github Webhooks > page has two > failing integrations: snapcraft.io and packager.io. > > From a qu

Linux Snapcraft and Packager integrations are broken

2019-07-25 Thread Matt Wilkie
The Leo Github Webhooks page has two failing integrations: snapcraft.io and packager.io. >From a quick inspection it looks like they're supposed to be for building complete Linux packages to install. Does anyone want to take these over o

Re: ENB: Harmonize Leo and Pip version numbers (#1242)

2019-07-25 Thread Matt Wilkie
> > pip show leo > Name: leo > Version: 6.0b1.dev103 > > It's an error to compare pip show and leo --version. This is because pip show reveals the *version number when pip install -e was run, not what the current editable version is*. To report the actual current editiable version is use: > p

Re: ENB: Harmonize Leo and Pip version numbers (#1242)

2019-07-25 Thread Matt Wilkie
> > Feel free to update the checklist in leoDist.leo, if you have not already > done so. It would be a good idea to explain why this step is necessary. > In other words, don't rely on my memory ;-) > Done, with commit 7ce1b76

Tip: faster dev pip installs with shallow clones

2019-07-25 Thread Matt Wilkie
*Things I learned today.* When running `pip install --editable path/to/leo` the *"Installing build dependencies ..."* step can take a lng time. Apparently this is because it creates a copy of the folder tree including the `.git` folder, which can be quite large (ref

Re: Mac import error after update

2019-07-25 Thread Edward K. Ream
On Thu, Jul 25, 2019 at 6:31 AM Rob wrote: > Since the last big Leo upgrade in June, I can't get it to start on macOS > Mojave (10.14.5). I get this: > > import urllib.parse as urlparse You must be running Python 3.6 or above. Edward -- You received this message because you are subscribed to

Mac import error after update

2019-07-25 Thread Rob
Since the last big Leo upgrade in June, I can't get it to start on macOS Mojave (10.14.5). I get this: Traceback (most recent call last): File "launchLeo.py", line 7, in import leo.core.runLeo File "/Users/rkeeney/leo-editor/leo/core/runLeo.py", line 25, in import leo.core.leoGl

Re: ENB: Harmonize Leo and Pip version numbers (#1242)

2019-07-25 Thread Edward K. Ream
On Thu, Jul 25, 2019 at 12:15 AM Matt Wilkie wrote: > > *Engineering notebook post about "Harmonize Leo and Pip version numbers > #1242 ". Much of this > opening post to mailing list is copied from the issue description. I > realized it's bett