You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run my simple python program with trogon, but it's crashing:
Running Ateams.py build
Traceback (most recent call last):
File "F:\Documents\Projects\C++\Ateams\Ateams.py", line 363, in <module>
ateams()
File "C:\Developing\Python\lib\site-packages\click\core.py", line 1157, in __call__returnself.main(*args, **kwargs)
File "C:\Developing\Python\lib\site-packages\click\core.py", line 1078, in main
rv =self.invoke(ctx)
File "C:\Developing\Python\lib\site-packages\click\core.py", line 1688, in invokereturn _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Developing\Python\lib\site-packages\click\core.py", line 1434, in invokereturn ctx.invoke(self.callback, **ctx.params)
File "C:\Developing\Python\lib\site-packages\click\core.py", line 783, in invokereturn __callback(*args, **kwargs)
File "C:\Developing\Python\lib\site-packages\click\decorators.py", line 33, in new_funcreturn f(get_current_context(), *args, **kwargs)
File "C:\Developing\Python\lib\site-packages\trogon\trogon.py", line 296, in wrapped_tui
Trogon(app, app_name=name, command_name=command, click_context=ctx).run()
File "C:\Developing\Python\lib\site-packages\trogon\trogon.py", line 264, in run
os.execvp(program_name, arguments)
File "C:\Developing\Python\lib\os.py", line 575, in execvp
_execvpe(file, args)
File "C:\Developing\Python\lib\os.py", line 616, in _execvperaise saved_exc
File "C:\Developing\Python\lib\os.py", line 608, in _execvpe
exec_func(fullname, *argrest)
OSError: [Errno 8] Exec format error
Togon Version: 0.5.0
Python version: 3.10.12
OS: Windows 10 x64
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to run my simple python program with trogon, but it's crashing:
Togon Version: 0.5.0
Python version: 3.10.12
OS: Windows 10 x64
Thanks
The text was updated successfully, but these errors were encountered: