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

Problem with open modules #6

Open
Roeverix opened this issue May 30, 2022 · 4 comments
Open

Problem with open modules #6

Roeverix opened this issue May 30, 2022 · 4 comments

Comments

@Roeverix
Copy link

I wanted to use the util/integer module, but there is a problem,

open util/integer 

does not work. Error message:

Could not import module: integer

I figured out, that i must do following.

open util/integer as i

Now it works. But just with the builded solution from Burkhardt Renz. If i build the current solution from the branch "dash" i get the following syntax error:

The name "isEnabled" cannot be found.

Kind regards ,
Ronja Haas

@nancyday
Copy link
Member

nancyday commented Jun 3, 2022

Can you send us the Dash module that caused this error?

@Roeverix
Copy link
Author

Roeverix commented Jun 8, 2022

I just took a Dash module that had worked before and put it in there (e.g. MusicalChair or BitCounter). I am still quite inexperienced with Dash and therefore wanted to test first how I can include other modules.

@nancyday
Copy link
Member

nancyday commented Jun 8, 2022

Do you still have the problem after the updates we made to the dash branch?

@Roeverix
Copy link
Author

Roeverix commented Jun 9, 2022

Yes. I made some pictures to show the problem. Maybe they can help. In the last picture are the settings, but i didn´t changed them. So these should be the default settings.

int

asi

settings

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

2 participants