Python Forum
Creating an executable from a script
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating an executable from a script
#6
I tried installing clang on one of the PCs having problems - the compile still failed - with a different error. When I checked the log indicated in the error message, it contained this error:
Quote:['C:\\Program Files\\LLVM\\bin\\clang.exe', '-Wl,--enable-auto-import', '-m32', 'test.c.1.o', '-oC:\\AXLdev\\Python\\cloneSRC\\pyinstaller\\bootloader\\build\\conf_check_9e1806166015a83897e6175b88f481fa\\testbuild\\testprog.exe', '-Wl,-Bstatic', '-Wl,-Bdynamic']
err: clang: warning: unable to find a Visual Studio installation; try running Clang from a developer command prompt [-Wmsvc-not-found]
any ideas anyone?
Reply


Messages In This Thread
Creating an executable from a script - by wolf8963 - May-05-2020, 05:15 PM
RE: Creating an executable from a script - by wolf8963 - May-06-2020, 08:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to compile a Python script for a Windows / Linux executable? netanelst 2 1,381 May-24-2022, 07:02 AM
Last Post: netanelst
  Python executable Script (Wrapper) Hwang 2 1,947 Jan-12-2022, 06:53 PM
Last Post: Hwang
  No module named '_cffi_backend' error with executable not with python script stephanh 2 5,802 Nov-25-2021, 06:52 AM
Last Post: stephanh
  Help with Creating a Script for Automating Reports SunWers 1 1,966 Dec-29-2020, 10:21 PM
Last Post: jjc385
  Need help creating a simple script Nonameface 12 4,730 Jul-14-2020, 02:10 PM
Last Post: BitPythoner
  Creating an executable vman44 8 3,702 Apr-19-2020, 08:41 PM
Last Post: vman44
  Need help creating complex loop around existing script CephloRhod 5 2,835 Apr-16-2020, 01:23 PM
Last Post: deanhystad
  Best method: Python script called from another app, package as complete executable ironfelix717 2 2,182 Jul-24-2019, 07:39 AM
Last Post: DeaD_EyE
  Package python script which has different libraries as a single executable or script tej7gandhi 1 2,669 May-11-2019, 08:12 PM
Last Post: keames

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020