Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

py2exe compatibility #9

Description

@BAG-OF-CHIPS-XX

I made a simple GUI to download all my clips to a folder and struggled for days to package it as a .exe file. I finally found the problem:
consider renaming the 'resource.py' to something else. I did 'resource2.py', and updated line 2 in 'init.py' to 'import .resource2'.

I believe the problem is that python already has a 'resource' module installed and py2exe was getting confused since xbox was referencing its own version of 'resource'.

hope all that makes sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions