Amfast.TwistedChannel rpc dll не найдена

#python #twisted #rpc #flexbuilder

#python #twisted #rpc #flexbuilder

Вопрос:

Я пытался развернуть флеш-игру на веб-сайте, используя Python Twisted zope amfast

Когда я запускаю сервер. Он сообщает об ОШИБКЕ «DLL НЕ НАЙДЕНА»

 File "buildbdist.win32eggamfastremotingtwisted_channel.py", line 78, in __init__
File "buildbdist.win32eggamfastremotingchannel.py", line 144, in __init__
File "buildbdist.win32eggamfastremotingchannel.py", line 40, in __init__
File "buildbdist.win32eggamfastremotingendpoint.py", line 22, in __init__
File "buildbdist.win32eggamfastencoder.py", line 1, in <module>
File "buildbdist.win32eggamfastencode.py", line 7, in <module>
File "buildbdist.win32eggamfastencode.py", line 6, in __bootstrap__
ImportError: DLL load failed
  

Meleesite.py : строка ошибки TwistedChannel (‘rpc’)

 channel_set = TwistedChannelSet(notify_connections = True)
rpc_channel = TwistedChannel('rpc')
channel_set.mapChannel(rpc_channel)
  

Я установил rpclib в своей среде python и проверил руководство из amfast googlecode. Но понятия не имею, как это исправить.

Спасибо за помощь