Python.NET question

Hey guys,

I was wondering if anyone had experience using Python.NET on a 64 bit machine.

I had to compile from source since apparently there have been some fixes to make the module work in 64 bit, but now I can’t seem to load any “non default” dlls.

I can load System, Windows.Forms, etc just fine, but when I go and try to load a Microsoft.TeamFoundation.Client or something that was installed with the Visual Studio SDK it says it cant find it.

Just seeing if anyone had any suggestions on what could be going on.

Thanks!