Python Forum
Python 3.6 Alternatives to Cx_Freeze
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.6 Alternatives to Cx_Freeze
#4
My issues with getting PyInstaller up and going were not PyInstaller itself, but it's dependencies.

The network I work on is highly restrictive when it comes to automated downloads. Each time one of the routines attempts to pull data down the network rules block it. If they don't have whl files for the dependency then I'm stuck.

I managed to get as far as pefile but once I encountered it, I was unable to find a whl file for it or a package that included it. Therefore, that was the end of that path.

I've got Py2exe loaded up, if i can just find some clear information on configuring a setup.py for it I should be home free.
Reply


Messages In This Thread
Python 3.6 Alternatives to Cx_Freeze - by KipCarter - Jan-13-2020, 05:24 PM
RE: Python 3.6 Alternatives to Cx_Freeze - by buran - Jan-13-2020, 07:32 PM
RE: Python 3.6 Alternatives to Cx_Freeze - by KipCarter - Jan-14-2020, 10:52 AM
RE: Python 3.6 Alternatives to Cx_Freeze - by buran - Jan-14-2020, 11:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Eliminating error in Python update-alternatives Led_Zeppelin 2 3,032 Apr-14-2021, 12:49 PM
Last Post: Led_Zeppelin
  Problem with cx_freeze app only on one pc floatingshed 0 1,818 Mar-19-2021, 05:19 PM
Last Post: floatingshed
Exclamation Help with cx_Freeze mederic39 3 2,927 Jan-31-2021, 12:05 PM
Last Post: snippsat
  Selecting rows that contain certain values using two alternatives tgottsc1 1 1,607 Jan-24-2021, 08:34 PM
Last Post: nealc
  Are there any python alternatives for LuaMacros? NathanStanley 1 3,829 Apr-07-2020, 09:51 AM
Last Post: Larz60+
  cx_freeze frozen executive introduces WinError 10049 KipCarter 3 3,213 Jan-14-2020, 02:34 PM
Last Post: KipCarter
  cx_freeze exe does not work? Skycoder 4 6,398 Jan-13-2020, 06:50 PM
Last Post: KipCarter
  How to get cx_Freeze to make folders mad_accountant 0 3,126 Nov-24-2019, 02:22 PM
Last Post: mad_accountant
  docx module alternatives Clunk_Head 0 4,082 Nov-13-2019, 03:12 PM
Last Post: Clunk_Head
  cx_freeze setup.py error: No module __SNMP-FRAMEWORK-MIB nacho 8 9,071 Jul-26-2019, 09:33 PM
Last Post: njmatt415

Forum Jump:

User Panel Messages

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