It appears that some reference dependencies of the My.DLL assembly
(the assembly containing HFF.Helper.Utilities ?) weren't found. Make sure that whichever referenced assembly has those classes is accessible through the path env variables. If needed, you can add it inside python, by simply doing something like: import sys sys.path.append('place where my dlls are') This is probably the best documentation out there: http://pythonnet.sourceforge.net/readme.html But once you get the initial assemblies to work, its fairly straightforward since you just use the .net classes natively from python. cheers, laszlo On 14/12/2010 4:53 PM, Jason Awbrey wrote: I'm evaluating PDN for use in an upcoming project. |
_________________________________________________ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/mailman/listinfo/pythondotnet