Advertisement
Guest User

attempt 1

a guest
Feb 5th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.43 KB | None | 0 0
  1. C:\pootle\env\Scripts>activate
  2. (env) C:\pootle\env\Scripts>pip install pootle
  3. Collecting pootle
  4. Using cached Pootle-2.5.1.1.tar.bz2
  5. warning: manifest_maker: MANIFEST.in, line 21: path 'pootle/static/images/sprite/' cannot end with '/'
  6. Collecting Django<1.5,>=1.4.10 (from pootle)
  7. Using cached Django-1.4.19.tar.gz
  8. Collecting django-voting==0.1 (from pootle)
  9. Using cached django-voting-0.1.tar.gz
  10. Collecting South<0.8,>=0.7.6 (from pootle)
  11. Using cached South-0.7.6.tar.gz
  12. Collecting django-assets>=0.8 (from pootle)
  13. Using cached django-assets-0.10.tar.gz
  14. Collecting django-taggit<0.11.2,>=0.10 (from pootle)
  15. Using cached django_taggit-0.11.1-py2.py3-none-any.whl
  16. Collecting argparse (from pootle)
  17. Using cached argparse-1.3.0-py2.py3-none-any.whl
  18. Collecting cssmin>=0.1.4 (from pootle)
  19. Using cached cssmin-0.2.0.tar.gz
  20. Collecting lxml>=2.1.4 (from pootle)
  21. Using cached lxml-3.4.1-cp27-none-win32.whl
  22. Collecting translate-toolkit>=1.11.0 (from pootle)
  23. Using cached translate-toolkit-1.12.0.tar.bz2
  24. Collecting webassets==0.10 (from django-assets>=0.8->pootle)
  25. Using cached webassets-0.10.tar.gz
  26. Collecting six (from translate-toolkit>=1.11.0->pootle)
  27. Using cached six-1.9.0-py2.py3-none-any.whl
  28. Collecting diff-match-patch (from translate-toolkit>=1.11.0->pootle)
  29. Using cached diff-match-patch-20121119.tar.gz
  30. Installing collected packages: diff-match-patch, six, webassets, translate-toolkit, lxml, cssmin, argparse, django-taggit, django-asset
  31. Running setup.py install for diff-match-patch
  32.  
  33. Running setup.py install for webassets
  34. Installing webassets-script.py script to C:\pootle\env\Scripts
  35. Installing webassets.exe script to C:\pootle\env\Scripts
  36. Installing webassets.exe.manifest script to C:\pootle\env\Scripts
  37. Running setup.py install for translate-toolkit
  38.  
  39. Running setup.py install for cssmin
  40. Installing cssmin-script.py script to C:\pootle\env\Scripts
  41. Installing cssmin.exe script to C:\pootle\env\Scripts
  42. Installing cssmin.exe.manifest script to C:\pootle\env\Scripts
  43.  
  44.  
  45. Running setup.py install for django-assets
  46. Running setup.py install for South
  47. Running setup.py install for django-voting
  48. Running setup.py install for Django
  49. Running setup.py install for pootle
  50. warning: manifest_maker: MANIFEST.in, line 21: path 'pootle/static/images/sprite/' cannot end with '/'
  51. Installing pootle-script.py script to C:\pootle\env\Scripts
  52. Installing pootle.exe script to C:\pootle\env\Scripts
  53. Installing pootle.exe.manifest script to C:\pootle\env\Scripts
  54. Successfully installed Django-1.4.19 South-0.7.6 argparse-1.3.0 cssmin-0.2.0 diff-match-patch-20121119 django-assets-0.10 django-taggit
  55.  
  56. (env) C:\pootle\env\Scripts>
  57. (env) C:\pootle\env\Scripts>
  58. (env) C:\pootle\env\Scripts>
  59. (env) C:\pootle\env\Scripts>
  60. (env) C:\pootle\env\Scripts>pootle init
  61. File already exists at 'C:\\Users\\LukeV/.pootle/pootle.conf', overwrite? [nY] Y
  62. Configuration file created at 'C:\\Users\\LukeV/.pootle/pootle.conf'
  63.  
  64. (env) C:\pootle\env\Scripts>pootle --version
  65. Pootle 2.5.1.1
  66. Translate Toolkit 1.12.0
  67. Django 1.4.19
  68.  
  69. (env) C:\pootle\env\Scripts>pootle setup
  70. 2015-02-05 15:36:44,861 INFO Loading custom settings from 'C:\\Users\\LukeV\\.pootle\\pootle.conf'...
  71. 2015-02-05 15:36:46,306 INFO Using Python PO
  72. 2015-02-05 15:36:47,177 INFO Setting up a new Pootle installation.
  73. Syncing...
  74. Creating tables ...
  75. Creating table django_session
  76. Creating table auth_permission
  77. Creating table auth_group_permissions
  78. Creating table auth_group
  79. Creating table auth_user_user_permissions
  80. Creating table auth_user_groups
  81. Creating table auth_user
  82. Creating table django_content_type
  83. Creating table django_site
  84. Creating table django_admin_log
  85. Creating table registration_registrationprofile
  86. Creating table siteconfig_siteconfiguration
  87. Creating table votes
  88. Creating table south_migrationhistory
  89. Installing custom SQL ...
  90. Installing indexes ...
  91. Installed 0 object(s) from 0 fixture(s)
  92.  
  93. Synced:
  94. > django.contrib.sessions
  95. > django.contrib.auth
  96. > django.contrib.contenttypes
  97. > django.contrib.sites
  98. > django.contrib.admin
  99. > django.contrib.messages
  100. > django.contrib.staticfiles
  101. > registration
  102. > djblets.siteconfig
  103. > django_assets
  104. > voting
  105. > south
  106.  
  107. Not synced (use migrations):
  108. - pootle_app
  109. - pootle_store
  110. - pootle_language
  111. - pootle_project
  112. - pootle_translationproject
  113. - pootle_profile
  114. - pootle_statistics
  115. - pootle_tagging
  116. - pootle_notifications
  117. - staticpages
  118. - taggit
  119. (use ./manage.py migrate to migrate these)
  120. Running migrations for pootle_app:
  121. - Migrating forwards to 0001_initial.
  122. > pootle_app:0001_initial
  123. - Loading initial data for pootle_app.
  124. Installed 0 object(s) from 0 fixture(s)
  125. Running migrations for pootle_store:
  126. - Migrating forwards to 0001_initial.
  127. > pootle_store:0001_initial
  128. - Loading initial data for pootle_store.
  129. Installed 0 object(s) from 0 fixture(s)
  130. Running migrations for pootle_language:
  131. - Migrating forwards to 0002_auto__del_field_language_description_html__chg_field_language_descript.
  132. > pootle_language:0001_initial
  133. > pootle_language:0002_auto__del_field_language_description_html__chg_field_language_descript
  134. - Loading initial data for pootle_language.
  135. Installed 0 object(s) from 0 fixture(s)
  136. Running migrations for pootle_project:
  137. - Migrating forwards to 0002_auto__del_field_project_description_html__chg_field_project_descriptio.
  138. > pootle_project:0001_initial
  139. > pootle_project:0002_auto__del_field_project_description_html__chg_field_project_descriptio
  140. - Loading initial data for pootle_project.
  141. Installed 0 object(s) from 0 fixture(s)
  142. Running migrations for pootle_translationproject:
  143. - Migrating forwards to 0002_auto__del_field_translationproject_description_html__chg_field_transla.
  144. > pootle_translationproject:0001_initial
  145. > pootle_translationproject:0002_auto__del_field_translationproject_description_html__chg_field_transla
  146. - Loading initial data for pootle_translationproject.
  147. Installed 0 object(s) from 0 fixture(s)
  148. Running migrations for pootle_profile:
  149. - Migrating forwards to 0001_initial.
  150. > pootle_profile:0001_initial
  151. - Loading initial data for pootle_profile.
  152. Installed 0 object(s) from 0 fixture(s)
  153. Running migrations for pootle_statistics:
  154. - Migrating forwards to 0001_initial.
  155. > pootle_statistics:0001_initial
  156. - Loading initial data for pootle_statistics.
  157. Installed 0 object(s) from 0 fixture(s)
  158. Running migrations for pootle_tagging:
  159. - Migrating forwards to 0001_initial.
  160. > pootle_tagging:0001_initial
  161. - Loading initial data for pootle_tagging.
  162. Installed 0 object(s) from 0 fixture(s)
  163. Running migrations for pootle_notifications:
  164. - Migrating forwards to 0001_initial.
  165. > pootle_notifications:0001_initial
  166. - Loading initial data for pootle_notifications.
  167. Installed 0 object(s) from 0 fixture(s)
  168. Running migrations for staticpages:
  169. - Migrating forwards to 0011_auto__chg_field_legalpage_modified_on__chg_field_staticpage_modified_o.
  170. > staticpages:0001_initial
  171. > staticpages:0002_rename_app
  172. > staticpages:0003_auto__del_field_legalpage_body_html__chg_field_legalpage_body
  173. > staticpages:0004_auto__add_field_legalpage_virtual_path
  174. > staticpages:0005_data__slug_to_virtual_path
  175. - Migration 'staticpages:0005_data__slug_to_virtual_path' is marked for no-dry-run.
  176. > staticpages:0006_auto__del_field_legalpage_slug__chg_field_legalpage_virtual_path
  177. > staticpages:0007_auto__add_unique_legalpage_virtual_path
  178. > staticpages:0008_auto__del_field_legalpage_display_on_register
  179. > staticpages:0009_auto__add_staticpage
  180. > staticpages:0010_auto__add_agreement__add_unique_agreement_user_document__add_field_sta
  181. C:\pootle\env\lib\site-packages\django\db\models\fields\__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2015-
  182. RuntimeWarning)
  183. C:\pootle\env\lib\site-packages\django\db\models\fields\__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2015-
  184. RuntimeWarning)
  185. C:\pootle\env\lib\site-packages\django\db\models\fields\__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2015-
  186. RuntimeWarning)
  187. C:\pootle\env\lib\site-packages\django\db\models\fields\__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2015-
  188. RuntimeWarning)
  189. > staticpages:0011_auto__chg_field_legalpage_modified_on__chg_field_staticpage_modified_o
  190. - Loading initial data for staticpages.
  191. Installed 0 object(s) from 0 fixture(s)
  192. Running migrations for taggit:
  193. - Migrating forwards to 0002_unique_tagnames.
  194. > taggit:0001_initial
  195. > taggit:0002_unique_tagnames
  196. - Loading initial data for taggit.
  197. Installed 0 object(s) from 0 fixture(s)
  198. 2015-02-05 15:36:50,992 INFO Populating the database.
  199. 2015-02-05 15:36:57,145 INFO Succesfully populated the database.
  200. 2015-02-05 15:37:03,822 INFO Successfully deployed new Pootle.
  201.  
  202. (env) C:\pootle\env\Scripts>pootle collectstatic --noinput
  203. 2015-02-05 15:37:18,515 INFO Loading custom settings from 'C:\\Users\\LukeV\\.pootle\\pootle.conf'...
  204. 2015-02-05 15:37:19,371 INFO Using Python PO
  205. Traceback (most recent call last):
  206. File "C:\pootle\env\Scripts\pootle-script.py", line 9, in <module>
  207. load_entry_point('Pootle==2.5.1.1', 'console_scripts', 'pootle')()
  208. File "C:\pootle\env\lib\site-packages\pootle\runner.py", line 210, in main
  209. django_settings_module='pootle.settings')
  210. File "C:\pootle\env\lib\site-packages\pootle\runner.py", line 198, in run_app
  211. management.execute_from_command_line([runner_name, command] + command_args)
  212. File "C:\pootle\env\lib\site-packages\django\core\management\__init__.py", line 443, in execute_from_command_line
  213. utility.execute()
  214. File "C:\pootle\env\lib\site-packages\django\core\management\__init__.py", line 382, in execute
  215. self.fetch_command(subcommand).run_from_argv(self.argv)
  216. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 196, in run_from_argv
  217. self.execute(*args, **options.__dict__)
  218. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 232, in execute
  219. output = self.handle(*args, **options)
  220. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 371, in handle
  221. return self.handle_noargs(**options)
  222. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 163, in handle_noargs
  223. collected = self.collect()
  224. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 104, in collect
  225. for path, storage in finder.list(self.ignore_patterns):
  226. File "C:\pootle\env\lib\site-packages\django_assets\finders.py", line 68, in list
  227. for output in super(AssetsFinder, self).list(ignore_patterns):
  228. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\finders.py", line 210, in list
  229. for path in utils.get_files(self.storage, ignore_patterns):
  230. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\utils.py", line 25, in get_files
  231. directories, files = storage.listdir(location)
  232. File "C:\pootle\env\lib\site-packages\django\core\files\storage.py", line 234, in listdir
  233. for entry in os.listdir(path):
  234. WindowsError: [Error 3] The system cannot find the path specified: u'C:\\pootle\\env\\lib\\site-packages\\pootle\\assets\\*.*'
  235.  
  236. (env) C:\pootle\env\Scripts>pootle collectstatic
  237. 2015-02-05 15:37:29,615 INFO Loading custom settings from 'C:\\Users\\LukeV\\.pootle\\pootle.conf'...
  238. 2015-02-05 15:37:30,451 INFO Using Python PO
  239.  
  240. You have requested to collect static files at the destination
  241. location as specified in your settings.
  242.  
  243. This will overwrite existing files!
  244. Are you sure you want to do this?
  245.  
  246. Type 'yes' to continue, or 'no' to cancel: yes
  247. Traceback (most recent call last):
  248. File "C:\pootle\env\Scripts\pootle-script.py", line 9, in <module>
  249. load_entry_point('Pootle==2.5.1.1', 'console_scripts', 'pootle')()
  250. File "C:\pootle\env\lib\site-packages\pootle\runner.py", line 210, in main
  251. django_settings_module='pootle.settings')
  252. File "C:\pootle\env\lib\site-packages\pootle\runner.py", line 198, in run_app
  253. management.execute_from_command_line([runner_name, command] + command_args)
  254. File "C:\pootle\env\lib\site-packages\django\core\management\__init__.py", line 443, in execute_from_command_line
  255. utility.execute()
  256. File "C:\pootle\env\lib\site-packages\django\core\management\__init__.py", line 382, in execute
  257. self.fetch_command(subcommand).run_from_argv(self.argv)
  258. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 196, in run_from_argv
  259. self.execute(*args, **options.__dict__)
  260. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 232, in execute
  261. output = self.handle(*args, **options)
  262. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 371, in handle
  263. return self.handle_noargs(**options)
  264. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 163, in handle_noargs
  265. collected = self.collect()
  266. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\management\commands\collectstatic.py", line 104, in collect
  267. for path, storage in finder.list(self.ignore_patterns):
  268. File "C:\pootle\env\lib\site-packages\django_assets\finders.py", line 68, in list
  269. for output in super(AssetsFinder, self).list(ignore_patterns):
  270. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\finders.py", line 210, in list
  271. for path in utils.get_files(self.storage, ignore_patterns):
  272. File "C:\pootle\env\lib\site-packages\django\contrib\staticfiles\utils.py", line 25, in get_files
  273. directories, files = storage.listdir(location)
  274. File "C:\pootle\env\lib\site-packages\django\core\files\storage.py", line 234, in listdir
  275. for entry in os.listdir(path):
  276. WindowsError: [Error 3] The system cannot find the path specified: u'C:\\pootle\\env\\lib\\site-packages\\pootle\\assets\\*.*'
  277.  
  278. (env) C:\pootle\env\Scripts>pootle assets build
  279. 2015-02-05 15:37:38,990 INFO Loading custom settings from 'C:\\Users\\LukeV\\.pootle\\pootle.conf'...
  280. 2015-02-05 15:37:40,272 INFO Using Python PO
  281. Building bundle: css/common.min.%(version)s.css
  282. 2015-02-05 15:37:40,677 INFO Building bundle: css/common.min.%(version)s.css
  283. Traceback (most recent call last):
  284. File "C:\pootle\env\Scripts\pootle-script.py", line 9, in <module>
  285. load_entry_point('Pootle==2.5.1.1', 'console_scripts', 'pootle')()
  286. File "C:\pootle\env\lib\site-packages\pootle\runner.py", line 210, in main
  287. django_settings_module='pootle.settings')
  288. File "C:\pootle\env\lib\site-packages\pootle\runner.py", line 198, in run_app
  289. management.execute_from_command_line([runner_name, command] + command_args)
  290. File "C:\pootle\env\lib\site-packages\django\core\management\__init__.py", line 443, in execute_from_command_line
  291. utility.execute()
  292. File "C:\pootle\env\lib\site-packages\django\core\management\__init__.py", line 382, in execute
  293. self.fetch_command(subcommand).run_from_argv(self.argv)
  294. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 196, in run_from_argv
  295. self.execute(*args, **options.__dict__)
  296. File "C:\pootle\env\lib\site-packages\django\core\management\base.py", line 232, in execute
  297. output = self.handle(*args, **options)
  298. File "C:\pootle\env\lib\site-packages\django_assets\management\commands\assets.py", line 91, in handle
  299. retval = impl.run_with_argv(args) or 0
  300. File "C:\pootle\env\lib\site-packages\webassets\script.py", line 549, in run_with_argv
  301. return self.run_with_ns(ns)
  302. File "C:\pootle\env\lib\site-packages\webassets\script.py", line 539, in run_with_ns
  303. return cmd.invoke(ns.command, args)
  304. File "C:\pootle\env\lib\site-packages\webassets\script.py", line 373, in invoke
  305. return function(**args)
  306. File "C:\pootle\env\lib\site-packages\webassets\script.py", line 172, in __call__
  307. bundle.build(force=True, disable_cache=no_cache)
  308. File "C:\pootle\env\lib\site-packages\webassets\bundle.py", line 660, in build
  309. disable_cache=disable_cache))
  310. File "C:\pootle\env\lib\site-packages\webassets\bundle.py", line 597, in _build
  311. force, disable_cache=disable_cache, extra_filters=extra_filters)
  312. File "C:\pootle\env\lib\site-packages\webassets\bundle.py", line 454, in _merge_and_apply
  313. resolved_contents = self.resolve_contents(ctx, force=True)
  314. File "C:\pootle\env\lib\site-packages\webassets\bundle.py", line 235, in resolve_contents
  315. raise BundleError(e)
  316. webassets.exceptions.BundleError: 'C:\pootle\env\lib\site-packages\pootle\assets\css/style.css' does not exist
  317.  
  318. (env) C:\pootle\env\Scripts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement