没有找到Amfast.TwistedChannel rpc dll

时间:2014-07-01 04:40:57

标签: python twisted rpc flexbuilder

我曾尝试使用Python + Twisted + zope + amfast

部署Flash网站游戏

当我运行服务器时。它报告DLL未找到错误

File "build\bdist.win32\egg\amfast\remoting\twisted_channel.py", line 78, in __init__
File "build\bdist.win32\egg\amfast\remoting\channel.py", line 144, in __init__
File "build\bdist.win32\egg\amfast\remoting\channel.py", line 40, in __init__
File "build\bdist.win32\egg\amfast\remoting\endpoint.py", line 22, in __init__
File "build\bdist.win32\egg\amfast\encoder.py", line 1, in <module>
File "build\bdist.win32\egg\amfast\encode.py", line 7, in <module>
File "build\bdist.win32\egg\amfast\encode.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)

我已经在我的python环境中安装了rpclib,并从amfast googlecode查看手册。但不知道如何解决它。

感谢您的帮助

0 个答案:

没有答案