Re: [Python.NET] import clr_2, import clr_4 vs import clr

2012-03-23 Thread Watts, Wendy
Please remove me from your mailing list. Thank you. Wendy Watts IT Recruiter VTRIT 100 First Street, Suite 200 I San Francisco, CA 55120 t: 415.536.0871 I f: 415.536.1419 wwatts@vtrit .com | vtrit.com From: pythondotnet-bounces+wwatts=v

Re: [Python.NET] import clr_2, import clr_4 vs import clr

2012-03-23 Thread Tribble, Brett
Scary voodoo. (not significantly scarier voodoo than what python.net itself does though) Glad to hear you were able to make it work. I'll file this away under "things I hope to never have to duplicate". From: Liam Corrigan [mailto:liam.corri...@allenvanguard.com] Sent: Friday, March 23, 2012 10

Re: [Python.NET] import clr_2, import clr_4 vs import clr

2012-03-23 Thread Liam Corrigan
Opening up our existing products native lib output to mixed mode proved to be a real pain, so I took your first suggestion Brett. After changing the project to .NET 4.0, changing the target info to 'clr4.pyd' and changing all clr related strings in all the files to clr4, I have it working. In my