Dear All,
In Chapter 2 when I try to install the newly created nester module something goes wrong.
The regular command (for Win): "c:\python33\python.exe setup.py install" fails to create a module (no build folder and no nester.pyc in the nester folder). Instead this command only produces the following status messages:
c:\python33\lib\distutils\dist.py:257: UserWarning: Unknown distribution option: 'pymodules'
warnings.warn(msg)
running install
running build
running install_egg_info
Writing c:\python33\Lib\site-packages\nester-1.0.0-py3.3.egg-info
Why does this fail to create the complete nester module?
I don't think this is causing the problem, but (FYI) I have both Python 3.3 and Python 2.6 installed on my Windows PC. I am teaching myself Python using 3.3, but I need the old version to extend the functionality in ESRI's ArcGIS.
Thanks in advance for any and all help!











