Alexander Wingård

Results 4 comments of Alexander Wingård

Ah, I was experimenting with using hyc to produce pyc files and put them inside the zip but that is not the right approach?

Using hy2py worked for my code, however, I really wanted to use the same trick to bring in hy.contrib.hy-repr to be able to print hy data structures nicely but did...

Sorry, actually the problem was not in hy-repr but actually from it importing hy.core.language, so when trying to hy2py that file it ends up in some import loop: ``` Traceback...

I also wanted something like this. To have Gooey hide under a subcommand and keep the argparse application working like it was. Here is my workaround: ```python import argparse from...