Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7038955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:44:19+00:00 2026-05-28T01:44:19+00:00

I’ve got some very basic code which works, and I want to turn it

  • 0

I’ve got some very basic code which works, and I want to turn it into an exe.

Since I’m using Python 3 because it seems so much cleaner than other Python editions, I’ve not been able to use Py2Exe, so I installed cxfreeze instead.

Once I run cxfreeze with the following command:

cxfreeze "C:\Users\pc user\Documents\Python\First project\Main.py"

It says something about the directory/file not existing. That’s about as in-depth as it goes. The exact error is something like “Could not find the path specified”

cxfreeze itself is ‘detected’ by cmd because I don’t get a non-recognised error when I just run “cxfreeze”. Both cxfreeze and python are on my PATH environment variable.

Naturally I’ve triple-checked the directory and it is correct.

I’ve tried variations of this command, including

python cxfreeze "C:\Users\pc user\Documents\Python\First project\Main.py"
cxfreeze C:\Users\pc user\Documents\Python\First project\Main.py
python cxfreeze C:\Users\pc user\Documents\Python\First project\Main.py

Can anyone bring light to this situation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:44:19+00:00Added an answer on May 28, 2026 at 1:44 am
    • Get cxfreeze binary. I got mine from here. The file is
      cx_Freeze-4.2.3.win-amd64-py3.2.‌exe (my PC is win7 64-bit with 64b Python).
    • Install it on Python 3.2. A file cxfreeze.bat is created in
      C:\Python32\Scripts.
    • Open the .bat file. Change the contents:

      @echo off
      X:\Python32\python.exe X:\Python32\Scripts\cxfreeze %*

      with

      @echo off
      C:\Python32\python.exe C:\Python32\Scripts\cxfreeze %*

      or equivalent for your particular path

    • Open your cmd console and change your directory to
      C:\Python32\Scripts (I have Python 2.6 as default so that
      Python32/Scripts is not in the path. Whatever your case this is the
      safer method)
    • Execute the cxfreeze.bat file as shown:

    ,

    Microsoft Windows [Versión 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. Reservados todos los derechos.
    
    C:\>cd c:\Python32\Scripts
    
    c:\Python32\Scripts>cxfreeze.bat "C:\Users\pc user\Documents\First project\Main.py"
    copying C:\Python32\lib\site-packages\cx_Freeze\bases\Console.exe -> c:\Python32\Scripts\d
    ist\Main.exe
    copying C:\Windows\system32\python32.dll -> c:\Python32\Scripts\dist\python32.dll
    ...............................................
    ................................................. 
    m zipimport
    m zlib
    
    copying C:\Python32\DLLs\bz2.pyd -> c:\Python32\Scripts\dist\bz2.pyd
    copying C:\Python32\DLLs\unicodedata.pyd -> c:\Python32\Scripts\dist\unicodedata.pyd
    
    c:\Python32\Scripts>
    
    • A dist folder is created in C:\Python32\Scripts\ that includes your
      Main.exe file
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a French site that I want to parse, but am running into
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have just tried to save a simple *.rtf file with some websites and
I want to count how many characters a certain string has in PHP, but
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
I'm new to using the Perl treebuilder module for HTML parsing and can't figure

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.