2

I created a PyQt application and then made it's .exe file using auto-py-to-exe. I am observing that it has created a base_library.zip file inside my directory. I want to know it's purpose and should I unzip this file or not?

I am using Python 3, PyQt4 and windows 10.

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
Voldemort
  • 175
  • 5
  • 20

1 Answers1

1

Auto-py-to-exe creates a base_library.zip file when selected "One Directory". One shouldn't try to unzip this file. Just leave it as it is.

Voldemort
  • 175
  • 5
  • 20