Hi,
I'd like to create .pyc files and create scripts that will still run only using .pyc files (for sharing the files).
important is that I would also like to use import modules I have created, so it should work to import pyc files or compile all files into one main pyc file.
can I get a short into in how to create those files?
please let me know.. thanks!
matt