[Python.NET] Re: TypeError: No method matches given arguments for SetContext: ()

2022-07-14 Thread Steven Manross
guides me in all I do is the desire to harness the forces of nature to the service of mankind. ”Nikola Tesla“Radio Power Will Revolutionize the World” (Modern Mechanix & Inventions, July, 1934) On Thursday, July 14, 2022 at 03:59:13 PM EDT, Steven Manross mailto:[email protected]>> w

[Python.NET] TypeError: No method matches given arguments for SetContext: ()

2022-07-14 Thread Steven Manross
I got my initial code working on the C DLL and it's creating snapshot sets as I want. I am now having a problem with a function to query ALL the snapshots. This value can be sent to SetContext() In [39]: alphavsslib.VssSnapshotContext.All Out[39]: 4294967295 4294967295 = 0x A sample of

[Python.NET] Re: pythonnet crashes python 39

2022-07-12 Thread Steven Manross
While I am new to this list, I did find a Python 3.9 wheel here: https://www.lfd.uci.edu/~gohlke/pythonlibs/ … in case you are suggesting that you couldn’t find a 3.9 wheel to install from. I am not running my pythonnet scripts from a subprocess, so I can’t guarantee that would fix your issue,

[Python.NET] Re: BadImageFormatException or FileNotFoundException- pythonnet and AlphaVSS

2022-07-11 Thread Steven Manross
.net core since this wiki was written: https://github.com/pythonnet/pythonnet/wiki/Troubleshooting-on-Windows,-Linux,-and-OSX On Mon, Jul 11, 2022 at 12:11 PM Steven Manross mailto:[email protected]>> wrote: Thanks for that: Dependency walker was what I needed to see why it was having

[Python.NET] Re: BadImageFormatException or FileNotFoundException- pythonnet and AlphaVSS

2022-07-11 Thread Steven Manross
2022, at 9:38 AM, Alex Earl mailto:[email protected]>> wrote: Sometimes the file not found error occurs because a dependency of the dll can not be found. On Sun, Jul 10, 2022, 20:06 Steven Manross mailto:[email protected]>> wrote: Howdy all, I am somewhat new to pythonnet and

[Python.NET] BadImageFormatException or FileNotFoundException- pythonnet and AlphaVSS

2022-07-10 Thread Steven Manross
Howdy all, I am somewhat new to pythonnet and .NET programming, and just joined the mailing list. You have my apologies if I am missing something simple. I am aware that BadImageFormatException suggests that I'm trying to open an x64 DLL on a 32-bit OS or python installation (or vice versa),