Python 3.5.2 and py2exe 0.9.2.2

Why are you asking for support for py2exe on a wxPython list? I
expect you’re more likely to get useful help from a py2exe list.

···

On 09/01/2016 05:34 PM, Boštjan Mejak
wrote:

    My setup.py script is simple. When I ran py2exe

using
python setup.py py2exe, the dist f older/directory is created, but is
empty.

        Please note that I am on Windows10 Home 64-bit, if that

helps to clear the matter.

This are my setup.py contents:

from distutils.core import setup

import py2exe

setup(name=“Playground”,

version=“1.0”,

author=“Boštjan Mejak”,

author_email="bostjan.xperia@gmail.com",

license=“GPLv3”,

windows=[{“script”: “playground.py”,

“icon_resources”: [(0, “icon.ico”)]}])

        And yes, I do have the icon.ico file in the same

folder/directory as the setup.py script.

        So what gives? Why do I get an empty dist

folder/directory?

  You received this message because you are subscribed to the Google

Groups “wxPython-users” group.

  To unsubscribe from this group and stop receiving emails from it,

send an email to wxpython-users+unsubscribe@googlegroups.com.

  For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).