Skip to content

Allow skipping of unknown modules in whats_left.sh #1105

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

Merged
merged 1 commit into from
Jul 4, 2019

Conversation

palaviv
Copy link
Contributor

@palaviv palaviv commented Jul 4, 2019

I kept getting the following error:

Traceback (most recent call last):
  File "not_impl_gen.py", line 99, in <module>
    output=open(f"snippets/whats_left_{name}.py", "w"),
  File "not_impl_gen.py", line 77, in gen_modules
    pkgutil.iter_modules(),
  File "not_impl_gen.py", line 74, in <lambda>
    if mod.name not in ("this", "antigravity")
  File "/usr/lib/python3.6/turtle.py", line 107, in <module>
    import tkinter as TK
ModuleNotFoundError: No module named 'tkinter'

@palaviv palaviv requested a review from coolreader18 July 4, 2019 20:59
@coolreader18 coolreader18 merged commit 22c0b08 into RustPython:master Jul 4, 2019
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

Successfully merging this pull request may close these issues.

2 participants