Author Topic: py2exe update??  (Read 4190 times)

0 Members and 1 Guest are viewing this topic.

Offline DerpyTurtle

  • Peasant
  • *
  • Posts: 80
  • Cookies: -12
    • View Profile
py2exe update??
« on: February 06, 2013, 06:06:40 pm »
Hey guys I am trying to make my code into a .exe but when I use my copy of py2exe it says I have to be using an older version of python and I was wondering if someone knew of an update to py2exe for python 3 and later or possibly another program I could use. Thanks!

Offline geXXos

  • Royal Highness
  • ****
  • Posts: 646
  • Cookies: 178
    • View Profile
Re: py2exe update??
« Reply #1 on: February 06, 2013, 06:15:27 pm »
What  3rd party modules you use if any ?
Anyway, check out cx_Freeze, it seems to create standalone executables from your Python scripts, including support for Python 3  http://cx-freeze.sourceforge.net/

Never use it before im still on 2.7
« Last Edit: February 06, 2013, 06:16:38 pm by geXXos »