1 Replies - 578 Views - Last Post: 22 January 2012 - 11:34 AM Rate Topic: -----

Topic Sponsor:

#1 blank_program  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 10
  • View blog
  • Posts: 244
  • Joined: 22-July 09

cxfreeze questions

Posted 21 January 2012 - 11:18 AM

When I use cxfreezeonmy Python 3 script I cannot set executable attributes such as author and description, but when I use the setup.py it says it cannot find the module__main where module is the name of the script I want to convert. It also throws errors about re not being found when I marked it as an include.

I am also wondering if there is a way to eliminat the need for the .zip file when using setup.py like when it is run on the script by itself. When I run cxfreeze on the script itself I get the .exe a few unneeded .pyd files, and python32.dll and can distribute only the .dll and .exe and it works.

What should I be looking at to solve these issues?

Is This A Good Question/Topic? 0
  • +

Replies To: cxfreeze questions

#2 macosxnerd101  Icon User is offline

  • Self-Trained Economist
  • member icon


Reputation: 7517
  • View blog
  • Posts: 28,881
  • Joined: 27-December 08

Re: cxfreeze questions

Posted 22 January 2012 - 11:34 AM

Since you reported that it was solved, would you mind sharing your solution in case someone else with the same problem comes across this thread? :)
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1