One other way to work around this would be to use pynsist instead of fbs. It 
creates a Nullsoft installer that contains your python interpreter of choice 
and your application as plain py files. The end user will have an Link *.lnk in 
his Start menu and desktop. So it will appear like an executable to the end 
user. This will work well with mayapy in a subprocess.

https://pynsist.readthedocs.io/en/latest/

One downside I found is that the Nullsoft installer will not clear the install 
directory prior to installation which might cause headaches with updates. But I 
guess one could easily customize the installer script to do that.
Another downside -could- be that you need compiled wheels of the external 
packages you use which are not always provided on PYPI. 

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/996dfb16-a694-4eb0-bddf-398aea1126ceo%40googlegroups.com.

Reply via email to