Tagged Questions
1
vote
1answer
96 views
Import works in Pyscripter2.6 and Python26 Console, but not in ArcMap
I'm trying to "import clr" and get an error saying "dynamic module not initialized properly". It works fine in Pyscripter and the regular console (which is actually updated from the PythonNet build), ...
4
votes
3answers
1k views
Why would “import arcpy” hang Python script run from DOS/cmd prompt?
I have a very small test script (test.py) that I use to see if Python is installed and ready to use ArcPy. All it contains is:
print "Starting"
import os
print "OS imported"
import arcpy
print "ArcPy ...