I do install like you said , but it also raise Error:
File "D:\MiniProject\code-F\RCFProto\script\deltavsoft\util.py", line 14, in LoadRCFProtoNativeDll
_mod = imp.load_module('_rcfproto', fp, pathname, description)
ImportError: DLL load failed
Search found 4 matches
- Fri Sep 27, 2013 10:03 am
- Forum: Support - RCFProto
- Topic: I get an Exception when use RCFProto
- Replies: 7
- Views: 19695
- Tue Sep 24, 2013 7:54 am
- Forum: Support - RCFProto
- Topic: I get an Exception when use RCFProto
- Replies: 7
- Views: 19695
Re: I get an Exception when use RCFProto
My Python is 32 bit, and I copy the "python\bin\x86\_rcfproto.pyd" to "deltavsoft" in my project. is it right?
And what is the Dll that you say? Is it _rcfproto.pyd?
BTW, if I run it in Linux, where is .so I can find?
And what is the Dll that you say? Is it _rcfproto.pyd?
BTW, if I run it in Linux, where is .so I can find?
- Tue Sep 24, 2013 2:16 am
- Forum: Support - RCFProto
- Topic: I get an Exception when use RCFProto
- Replies: 7
- Views: 19695
Re: I get an Exception when use RCFProto
Thank you, jarl. I fix it. Then, I try it in Python and I get the same Problem: File "D:\MiniProject\code-F\RCFProto\script\deltavsoft\util.py", line 14, in LoadRCFProtoNativeDll _mod = imp.load_module('_rcfproto', fp, pathname, description) ImportError: DLL load failed Do you know How to fix it?
- Mon Sep 23, 2013 1:47 pm
- Forum: Support - RCFProto
- Topic: I get an Exception when use RCFProto
- Replies: 7
- Views: 19695
I get an Exception when use RCFProto
I want to use RCFProto to connect C# and Python Application. When run the Tutorial (http://www.deltavsoft.com/RCFProto/doc/rcfproto_user_guide/tutorial.html), I get an Exception: Unable to load RCFProto native bindings for .NET. Attempted to load: RCFProto_NET_impl.dll. LoadLibraryEx() error: %1 Is ...