On Friday, November 18, 2016 at 1:05:03 AM UTC+1, Cédric Krier wrote: > > On 2016-11-17 13:07, Alexander Davis wrote: > > Hello, > > > > The client works from the sources. When I run the tryton file in the bin > > folder (Python tryton) everything works fine. Its just when I use py2exe > > that the resulting exe file does not work. > > > > This is the error I am getting on py2exe even though it continues > afterwards > > There is no error there. > > Please follow my advise an start the client in verbose mode. > > > > After that, if you still have crash when running the client, you must > > > try with the verbose option to get logs of the error. > > > PS: Please do not top-post on this mailing list, see > https://groups.tryton.org/netiquette > > -- > Cédric Krier - B2CK SPRL > Email/Jabber: [email protected] <javascript:> > Tel: +32 472 54 46 59 > Website: http://www.b2ck.com/ >
I ran the client in the dist folder and got this error after following your advice Traceback (most recent call last): File "tryton", line 45, in <module> File "tryton\client.pyc", line 24, in <module> File "tryton\common\__init__.pyc", line 3, in <module> File "tryton\common\common.pyc", line 16, in <module> File "tryton\config.pyc", line 12, in <module> File "pkg_resources\__init__.pyc", line 70, in <module> File "pkg_resources\extern\__init__.pyc", line 61, in load_module ImportError: The 'appdirs' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution. This is something i can work with and troubleshoot. Better than nothing! Thanks again! Good thing i asked for directions eh! -- 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/865766b0-8c73-465a-9ceb-95325b11eff6%40googlegroups.com.
