0

Why does not the exe and app work?

Hi,

 

I am testing the new python-api (3.0.8) with the tools that I made, it works just fine running them from the terminal , however if I make an exe or app file, it does not work at all. I made an app with pyinstaller and  with just this lines:

 

sg = Shotgun("https://company.shotgunstudio.com","myprogram","e584f410eacedf4c065462d05c233b85561b6a8a")

print sg

sgUser = sg.find_one( "HumanUser", [ [ "login", "is" , "user" ] ] , ["name"] ) 

print sgUser

and it does not even print sg

 

Thanks

Carlos

0 comments

Please sign in to leave a comment.