Results 1 to 10 of 729

Threaded View

  1. #11

    Join Date
    Sep 2019
    Posts
    8
    Credits
    7
    Hello, today I have this problem with new code

    C:\Users\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\game\nutaku>..\..\Python27\python.exe "1_download_assets.py"
    Traceback (most recent call last):
    File "1_download_assets.py", line 26, in <module>
    thread_num = config.getint('script', 'threads')
    File "C:\Users\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 359, in getint
    return self._get(section, int, option)
    File "C:\Users\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 356, in _get
    return conv(self.get(section, option))
    File "C:\Users\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\Python27\lib\ConfigParser.py", line 330, in get
    raise NoSectionError(section)
    ConfigParser.NoSectionError: No section: 'script'
    and this

    C:\Users\[Nutaku Only] kamihime_player\Kamihime_Player-1.0-pc\game\nutaku>..\..\Python27\python.exe "3_write_config.py"
    Traceback (most recent call last):
    File "3_write_config.py", line 93, in <module>
    id = data['job_id']
    KeyError: 'job_id'
    Last edited by alguien; 09-26-2019 at 06:39 PM. Reason: add issue

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •