[Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-01 Thread Gerald Wiltse
I looked through all the windows builders here and could not find any which generate this package, can anyone tell me where the work happens? I also tried searching looking for scripts and CI files which create the package in all the relevant repos and could not find those either. Is this

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-01 Thread Gerald Wiltse
out script to linux. Gerald R. Wiltse jerrywil...@gmail.com On Wed, May 1, 2019 at 12:22 PM Steve Dower wrote: > On 01May2019 1109, Gerald Wiltse wrote: > > I looked through all the windows builders here and could not find any > > which generate this package, can anyone tell

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-01 Thread Gerald Wiltse
the additional complications you're talking about and come back to you with questions. Gerald R. Wiltse jerrywil...@gmail.com On Wed, May 1, 2019 at 1:57 PM Steve Dower wrote: > On 01May2019 1305, Gerald Wiltse wrote: > > That does help, thanks so much for the fast response! I no

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-02 Thread Gerald Wiltse
binary does not respect .zip file as a source of modules. Gerald R. Wiltse jerrywil...@gmail.com On Thu, May 2, 2019 at 2:56 PM Gerald Wiltse wrote: > With minimal patching of tools/msi/make_zip.py, I was able to create an > equivalent zip package on Linux. It doesn't work out of t

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-02 Thread Gerald Wiltse
l feedback would be great. https://gist.github.com/solvingj/87305e0f70e14d738d6989ba2f41352f Gerald R. Wiltse jerrywil...@gmail.com On Thu, May 2, 2019 at 11:24 AM Gerald Wiltse wrote: > I've successfully automated the build of the embedded zip on Windows for > 3.6 on my internal CI using

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-02 Thread Gerald Wiltse
, 2019 at 2:47 PM Gerald Wiltse wrote: > Yes, I'll help with this, and I try to get signed up with an account for > the issue tracker ASAP. > > I've just started trying to build create the embeddable package for > windows locally (all from source). Once I have that automated, I'll

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-03 Thread Gerald Wiltse
. I've definitely got zlib1g-dev package installed, and I've recompiled a number of times trying to get it to work. I've tried Ubuntu 16 and 18. Is this just a limitation on linux? Gerald R. Wiltse jerrywil...@gmail.com On Thu, May 2, 2019 at 4:29 PM Gerald Wiltse wrote: > Just an update ba

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-03 Thread Gerald Wiltse
I have it working on linux now. Is now a good time to open a ticket on Issue Tracker? Gerald R. Wiltse jerrywil...@gmail.com On Fri, May 3, 2019 at 11:55 AM Gerald Wiltse wrote: > Ok, disregard previous message. I fixed the PYTHONPATH in my command > and the .pyc files and . I al

Re: [Python-Dev] Location of CI for Windows Embeddable Distro

2019-05-03 Thread Gerald Wiltse
e are many projects which have managed to ship portable/relocatable python installations in the past. Maybe looking at them will be helpful in deciding how to deal with the situation here. Gerald R. Wiltse jerrywil...@gmail.com On Fri, May 3, 2019 at 1:02 PM Gerald Wiltse wrote: > I have it wor