ksamuel

Results 43 comments of ksamuel

It triggers another error: ``` Added a console script: watchmedo File "__pypackages__\3.7\bin\watchmedo", line 4 from watchdog.watchmedo import main[watchmedo] ^ SyntaxError: invalid syntax ``` Besides, it means you need to know...

One possibility is to actually use the official Python installer. Indeed, there are several options that let you control the process, making it silent, install in a particular directory, etc....

As I suspected, there is no flag to avoid the register entry, but there is one trick: you can install python in a temp dir, copy the files where you...

Indeed, it would be cleaner. Especially because if anything interrupt the process, it may result in a half installed python. An alternative would be to do that on one machine...

This is what a user would get if they download the exe from python.org and installed python from there. Not sure you can do better than the official blessed way....

pyflow being a very new tool, it's good to push things quickly at first. Nobody is building critical infra with it yet, and this way we can give feedback quickly....

Took longer than expected, Ubuntu Secure boot now wants virtualbox kernel modules to be signed, so I went for dual boot instead. I tried it with Python 3.8 on windows...

Linux is going to be complicated: the combinations of distros + versions will make things difficult. E.G: deadsnake works only for Ubuntu LTS. Several possible strats: - make a mapping...

Alright, I got the time to test them today. I could import tkinter 3.6 and 3.7 with no problem on windows 10. Those tests are good candidates to run on...

I'm more of a Python dev, but I found this: https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html