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

Error with GUI on Mac OS #29

Closed
assofour opened this issue Sep 10, 2021 · 5 comments · Fixed by #30
Closed

Error with GUI on Mac OS #29

assofour opened this issue Sep 10, 2021 · 5 comments · Fixed by #30
Labels
bug Something isn't working

Comments

@assofour
Copy link

python3 wahoo_map_creator.py

Select 'asia', then....

Exception in Tkinter callback Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/tkinter/__init__.py", line 1883, in __call__ return self.func(*args) File "/Users/edwardwang/Documents/Code/wahooMapsCreator/common_resources/input.py", line 212, in callback_continent self.cb_country["values"] = ast.literal_eval('constants.' + continent.replace("-", "")) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 99, in literal_eval return _convert(node_or_string) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 98, in _convert return _convert_signed_num(node) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 75, in _convert_signed_num return _convert_num(node) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 66, in _convert_num _raise_malformed_node(node) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ast.py", line 63, in _raise_malformed_node raise ValueError(f'malformed node or string: {node!r}') ValueError: malformed node or string: <_ast.Attribute object at 0x7fb6b826fa60>

@treee111
Copy link
Owner

Hi!
thanks for reaching out!
I gonna have a look into this and if I am able to reproduce.

@treee111
Copy link
Owner

treee111 commented Sep 10, 2021

Hi @assofour,
I corrected the cause of the error and published a new version: https://github.com/treee111/wahooMapsCreator/releases/tag/v0.8.1.

I would be happy if you could double-check if the error is not occuring anymore - thanks! :)

@assofour
Copy link
Author

assofour commented Sep 10, 2021 via email

@assofour
Copy link
Author

Hi @assofour,
I corrected the cause of the error and published a new version: https://github.com/treee111/wahooMapsCreator/releases/tag/v0.8.1.

I would be happy if you could double-check if the error is not occuring anymore - thanks! :)

This version works as I expected. I can select continent/country properly without error. Good job.

@treee111
Copy link
Owner

Hi @assofour,
I corrected the cause of the error and published a new version: https://github.com/treee111/wahooMapsCreator/releases/tag/v0.8.1.
I would be happy if you could double-check if the error is not occuring anymore - thanks! :)

This version works as I expected. I can select continent/country properly without error. Good job.

thank you for checking instantly, cheers! :-)

@treee111 treee111 changed the title Error with GUI on Mac OS [FIX] Error with GUI on Mac OS Oct 18, 2021
@treee111 treee111 changed the title [FIX] Error with GUI on Mac OS Error with GUI on Mac OS Oct 22, 2021
@treee111 treee111 added the bug Something isn't working label Oct 22, 2021
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.

2 participants