HEIC2PNG
HEIC2PNG copied to clipboard
ImportError
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.
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?