HEIC2PNG icon indicating copy to clipboard operation
HEIC2PNG copied to clipboard

ImportError

Open istudywater opened this issue 1 year ago • 1 comments

Attempted to run this code. The .py file is in the same folder as the heic files.

Ran the script through the command line and the following error resulted:

ImportError: cannot import name 'HEIC2PNG' from partially initialized module 'heic2png' (most likely due to a circular import)

Please advise. Thank you.

istudywater avatar Aug 05 '24 18:08 istudywater

Hi istudywater,

Is the file heic2png.py located in the same directory as your scripts?

How do you import HEIC2PNG? Could you share some snippets?

NatLee avatar Aug 09 '24 05:08 NatLee