This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients brett.cannon, corona10, eric.snow, lemburg
Date 2021-10-26.14:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <f3baadbf-ffc9-cc00-687e-0838870032e3@egenix.com>
In-reply-to <1635256929.44.0.20911764746.issue45395@roundup.psfhosted.org>
Content
On 26.10.2021 16:02, Eric Snow wrote:
> 
> FYI, I figured out the problem on my end.  I wasn't using an installed python.  Once I did it worked fine.

Oh, you mean you tried using it directly from the source tree ?
I don't think I ever tried that direct route.

When building PyRun, I first install to a temporary directory and
then use this to run the freeze.py tool, generate the frozen .c
files and run make to have the executable built.

I've pretty much finished the port to 3.10.

I'll try the main version in the next couple of days. There's currently
a lot of work going on for the makesetup / Setup files
(https://bugs.python.org/issue45548). I'm waiting for that to stabilize.
History
Date User Action Args
2021-10-26 14:16:17lemburgsetrecipients: + lemburg, brett.cannon, eric.snow, corona10
2021-10-26 14:16:16lemburglinkissue45395 messages
2021-10-26 14:16:16lemburgcreate