On Friday, November 18, 2016 at 3:37:41 PM UTC+1, Dominique Chabord wrote: > > hi, > back to the functionnality, it would bwould what you did be of any > interest for others ? > regards >
Hello Dominique, So i had an issue with compiling the tryton client 3.8.8 using py2exe where it was producing the files but not running and i was advised to run the tryton.exe file in the Dist folder using --verbose in order to figure out what the error is and troubleshoot it. Once i found the error and copied it to the forum, Cedric informed me that it was a bug that was fixed by making changes to the config.py and translation.py files which is indicated here: https://bugs.tryton.org/issue5739 <https://www.google.com/url?q=https%3A%2F%2Fbugs.tryton.org%2Fissue5739&sa=D&sntz=1&usg=AFQjCNFSLkEzkk7EhwkvKc7KvNmePxkFvQ> So if you compile an exe from Tryton and it doesnt work without any mentioning any errors, check the verbose from the tryton in the Dist folder and work from there. You would also get the same error with cx_freeze but with the latter it would produce a popup error message indicating the error which makes it easier. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/b627adfa-c3e5-4c31-a8f6-378437d832bd%40googlegroups.com.
