igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Creating an exe


From: Herb Roseman
Subject: Re: [igraph] Creating an exe
Date: Wed, 05 Aug 2015 15:19:16 +0000

Thanks for the advice. I'll give cx_freeze a try. I was using py2exe.


On Tue, Aug 4, 2015 at 9:33 PM Tamas Nepusz <address@hidden> wrote:
> [Errno 2] No such file or directory
> 'api-ms-win-core-processthreads-11-1-2.dll'
>
> Is the missing dll involved with igraph. If so, where how do I download it.
This does not seem to be related to igraph; it seems to be a DLL provided by
whatever tool you are using to convert your Python script to an executable.

(For the record, I have used cx_Freeze in the past to create executables from
Python scripts that depended on igraph; I vaguely remember that py2exe did not
work).

All the best,
--
T.

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help

reply via email to

[Prev in Thread] Current Thread [Next in Thread]