Skip to content

请问该如何使用 #1

@fu931113

Description

@fu931113

运行程序,报错
Errno 2] No such file or directory: 'pages/1.swf'
Traceback (most recent call last):
File "C:\Users\97675\PycharmProjects\pythonProject2\doc88-main\main.py", line 198, in get_page
with open('pages/' + str(count) + '.swf', "wb") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'pages/1.swf'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\97675\PycharmProjects\pythonProject2\doc88-main\main.py", line 240, in
doc88.get_page(1)
File "C:\Users\97675\PycharmProjects\pythonProject2\doc88-main\main.py", line 202, in get_page
with open('pages/' + str(count) + '-ph.ebt', "wb") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'pages/1-ph.ebt'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions