导入数据共享时出错

时间:2016-05-25 08:41:56

标签: python ctypes ffi datashader

代码: TextBox title_txt = (TextBox)Show_Grid.Rows[e.RowIndex].FindControl("title_txt"); TextBox Desc_Txt = (TextBox)Show_Grid.Rows[e.RowIndex].FindControl("Desc_Txt"); DropDownList Prior_Drop = (DropDownList)Show_Grid.Rows[e.RowIndex].FindControl("Prior_Drop");

错误: import datashader as ds

详细错误:

self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found

0 个答案:

没有答案