On Tue, Oct 7, 2014 at 2:29 PM, Matt Wilkie <[email protected]> wrote: > > using pip on your setup.py works for me (in py2.7 though) > > D:\test> make-project.bat > > D:\test> pip install --editable project\. > Obtaining file:///d%7C%5Ctest%5Cproject > Running setup.py egg_info for package from file:///d%7C%5Ctest%5Cproject > > Installing collected packages: project > Running setup.py develop for project > > Creating c:\python27\arcgis10.2\lib\site-packages\project.egg-link (link to .) > Adding project 0.0.0 to easy-install.pth file > > Installed d:\test\project > Successfully installed project > Cleaning up... > > D:\test> python -c "import project" > > (empty line means success) > > cheers, > > -matt
Unfortunately, using pip with Python 3 still didn't work for me. Cody
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
