Skip to content

TypeError: argument of type 'NoneType' is not iterable #201

@quoidautre

Description

@quoidautre

Hello,

I've just install (with pip 22.3.1) Castero on Windows 10, and Python 3.9.2rc1.

If I run, there's this error message :

Traceback (most recent call last):
  File "c:\users\ME\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\ME\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\ME\AppData\Local\Programs\Python\Python39\Scripts\castero.exe\__main__.py", line 4, in <module>
  File "c:\users\ME\appdata\local\programs\python\python39\lib\site-packages\castero\__main__.py", line 149, in <module>
    main()
  File "c:\users\ME\appdata\local\programs\python\python39\lib\site-packages\castero\__main__.py", line 122, in main
    redirect_stderr()
  File "c:\users\ME\appdata\local\programs\python\python39\lib\site-packages\castero\__main__.py", line 65, in redirect_stderr
    libc = ctypes.CDLL(None)
  File "c:\users\ME\appdata\local\programs\python\python39\lib\ctypes\__init__.py", line 364, in __init__
    if '/' in name or '\\' in name:
TypeError: argument of type 'NoneType' is not iterable

Have you an idea please ?
Thanks

F.

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