sommer / loxodo

Password Safe V3 compatible Password Vault
http://www.christoph-sommer.de/loxodo
GNU General Public License v2.0
75 stars 38 forks source link

App fails to start on Snow Leopard #4

Closed dtougas closed 6 years ago

dtougas commented 14 years ago

I just upgraded from Leopard to Snow Leopard. If I execute the application from the command line it starts fine. If I build a .app bundle and launch it via the Finder, I get the following error:

4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] Traceback (most recent call last): 4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] File "/Users/dtougas/Downloads/sommer-loxodo-afb514c/dist/Loxodo.app/Contents/Resources/boot.py", line 126, in 4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] _argv_emulation() 4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] File "/Users/dtougas/Downloads/sommer-loxodo-afb514c/dist/Loxodo.app/Contents/Resources/boot.py", line 124, in _argv_emulation 4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] _get_argvemulator().mainloop() 4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] File "/Users/dtougas/Downloads/sommer-loxodo-afb514c/dist/Loxodo.app/Contents/Resources/boot.py", line 63, in mainloop 4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] stoptime = Evt.TickCount() + timeout 4/27/10 9:08:45 AM [0x0-0x394394].org.pythonmac.unspecified.Loxodo[29028] AttributeError: 'module' object has no attribute 'TickCount' 4/27/10 9:08:45 AM Loxodo[29028] Loxodo Error 4/27/10 9:08:45 AM Loxodo[29028] Loxodo Error An unexpected error has occurred during execution of the main script

AttributeError: 'module' object has no attribute 'TickCount' 4/27/10 9:08:47 AM com.apple.launchd.peruser.765246192414 Exited with exit code: 255

sjhayman commented 13 years ago

I'm seeing the same problem. Anybody got any idea as to how to get this sorted out?

Thanks Scott

haad commented 13 years ago

Maybe this can help ?

http://stackoverflow.com/questions/3461983/evt-tickcount-not-found-with-python2-6-on-osx-10-6-3

liammac commented 12 years ago

Seeing the Same problem on Lion. Any update the above linked solution dosen't work