PyBreeder
PyBreeder copied to clipboard
A tool for combining multiple python files into a single script.
Hi, Getting below error ``` $ python breeder.py test/testing/ test/__main__.py >big-snake.py Traceback (most recent call last): File "breeder.py", line 258, in print(breed(fn, (fn == args[-1]), gtk_images=gtk_images, compress=compress)) File "breeder.py", line...
Modern systems have /usr/bin/python pointing to python3 instead of python2, so breeder must work with python3 as well. python3 requires bytes for base64 encoding and decoding and for zlib compression....
Python3
This works great in python2 but fails in python3 exec __FILES SyntaxError: Missing parentheses in call to 'exec'. Would be great if it is compatible