Changes between Initial Version and Version 2 of Ticket #646
- Timestamp:
- Feb 27, 2013, 5:31:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #646
- Property Milestone → 0.3.3
- Property Owner set to
- Property Priority major → blocker
- Property Status new → assigned
-
Ticket #646 – Description
initial v2 1 1 ./bin/gmg theme assetlink gives me this error : 2 2 3 {{{ 3 4 File "./bin/gmg", line 9, in <module> 4 5 load_entry_point('mediagoblin==0.3.3.dev', 'console_scripts', 'gmg')() … … 14 15 return mg_globals.thread_scope.translations.ugettext( 15 16 AttributeError: 'NoneType' object has no attribute 'ugettext' 17 }}}