hello, today i try your souce on my mac os 10.10 operation system, i only start the fplyServer.py, but on my third step,
def decrypt(self, data):
fply.base.BaseFPLY.decrypt(self, data)
return self._join(self.lib.decrypt(self.handle, self._cbuf(data), len(data)))
i get a segmentation fault 11, and i use mac's python 2.7.6 do it, what's happening?
hello, today i try your souce on my mac os 10.10 operation system, i only start the fplyServer.py, but on my third step, def decrypt(self, data): fply.base.BaseFPLY.decrypt(self, data) return self._join(self.lib.decrypt(self.handle, self._cbuf(data), len(data)))
i get a segmentation fault 11, and i use mac's python 2.7.6 do it, what's happening?