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

Block compilation and block tests won't work on electron app #193

Open
kaganAtZetane opened this issue Aug 13, 2024 · 0 comments · May be fixed by #105
Open

Block compilation and block tests won't work on electron app #193

kaganAtZetane opened this issue Aug 13, 2024 · 0 comments · May be fixed by #105
Labels
bug Something isn't working

Comments

@kaganAtZetane
Copy link
Contributor

Summary:

Since we're not running the pure electron on python, we need to find a way to run it differently, possibly porting it to js code.

Expected behavior:

CompileBlock must run in a non-pythonic environment as well.

Actual behavior:

Currently, given the user does not have python, we cannot compile the blocks if we're running on the electron app instead of pip package, which will break pure electron runs.

Steps to reproduce:

  1. Run .app bundle, from the Desktop
  2. It will give an error, if the user does not have python.

Zetaforge version:

0.3.2

Operating System

MacOs

Other operating system:

No response

Logs:

NA

Recording:

No response

Anything else?:

No response

@kaganAtZetane kaganAtZetane added the bug Something isn't working label Aug 13, 2024
@kaganAtZetane kaganAtZetane linked a pull request Aug 13, 2024 that will close this issue
@kaganAtZetane kaganAtZetane linked a pull request Aug 13, 2024 that will close this issue
@kaganAtZetane kaganAtZetane changed the title Block compilation won't work on electron app Block compilation and block tests won't work on electron app Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant