找不到Amfast.TwistedChannel rpc dll

2024-06-09 16:52:39 发布

您现在位置:Python中文网/ 问答频道 /正文

我曾经尝试过用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的手册。但我不知道怎么修

谢谢你的帮助


Tags: inpybuildinitegg错误linechannel