Author Topic: Using the drivers with PythonNET  (Read 832 times)

bmhh

  • Newbie
  • *
  • Posts: 2
    • View Profile
Using the drivers with PythonNET
« on: September 06, 2018, 02:13:50 AM »
Hello,

I am currently trying to embed the AdvancedHMI-Drivers into Python via the PythonNET package.
The package allows .NET applications or libraries to run 'natively' on Python via cTypes.
However, after trying to use the library, I receive this error message:

Missing Components from AdvancedHMI. C:\Python27\ - Please refer to the licensing agreement.

I've tried copying the entire source code folder to the specified folder above (Python27) and to the project directory, still no luck.
Where should I copy the original code to?

Greetings

Phrog30

  • Guest
Re: Using the drivers with PythonNET
« Reply #1 on: September 06, 2018, 08:50:32 AM »
Have you read the licensing agreement?

bmhh

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Using the drivers with PythonNET
« Reply #2 on: September 07, 2018, 01:45:02 AM »
Yes, as far as I understand, I have to include the full copy of the entire project. No problem with that, the question is just where to put it.