Changes between Initial Version and Version 3 of Ticket #23897
- Timestamp:
- 11/23/14 18:36:24 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23897
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #23897 – Description
initial v3 14 14 And after I ran ./manage.py makemessages -l ru I got: 15 15 16 ''Traceback (most recent call last): 16 {{{ 17 Traceback (most recent call last): 17 18 File "/Applications/PyCharm.app/Contents/helpers/pycharm/django_manage.py", line 41, in <module> 18 19 run_module(manage_file, None, '__main__', True) … … 43 44 File "/Users/igo/Django/lib/python2.7/posixpath.py", line 327, in normpath 44 45 initial_slashes = path.startswith('/') 45 AttributeError: 'NoneType' object has no attribute 'startswith''' 46 AttributeError: 'NoneType' object has no attribute 'startswith' 47 }}}