Zak: Have it all working but wanted to ask about the "small Python 
bootloader" - I have something very simple, like:

file: myprogram.py

import mymodule

if __name__ == u'__main__':
    mymodule.main()


The myprogram module is a pyd which calls other pyd's and so on. 
 PyInstaller is pointed to myprogram.py.  Is this what you meant by a small 
Python bootloader?

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to