Thank you Stefan,

I've managed to fix the issue by using pynsist, mayapy.exe work's great but 
files sizes are huge :0... PyQt5...
And I can already see the future me having a hard time managing releases...

Still looking for better solutions :)


2020년 6월 21일 일요일 오후 9시 57분 40초 UTC+9, Stefan Tapper 님의 말:
>
> 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/6fd22b0c-94f8-4c39-95bb-45a27e7316e9o%40googlegroups.com.

Reply via email to