79827637

Date: 2025-11-23 01:20:12
Score: 0.5
Natty:
Report link

You can just zip the whole folder, not the stuff inside it. Python needs the actual TestPackage/ directory to exist inside the zip.

This is the only command you need:

zip -r TestPackage.zip TestPackage/

Your old command zipped the contents, so Python couldn’t see the package at all.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tuhin Shaikh