Select to view content in your preferred language

Weird Arcpy issue

1334
0
11-20-2013 06:26 AM
Labels (1)
TrevorHawkes
New Contributor
I'm appearing to have one other issue with recently downloading the FireRun Map Book tools for ArcGIS 10.0 and reportlab 2.5 for Python 2.6.

I have Python 2.6.6 and ReportLab 2.5 installed and now the 'Create Street Index Report' Tool in my ArcToolbox for my Atlas Map mxd.  I can run the tool and it works fine.  However now a script I have created in house for inserting the pages of our map books in the correct order is no longer working.  This was working before the installation of the ReportLab but I don't understand why it would stop since both my script and the ones that are still working from the FireRun Map Book tools use Arcpy.  I've copy pasted the error message below.

Traceback (most recent call last):
  File "R:\GISPROJECTS\Dept_WaterUtilities\AtlasMaps\WaterScriptMapBookCreation.py", line 1, in <module>
    import arcpy, os
ImportError: No module named arcpy

So can anyone help with this?  Both Scripts use Arcpy but one is not working and mentioning that there is no arcpy module and the other script works just fine.
0 Kudos
0 Replies