System: Windows 8.1 64 bis, ArcMap 10.3.0.4322, Python 2.7.10150 which is installed in c:\python27
pythonpath=c:\Python27\ArcGIS10.3\Lib\site-packages
When I attempt to import data from an .xlsx file in the toolbox I get the following error as soon as the file dialog opens (before I even attempt to specify the filename)
file:///C:/Users/A/AppData/Roaming/esri/Desktop10.3/ArcToolbox/Dlg/MdDlgContent.htm#ERROR file:///C:/Users/A/AppData/Roaming/esri/Desktop10.3/ArcToolbox/Dlg/MdDlgContent.htm#
updateParameters Execution Error: Runtime error Traceback (most recent call last): File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Toolboxes\Conversion Tools.tbx#ExcelToTable_conversion.UpdateParameters.py", line 4, in File "c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Toolboxes\Conversion Tools.tbx#ExcelToTable_conversion.UpdateParameters.py", line 24, in updateParameters ImportError: No module named ExcelToTable
What exactly is missing and how can I correct this problem?