I\'d like to add the PRAW package to an IronPython solution in VS however it\'s proving to be a pain in the butt. Here are steps I\'m taking
You have to run IronPython with the command line option -X:FullFrames. I'm not sure, though, how to set that up in the VS.
-X:FullFrames
Maybe you can manually run it:
C:\path\to\ipy64.exe -X:FullFrames path\to\pip.py install whaterver_you_want