Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application crash #67

Open
Dominiquini opened this issue Oct 26, 2023 · 0 comments
Open

Application crash #67

Dominiquini opened this issue Oct 26, 2023 · 0 comments

Comments

@Dominiquini
Copy link

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__
    return self.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 invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "C:\Developing\Python\lib\site-packages\click\core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "C:\Developing\Python\lib\site-packages\click\core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "C:\Developing\Python\lib\site-packages\click\decorators.py", line 33, in new_func
    return 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 _execvpe
    raise 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant