import Smartsheet into IronPython 2.7

Options

We use the version 2.7 of Iron Python in our current Dynamo for Revit, I would like to know if anyone has successfully loaded the smartsheet module to it, I have tried and when I do the import I get "AttributeError: 'module' object has no attribute '_getframe'" there is no other line of code, I just want to successfully import smartsheet

import clr

import sys

sys.path.append('C:\Program Files (x86)\IronPython 2.7\Lib')

import System

import smartsheet


I just wonder if it is actually possible to do it

Answers