We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i have installed sunzip on my windows computer using "pip install sunzip" and i got an error when using this example code :
import sunzip f = sunzip.Sunzip("archive.zip") f.extract()
the error
Traceback (most recent call last): File "c:\Users\*****\Desktop\sunzip\sunzip.py", line 1, in <module> import sunzip File "c:\Users\*****\Desktop\sunzip\sunzip.py", line 3, in <module> f = sunzip.Sunzip("archive.zip") ^^^^^^^^^^^^^ AttributeError: partially initialized module 'sunzip' has no attribute 'Sunzip' (most likely due to a circular import). Did you mean: 'sunzip'?
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i have installed sunzip on my windows computer using "pip install sunzip" and i got an error when using this example code :
the error
Thanks !
The text was updated successfully, but these errors were encountered: