Open quoidautre opened 1 year ago
I met the same problem.
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\NAME\scoop\apps\python\current\Scripts\castero.exe\__main__.py", line 4, in <module>
File "C:\Users\NAME\scoop\apps\python\current\Lib\site-packages\castero\__main__.py", line 149, in <module>
main()
File "C:\Users\NAME\scoop\apps\python\current\Lib\site-packages\castero\__main__.py", line 122, in main
redirect_stderr()
File "C:\Users\NAME\scoop\apps\python\current\Lib\site-packages\castero\__main__.py", line 65, in redirect_stderr
libc = ctypes.CDLL(None)
^^^^^^^^^^^^^^^^^
File "C:\Users\NAME\scoop\apps\python\current\Lib\ctypes\__init__.py", line 366, in __init__
if '/' in name or '\\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
I also have the same problem
Same problem, up :)
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 :
Have you an idea please ? Thanks
F.