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

py2exe compatibility #9

Open
BAG-OF-CHIPS-XX opened this issue Aug 16, 2018 · 0 comments
Open

py2exe compatibility #9

BAG-OF-CHIPS-XX opened this issue Aug 16, 2018 · 0 comments

Comments

@BAG-OF-CHIPS-XX
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant