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

Flanker bad output when running built binary #13

Closed
skydeo opened this issue Nov 30, 2021 · 1 comment
Closed

Flanker bad output when running built binary #13

skydeo opened this issue Nov 30, 2021 · 1 comment
Assignees

Comments

@skydeo
Copy link
Member

skydeo commented Nov 30, 2021

The following stuff is output to terminal, and thus the output window using Gooey, when built using pyinstaller. Does not appear when running from command line.

Symbol 'delim' is unreachable
Symbol 'mailbox_or_url' is unreachable
Symbol 'url' is unreachable
Couldn't create 'flanker.addresslib._parser.mailbox_parsetab'. [Errno 2] No such file or directory: '/var/folders/cp/xyn6xk6d1570vbr8c_kmgv1r0000gn/T/_MEIYOQpEh/flanker/addresslib/_parser/mailbox_parsetab.py'
Symbol 'mailbox_or_url_list' is unreachable
Symbol 'delim' is unreachable
Symbol 'mailbox_or_url' is unreachable
Symbol 'mailbox' is unreachable
Symbol 'url' is unreachable
Symbol 'angle_addr' is unreachable
Symbol 'name_addr' is unreachable
Symbol 'phrase' is unreachable
Couldn't create 'flanker.addresslib._parser.addr_spec_parsetab'. [Errno 2] No such file or directory: '/var/folders/cp/xyn6xk6d1570vbr8c_kmgv1r0000gn/T/_MEIYOQpEh/flanker/addresslib/_parser/addr_spec_parsetab.py'
Symbol 'mailbox_or_url_list' is unreachable
Symbol 'delim' is unreachable
Symbol 'mailbox_or_url' is unreachable
Symbol 'mailbox' is unreachable
Symbol 'addr_spec' is unreachable
Symbol 'angle_addr' is unreachable
Symbol 'name_addr' is unreachable
Symbol 'phrase' is unreachable
Symbol 'local_part' is unreachable
Symbol 'domain' is unreachable
Symbol 'quoted_string' is unreachable
Symbol 'domain_literal' is unreachable
Symbol 'quoted_string_text' is unreachable
Symbol 'domain_literal_text' is unreachable
Couldn't create 'flanker.addresslib._parser.url_parsetab'. [Errno 2] No such file or directory: '/var/folders/cp/xyn6xk6d1570vbr8c_kmgv1r0000gn/T/_MEIYOQpEh/flanker/addresslib/_parser/url_parsetab.py'
Symbol 'mailbox_or_url_list' is unreachable
Symbol 'delim' is unreachable
Couldn't create 'flanker.addresslib._parser.mailbox_or_url_parsetab'. [Errno 2] No such file or directory: '/var/folders/cp/xyn6xk6d1570vbr8c_kmgv1r0000gn/T/_MEIYOQpEh/flanker/addresslib/_parser/mailbox_or_url_parsetab.py'
Couldn't create 'flanker.addresslib._parser.mailbox_or_url_list_parsetab'. [Errno 2] No such file or directory: '/var/folders/cp/xyn6xk6d1570vbr8c_kmgv1r0000gn/T/_MEIYOQpEh/flanker/addresslib/_parser/mailbox_or_url_list_parsetab.py'```
@skydeo skydeo self-assigned this Nov 30, 2021
@skydeo
Copy link
Member Author

skydeo commented Nov 30, 2021

Related issue: mailgun/flanker#208

@skydeo skydeo closed this as completed in 0f295f7 Nov 30, 2021
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

1 participant