show error message when libpurple.dll can't be loaded
This commit is contained in:
parent
c178e4daa3
commit
9d96506fce
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
import sys
|
||||
import os
|
||||
|
||||
methods = []
|
||||
# intialize for methods used in libpurple macros
|
||||
methods = ["purple_connection_get_state", "purple_conversation_get_im_data",
|
||||
"purple_conversation_get_chat_data"]
|
||||
definitions = []
|
||||
|
||||
if len(sys.argv) != 2:
|
||||
|
|
Loading…
Add table
Reference in a new issue