You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have just installed Gooey and wanted to implement it to my program. But when I run it, it still shows a CLI and gives a warning on the code, saying that "ArguementParser" is not defined.
[Windows 10 22H2 ] OS
[ 3.10.11 64-bit] Python Version
[ 1.0.8.1] Gooey Version
[ No GUI and VS Code saying that "ArguementParser" is undefined] Thorough description of problem
[ Working GUI and no errors] Expected Behavior
[ Just told it, duh] Actual Behavior
`import os
import json
from gooey import Gooey
@gooey
def main():
parser = ArgumentParser(...)
` A minimal code example -- preferably copy/pastable in the issue itself (less time figuring out how to run your code == more time debugging!)
[
] Screenshot (if visual quirk)
The text was updated successfully, but these errors were encountered:
Hello, I have just installed Gooey and wanted to implement it to my program. But when I run it, it still shows a CLI and gives a warning on the code, saying that "ArguementParser" is not defined.
import json
from gooey import Gooey
@gooey
def main():
parser = ArgumentParser(...)
` A minimal code example -- preferably copy/pastable in the issue itself (less time figuring out how to run your code == more time debugging!)
] Screenshot (if visual quirk)
The text was updated successfully, but these errors were encountered: