Changes between Initial Version and Version 1 of Ticket #28630, comment 2
- Timestamp:
- Sep 25, 2017, 6:23:45 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28630, comment 2
initial v1 3 3 4 4 Hi Claude, here the full traceback is, thanks! 5 5 {{{ 6 6 C:\Users\赵国平\django>pip install -e . 7 7 Obtaining file:///C:/Users/%E8%B5%B5%E5%9B%BD%E5%B9%B3/django … … 58 58 mmand "c:\python34\python.exe -c "import setuptools, tokenize;__file__='C:\\Users\\赵国平\\django\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close() 59 59 xec(compile(code, __file__, 'exec'))" develop --no-deps" failed with error code 1 in C:\Users\赵国平\django\ 60 }}}