pyICQt

I have set up the config file correctly and i have pyMSNt and pyAIMt workin but pyICQt when i rum main just keps out putting Restarting with process name PyICQt … and it does that over and over again any help??

I found in another thread that i had to comment out a fewlines

it works now you have to comment out

#if (exe.find(“python”) >= 0):

print(“Restarting with process name %s…” % (name))

os.execv(exe, [name, sys.argv[0]]+sys.argv[1:])