John Speargas
2011-10-11 15:45:59 UTC
I'm not sure what I'm missing here. I have ArcGIS 10 on my machine, and with it, Python 2.6. I followed the instructions to get PythonCard (http://pythoncard.sourceforge.net/windows_installation.html), including downloading and installing wxPython2.8-win64-unicode-2.8.12.1-py26, but I did not see an automatic installer as stated in the instructions. I copied the PythonCard-0.8.2 folder to C:\Python26\ArcGIS10.0\Lib\site-packages, but minimal.py just flashes the system console window and then nothing happens.
I also tried running minimal.py from IDLE just to see what might happen, and it says:
Traceback (most recent call last):
File "C:\Python26\ArcGIS10.0\Lib\site-packages\PythonCard-0.8.2\samples\minimal\minimal.py", line 8, in <module>
from PythonCard import model
ImportError: No module named PythonCard
Any help is appreciated. Thanks,
John
I also tried running minimal.py from IDLE just to see what might happen, and it says:
Traceback (most recent call last):
File "C:\Python26\ArcGIS10.0\Lib\site-packages\PythonCard-0.8.2\samples\minimal\minimal.py", line 8, in <module>
from PythonCard import model
ImportError: No module named PythonCard
Any help is appreciated. Thanks,
John