-2

I've got a problem here I don't know how to turn a Python script into an exe file. I tried using py2exe but the latest version they got is 2.6 and I need something that will work for version 34 (Which is the latest version of Python).

PLEASE HELP!

rZero3
  • 1,659
  • 1
  • 12
  • 8

1 Answers1

1

use cx_freeze, as you can see from its site, cx_freeze is compatible with Python 3.

And I really like its documentation.

laike9m
  • 18,344
  • 20
  • 107
  • 140
  • If this really helped then please accept the answer, it will let other users to know that this question is solved. – ρss Apr 12 '14 at 22:32