On Friday, 30 September 2016 12:50:45 UTC+1, eryk sun wrote:
> On Fri, Sep 30, 2016 at 11:02 AM, Paul Moore wrote:
> > When I run ssh.exe, it fails with the message "The program cannot start
> > because
> > python3.dll is missing from your computer". I tried running it with
> > sxstrace active
On Fri, Sep 30, 2016 at 11:02 AM, Paul Moore wrote:
> When I run ssh.exe, it fails with the message "The program cannot start
> because
> python3.dll is missing from your computer". I tried running it with sxstrace
> active,
> but the resulting log file is empty.
A manifest embedded in "ssh.ex
On Thursday, 29 September 2016 12:56:28 UTC+1, eryk sun wrote:
> In that case you can use an application manifest with a dependent
> assembly. Say embedded Python 3.6 is in the "py3embed" subdirectory.
> Add the following manifest file to that directory:
>
> py3embed.manifest:
>
>
>
>
On Thursday, 29 September 2016 12:56:28 UTC+1, eryk sun wrote:
>> Oh, wow. Now you mention it, I recall that convention (from somewhere). >>
>> I'll investigate that option (although it may not suit my use case, as
>> I want multiple exes in the one "main" directory sharing a single
>> "local" Py
On Thu, Sep 29, 2016 at 10:41 AM, Paul Moore wrote:
> On Thursday, 29 September 2016 10:39:10 UTC+1, eryk sun wrote:
>> On Thu, Sep 29, 2016 at 8:35 AM, Paul Moore wrote:
>> > PS It's a shame there's no way to put the embedded distribution in a
>> > subdirectory
>> > *without* needing to use
On Thursday, 29 September 2016 10:39:10 UTC+1, eryk sun wrote:
> On Thu, Sep 29, 2016 at 8:35 AM, Paul Moore wrote:
> > PS It's a shame there's no way to put the embedded distribution in a
> > subdirectory
> > *without* needing to use dynamic loading, but I guess that's basically an
> > OS lim
On Thu, Sep 29, 2016 at 8:35 AM, Paul Moore wrote:
> PS It's a shame there's no way to put the embedded distribution in a
> subdirectory
> *without* needing to use dynamic loading, but I guess that's basically an OS
> limitation.
There are ways to do this. The simplest way is to use a subdirec
On Wednesday, 28 September 2016 21:50:54 UTC+1, eryk sun wrote:
> On Wed, Sep 28, 2016 at 2:35 PM, Paul Moore wrote:
> > So I thought I'd try SetDllDirectory. That works for python36.dll, but if I
> > load
> > python3.dll, it can't find Py_Main - the export shows as "(forwarded to
> > python36.
On Wed, Sep 28, 2016 at 2:35 PM, Paul Moore wrote:
> So I thought I'd try SetDllDirectory. That works for python36.dll, but if I
> load
> python3.dll, it can't find Py_Main - the export shows as "(forwarded to
> python36.Py_Main)", maybe the forwarding doesn't handle SetDllDirectory?
It works f
This is probably more of a Windows question than a Python question, but as it's
related to embedding Python, I thought I'd try here anyway.
I'm writing some command line applications in Python, and I want to bundle them
into a standalone form using the new "embedding" distribution of Python. The
10 matches
Mail list logo