From hugo at lip.pt Tue Dec 6 09:48:10 2016 From: hugo at lip.pt (Hugo Gomes) Date: Tue, 06 Dec 2016 14:48:10 +0000 Subject: [moin-user] Filter access to a page through IP range Message-ID: <1481035690.4126.22.camel@lip.pt> Hi all,? I have a page on my wiki, that is acessible to read for a specific group, but i need to make it public to everyone, even for people who don't have an account in my my wiki, but get to this page with a specific IP range. So in a short way, is there any way to create an ACL trhough IP range? Best regards, Hugo Gomes ? ************************************************* ???? Hugo Gomes???????????????????? ???? LIP???????????????????????????????????????????????????? ???? Av. Elias Garcia 14, 1??????????????????? ???? 1000-149 Lisboa, Portugal??????????? ???? Telef.:? +351- 217 998 587 ???? URL:?http://www.lip.pt ???? E-mail:?hugo at lip.pt ************************************************* From zelphirkaltstahl at gmail.com Mon Dec 12 15:02:16 2016 From: zelphirkaltstahl at gmail.com (Zelphir Kaltstahl) Date: Mon, 12 Dec 2016 21:02:16 +0100 Subject: [moin-user] Reporting Bugs Message-ID: Dear Mailing List Members, How can I report bugs in MoinMoin? I found the following website: https://moinmo.in/MoinMoinBugs However, when I try to report a bug, it asks me an edit password, which I don't know. When I try to edit the pages in that wiki directly, it also asks me for that password. When I try to register a new account it asks me that password as well. I find myself unable to report a bug. Regards, Zelphir From juven.zhong at gmail.com Tue Dec 13 08:40:22 2016 From: juven.zhong at gmail.com (Juven Zhong) Date: Tue, 13 Dec 2016 21:40:22 +0800 Subject: [moin-user] Reporting Bugs In-Reply-To: References: Message-ID: try to report defect here: https://bitbucket.org/thomaswaldmann/moin-2.0 2016-12-13 4:02 GMT+08:00 Zelphir Kaltstahl : > Dear Mailing List Members, > > How can I report bugs in MoinMoin? I found the following website: > https://moinmo.in/MoinMoinBugs > > However, when I try to report a bug, it asks me an edit password, which > I don't know. > > When I try to edit the pages in that wiki directly, it also asks me for > that password. > > When I try to register a new account it asks me that password as well. > > I find myself unable to report a bug. > > Regards, > > Zelphir > > _______________________________________________ > moin-user mailing list > moin-user at python.org > https://mail.python.org/mailman/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From juven.zhong at gmail.com Thu Dec 22 09:53:45 2016 From: juven.zhong at gmail.com (Juven Zhong) Date: Thu, 22 Dec 2016 22:53:45 +0800 Subject: [moin-user] Error encountered when run moin using latest code Message-ID: Hi all, I am setting up a moin2 instance from source code, steps as below: 1. > c:\Python27\python.exe quickinstall virtualenv 2. > m sample # to create a wiki 3. > m run error displayed, will be appreciate if any help on this. D:\git_repository\moin-2.0>m run d:\git_repository\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead. from flask.ext.cache import Cache d:\git_repository\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: Importing flask.ext.themes is deprecated, use flask_themes instead. from flask.ext.themes import setup_themes d:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask\exthook.py:106: ExtDeprecationWarning: Detected extension named flaskext.themes, please rename it to flask_themes. The old form is deprecated. .format(x=modname), ExtDeprecationWarning d:\git_repository\moin-2.0\MoinMoin\i18n\__init__.py:22: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead. from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext 2016-12-22 22:44:34,930 INFO MoinMoin.log:157 using logging configuration read from built-in fallback in MoinMoin.log module! 2016-12-22 22:44:34,931 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code from d:\git_repository\moin-2.0\MoinMoin 2016-12-22 22:44:35,913 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\MoinMoin\script\__init__.py:17: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead. 2016-12-22 22:44:36,066 INFO MoinMoin.util.clock:45 timer create_app load config(0): 19.00ms 2016-12-22 22:44:36,122 INFO MoinMoin.util.clock:45 timer create_app register(0): 56.00ms 2016-12-22 22:44:36,124 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask_cache\__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled. 2016-12-22 22:44:36,144 INFO MoinMoin.util.clock:45 timer create_app flask-cache(0): 20.00ms 2016-12-22 22:44:36,210 INFO MoinMoin.util.clock:45 timer create_app init backends(0): 66.00ms 2016-12-22 22:44:36,211 INFO MoinMoin.util.clock:45 timer create_app flask-babel(0): 1.00ms 2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app flask-themes(0): 1.00ms 2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app total(0): 173.00ms 2016-12-22 22:44:36,240 INFO werkzeug:87 * Restarting with stat d:\git_repository\moin-2.0\virtualenv\scripts\python.exe: can't open file 'D:\git_repository\moin-2.0\virtualenv\Scripts\moin': [Errno 2] No such file or directory -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- Obtaining file:///D:/git_repository/moin-2.0 DEPRECATION: Dependency Links processing has been deprecated and will be removed in a future release. Collecting blinker>=1.1 (from moin==2.0.0a0) Downloading blinker-1.4.tar.gz (111kB) Collecting docutils>=0.8.1 (from moin==2.0.0a0) Downloading docutils-0.13.1-py2-none-any.whl (537kB) Collecting Markdown>=2.1.1 (from moin==2.0.0a0) Downloading Markdown-2.6.7.zip (413kB) Collecting Flask>=0.10 (from moin==2.0.0a0) Downloading Flask-0.12-py2.py3-none-any.whl (82kB) Collecting Flask-Babel>=0.11.1 (from moin==2.0.0a0) Downloading Flask-Babel-0.11.1.tar.gz (40kB) Collecting Flask-Cache>=0.3.4 (from moin==2.0.0a0) Downloading Flask-Cache-0.13.1.tar.gz (45kB) Collecting Flask-Script==1.0.0 (from moin==2.0.0a0) Downloading Flask-Script-1.0.0.tar.gz (40kB) Collecting Flask-Themes>=0.2.0 (from moin==2.0.0a0) Downloading https://bitbucket.org/thomaswaldmann/flask-themes/get/a87399231886.tar.gz Collecting emeraldtree>=0.10.0 (from moin==2.0.0a0) Downloading emeraldtree-0.10.0.tar.gz Collecting flatland (from moin==2.0.0a0) Downloading flatland-0.8.tar.gz (349kB) Collecting Jinja2>=2.7 (from moin==2.0.0a0) Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB) Collecting pygments>=1.4 (from moin==2.0.0a0) Downloading Pygments-2.1.3-py2.py3-none-any.whl (755kB) Collecting Werkzeug>=0.11.2 (from moin==2.0.0a0) Downloading Werkzeug-0.11.11-py2.py3-none-any.whl (306kB) Collecting pytest<2.7 (from moin==2.0.0a0) Downloading pytest-2.6.4.tar.gz (512kB) Collecting pytest-pep8<1.1 (from moin==2.0.0a0) Downloading pytest-pep8-1.0.6.tar.gz Collecting whoosh>=2.7.0 (from moin==2.0.0a0) Downloading Whoosh-2.7.4-py2.py3-none-any.whl (468kB) Collecting sphinx>=1.1 (from moin==2.0.0a0) Downloading Sphinx-1.5.1-py2.py3-none-any.whl (1.6MB) Collecting sphinx_rtd_theme>=0.1.9 (from moin==2.0.0a0) Downloading sphinx_rtd_theme-0.1.9-py2-none-any.whl (693kB) Collecting pdfminer==20110515 (from moin==2.0.0a0) Downloading pdfminer-20110515.tar.gz (4.1MB) Collecting passlib>=1.6.0 (from moin==2.0.0a0) Downloading passlib-1.7.0-py2.py3-none-any.whl (495kB) Collecting XStatic>=0.0.2 (from moin==2.0.0a0) Downloading XStatic-1.0.1.tar.gz Collecting XStatic-Bootstrap==3.1.1.2 (from moin==2.0.0a0) Downloading XStatic-Bootstrap-3.1.1.2.tar.gz (249kB) Collecting XStatic-Font-Awesome>=4.1.0.0 (from moin==2.0.0a0) Downloading XStatic_Font_Awesome-4.7.0.0-py2.py3-none-any.whl (675kB) Collecting XStatic-CKEditor>=3.6.1.2 (from moin==2.0.0a0) Downloading XStatic-CKEditor-3.6.4.0.tar.gz (736kB) Collecting XStatic-autosize (from moin==2.0.0a0) Downloading XStatic-autosize-1.17.2.1.tar.gz Collecting XStatic-jQuery>=1.8.2 (from moin==2.0.0a0) Downloading XStatic-jQuery-1.10.2.1.tar.gz (116kB) Collecting XStatic-jQuery-File-Upload==4.4.2 (from moin==2.0.0a0) Downloading XStatic-jQuery-File-Upload-4.4.2.tar.gz Collecting XStatic-TWikiDraw-moin>=2004.10.23.2 (from moin==2.0.0a0) Downloading XStatic-TWikiDraw-moin-2004.10.23.2.tar.gz (171kB) Collecting XStatic-AnyWikiDraw>=0.14.2 (from moin==2.0.0a0) Downloading XStatic-AnyWikiDraw-0.14.2.tar.gz (1.1MB) Collecting XStatic-svg-edit-moin>=2012.11.15.1 (from moin==2.0.0a0) Downloading XStatic-svg-edit-moin-2012.11.27.1.zip (932kB) Collecting XStatic-JQuery.TableSorter>=2.14.5.1 (from moin==2.0.0a0) Downloading XStatic-JQuery.TableSorter-2.14.5.1.tar.gz Collecting XStatic-Pygments>=1.6.0.1 (from moin==2.0.0a0) Downloading XStatic-Pygments-1.6.0.1.tar.gz Collecting itsdangerous>=0.21 (from Flask>=0.10->moin==2.0.0a0) Downloading itsdangerous-0.24.tar.gz (46kB) Collecting click>=2.0 (from Flask>=0.10->moin==2.0.0a0) Downloading click-6.6-py2.py3-none-any.whl (71kB) Collecting Babel>=2.3 (from Flask-Babel>=0.11.1->moin==2.0.0a0) Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB) Collecting six>=1.3.0 (from emeraldtree>=0.10.0->moin==2.0.0a0) Using cached six-1.10.0-py2.py3-none-any.whl Collecting MarkupSafe (from Jinja2>=2.7->moin==2.0.0a0) Downloading MarkupSafe-0.23.tar.gz Collecting py>=1.4.25 (from pytest<2.7->moin==2.0.0a0) Downloading py-1.4.32-py2.py3-none-any.whl (82kB) Collecting colorama (from pytest<2.7->moin==2.0.0a0) Downloading colorama-0.3.7-py2.py3-none-any.whl Collecting pytest-cache (from pytest-pep8<1.1->moin==2.0.0a0) Downloading pytest-cache-1.0.tar.gz Collecting pep8>=1.3 (from pytest-pep8<1.1->moin==2.0.0a0) Downloading pep8-1.7.0-py2.py3-none-any.whl (41kB) Collecting snowballstemmer>=1.1 (from sphinx>=1.1->moin==2.0.0a0) Downloading snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB) Collecting alabaster<0.8,>=0.7 (from sphinx>=1.1->moin==2.0.0a0) Downloading alabaster-0.7.9-py2.py3-none-any.whl Collecting imagesize (from sphinx>=1.1->moin==2.0.0a0) Downloading imagesize-0.7.1-py2.py3-none-any.whl Collecting requests (from sphinx>=1.1->moin==2.0.0a0) Downloading requests-2.12.4-py2.py3-none-any.whl (576kB) Collecting pytz>=0a (from Babel>=2.3->Flask-Babel>=0.11.1->moin==2.0.0a0) Downloading pytz-2016.10-py2.py3-none-any.whl (483kB) Collecting execnet>=1.1.dev1 (from pytest-cache->pytest-pep8<1.1->moin==2.0.0a0) Downloading execnet-1.4.1-py2.py3-none-any.whl (40kB) Collecting apipkg>=1.4 (from execnet>=1.1.dev1->pytest-cache->pytest-pep8<1.1->moin==2.0.0a0) Downloading apipkg-1.4-py2.py3-none-any.whl Building wheels for collected packages: blinker, Markdown, Flask-Babel, Flask-Cache, Flask-Script, emeraldtree, flatland, pytest, pytest-pep8, pdfminer, XStatic, XStatic-Bootstrap, XStatic-CKEditor, XStatic-autosize, XStatic-jQuery, XStatic-jQuery-File-Upload, XStatic-TWikiDraw-moin, XStatic-AnyWikiDraw, XStatic-svg-edit-moin, XStatic-JQuery.TableSorter, XStatic-Pygments, itsdangerous, MarkupSafe, pytest-cache Running setup.py bdist_wheel for blinker: started Running setup.py bdist_wheel for blinker: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\7b\8a\eb\5a4f4444f366c515073db8a129c92d4727ad945e5e64b9e8bd Running setup.py bdist_wheel for Markdown: started Running setup.py bdist_wheel for Markdown: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\34\53\13\36d28723fa9a091576fbb516003d33085a114f35b823faf05e Running setup.py bdist_wheel for Flask-Babel: started Running setup.py bdist_wheel for Flask-Babel: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\99\65\6c\927249178edfdc24c9cb2d9fcea27f598a73b323a1b5e3a8fc Running setup.py bdist_wheel for Flask-Cache: started Running setup.py bdist_wheel for Flask-Cache: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\d3\ea\07\db4bcd93163f4ac63974a7ce7aa15df9d45cdc9864c8232f9c Running setup.py bdist_wheel for Flask-Script: started Running setup.py bdist_wheel for Flask-Script: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\4b\33\64\dd9706d0d670f1fcfaf5b8dc2eef33d5077c392a95dde9fba2 Running setup.py bdist_wheel for emeraldtree: started Running setup.py bdist_wheel for emeraldtree: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\a2\8a\5e\2424556c9bae12fcfd8d73c02bfa0a04df6f5272171770ab2a Running setup.py bdist_wheel for flatland: started Running setup.py bdist_wheel for flatland: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\e7\1b\87\4a3805c62cd125ed651293c0e0c85d79c4b009cc0a1440c31b Running setup.py bdist_wheel for pytest: started Running setup.py bdist_wheel for pytest: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\ca\1c\fe\8b76e537572f91c810910e822cccb178ba3156e432e644ac89 Running setup.py bdist_wheel for pytest-pep8: started Running setup.py bdist_wheel for pytest-pep8: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\18\26\e6\37ad77195c19a94c729fcd7fb3a6dadca805e34568510e4baa Running setup.py bdist_wheel for pdfminer: started Running setup.py bdist_wheel for pdfminer: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\da\22\19\8ac120c7ba2bd85c88d6da33ea93e079f425a7b9b771576ef2 Running setup.py bdist_wheel for XStatic: started Running setup.py bdist_wheel for XStatic: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\a5\95\f1\04b9ac7f8b7936ccd3cf0b6067aa301016a408a0322ecab5bb Running setup.py bdist_wheel for XStatic-Bootstrap: started Running setup.py bdist_wheel for XStatic-Bootstrap: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\e0\2b\f8\d4baf27114abaeca39d8ead413fbac8e923237b96ec60bab55 Running setup.py bdist_wheel for XStatic-CKEditor: started Running setup.py bdist_wheel for XStatic-CKEditor: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\cc\29\83\db5bd46c854ebfd4473c0e745d179e1515a4a2f1c38225f367 Running setup.py bdist_wheel for XStatic-autosize: started Running setup.py bdist_wheel for XStatic-autosize: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\98\e5\82\ab084b5557aeb71e11a48e5fb3a89286bb7048e63f0028d89a Running setup.py bdist_wheel for XStatic-jQuery: started Running setup.py bdist_wheel for XStatic-jQuery: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\bb\b0\0d\3f5def8a1356add17685b22d045a80a5da4a77d57343ec42ca Running setup.py bdist_wheel for XStatic-jQuery-File-Upload: started Running setup.py bdist_wheel for XStatic-jQuery-File-Upload: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\6f\ac\8f\3ac3892b648d2b7411a3ca027d9833a58a87a1d6e456c4c4ae Running setup.py bdist_wheel for XStatic-TWikiDraw-moin: started Running setup.py bdist_wheel for XStatic-TWikiDraw-moin: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\01\4f\f7\3cd27e557c154faea852cdfb4a3bf99086799af89366660ee4 Running setup.py bdist_wheel for XStatic-AnyWikiDraw: started Running setup.py bdist_wheel for XStatic-AnyWikiDraw: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\4f\71\7a\5fabb1641d3e961957e729a5a48295c3cc5a67bd88055338d5 Running setup.py bdist_wheel for XStatic-svg-edit-moin: started Running setup.py bdist_wheel for XStatic-svg-edit-moin: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\93\b0\5e\d849a7aa2508c187354f4bef5aa32ec7b1ff0ed3e06828b5ca Running setup.py bdist_wheel for XStatic-JQuery.TableSorter: started Running setup.py bdist_wheel for XStatic-JQuery.TableSorter: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\8c\10\a1\c7e5e8596c4846b3473cdf77113642be64a3be744b5d6aa89d Running setup.py bdist_wheel for XStatic-Pygments: started Running setup.py bdist_wheel for XStatic-Pygments: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\4d\37\12\054e492b05ec5b6225298fbf9dbf5ea9d49ba577fa672f9287 Running setup.py bdist_wheel for itsdangerous: started Running setup.py bdist_wheel for itsdangerous: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\fc\a8\66\24d655233c757e178d45dea2de22a04c6d92766abfb741129a Running setup.py bdist_wheel for MarkupSafe: started Running setup.py bdist_wheel for MarkupSafe: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\a3\fa\dc\0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748 Running setup.py bdist_wheel for pytest-cache: started Running setup.py bdist_wheel for pytest-cache: finished with status 'done' Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\6d\22\a3\5b776623c29d057b5a71126cc3d7860ccfb08d5e4c377c3b72 Successfully built blinker Markdown Flask-Babel Flask-Cache Flask-Script emeraldtree flatland pytest pytest-pep8 pdfminer XStatic XStatic-Bootstrap XStatic-CKEditor XStatic-autosize XStatic-jQuery XStatic-jQuery-File-Upload XStatic-TWikiDraw-moin XStatic-AnyWikiDraw XStatic-svg-edit-moin XStatic-JQuery.TableSorter XStatic-Pygments itsdangerous MarkupSafe pytest-cache Installing collected packages: blinker, docutils, Markdown, itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, Flask, pytz, Babel, Flask-Babel, Flask-Cache, Flask-Script, Flask-Themes, six, emeraldtree, flatland, pygments, py, colorama, pytest, apipkg, execnet, pytest-cache, pep8, pytest-pep8, whoosh, snowballstemmer, alabaster, imagesize, requests, sphinx, sphinx-rtd-theme, pdfminer, passlib, XStatic, XStatic-Bootstrap, XStatic-Font-Awesome, XStatic-CKEditor, XStatic-autosize, XStatic-jQuery, XStatic-jQuery-File-Upload, XStatic-TWikiDraw-moin, XStatic-AnyWikiDraw, XStatic-svg-edit-moin, XStatic-JQuery.TableSorter, XStatic-Pygments, moin Running setup.py install for Flask-Themes: started Running setup.py install for Flask-Themes: finished with status 'done' Running setup.py develop for moin Successfully installed Babel-2.3.4 Flask-0.12 Flask-Babel-0.11.1 Flask-Cache-0.13.1 Flask-Script-1.0.0 Flask-Themes-0.2.0 Jinja2-2.8 Markdown-2.6.7 MarkupSafe-0.23 Werkzeug-0.11.11 XStatic-1.0.1 XStatic-AnyWikiDraw-0.14.2 XStatic-Bootstrap-3.1.1.2 XStatic-CKEditor-3.6.4.0 XStatic-Font-Awesome-4.7.0.0 XStatic-JQuery.TableSorter-2.14.5.1 XStatic-Pygments-1.6.0.1 XStatic-TWikiDraw-moin-2004.10.23.2 XStatic-autosize-1.17.2.1 XStatic-jQuery-1.10.2.1 XStatic-jQuery-File-Upload-4.4.2 XStatic-svg-edit-moin-2012.11.27.1 alabaster-0.7.9 apipkg-1.4 blinker-1.4 click-6.6 colorama-0.3.7 docutils-0.13.1 emeraldtree-0.10.0 execnet-1.4.1 flatland-0.8 imagesize-0.7.1 itsdangerous-0.24 moin passlib-1.7.0 pdfminer-20110515 pep8-1.7.0 py-1.4.32 pygments-2.1.3 pytest-2.6.4 pytest-cache-1.0 pytest-pep8-1.0.6 pytz-2016.10 requests-2.12.4 six-1.10.0 snowballstemmer-1.2.1 sphinx-1.5.1 sphinx-rtd-theme-0.1.9 whoosh-2.7.4 running compile_catalog 393 of 406 messages (96%) translated in MoinMoin\translations\de\LC_MESSAGES\messages.po compiling catalog MoinMoin\translations\de\LC_MESSAGES\messages.po to MoinMoin\translations\de\LC_MESSAGES\messages.mo 294 of 406 messages (72%) translated in MoinMoin\translations\pt_BR\LC_MESSAGES\messages.po compiling catalog MoinMoin\translations\pt_BR\LC_MESSAGES\messages.po to MoinMoin\translations\pt_BR\LC_MESSAGES\messages.mo 294 of 406 messages (72%) translated in MoinMoin\translations\ru\LC_MESSAGES\messages.po compiling catalog MoinMoin\translations\ru\LC_MESSAGES\messages.po to MoinMoin\translations\ru\LC_MESSAGES\messages.mo Successfully created or updated venv at D:\git_repository\moin-2.0\virtualenv From zelphirkaltstahl at gmail.com Thu Dec 22 19:42:51 2016 From: zelphirkaltstahl at gmail.com (Zelphir Kaltstahl) Date: Fri, 23 Dec 2016 01:42:51 +0100 Subject: [moin-user] moin-user Digest, Vol 7, Issue 3 In-Reply-To: References: Message-ID: Isn't moin 2.0 targetting Python 3? On 12/22/2016 03:53 PM, moin-user-request at python.org wrote: > Send moin-user mailing list submissions to > moin-user at python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/moin-user > or, via email, send a message with subject or body 'help' to > moin-user-request at python.org > > You can reach the person managing the list at > moin-user-owner at python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of moin-user digest..." > > > Today's Topics: > > 1. Error encountered when run moin using latest code (Juven Zhong) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 22 Dec 2016 22:53:45 +0800 > From: Juven Zhong > To: moin-user at python.org > Subject: [moin-user] Error encountered when run moin using latest code > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Hi all, > I am setting up a moin2 instance from source code, steps as below: > 1. > c:\Python27\python.exe quickinstall virtualenv > 2. > m sample # to create a wiki > 3. > m run > error displayed, will be appreciate if any help on this. > > D:\git_repository\moin-2.0>m run > d:\git_repository\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: > Importing flask.ext.cache is deprecated, use flask_cache instead. > from flask.ext.cache import Cache > d:\git_repository\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: > Importing flask.ext.themes is deprecated, use flask_themes instead. > from flask.ext.themes import setup_themes > d:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask\exthook.py:106: > ExtDeprecationWarning: Detected extension named flaskext.themes, please > rename it to flask_themes. The old form is deprecated. > .format(x=modname), ExtDeprecationWarning > d:\git_repository\moin-2.0\MoinMoin\i18n\__init__.py:22: > ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use > flask_babel instead. > from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext > 2016-12-22 22:44:34,930 INFO MoinMoin.log:157 using logging configuration > read from built-in fallback in MoinMoin.log module! > 2016-12-22 22:44:34,931 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code > from d:\git_repository\moin-2.0\MoinMoin > 2016-12-22 22:44:35,913 WARNING MoinMoin.log:119 > d:\git_repository\moin-2.0\MoinMoin\script\__init__.py:17: > ExtDeprecationWarning: Importing flask.ext.script is deprecated, use > flask_script instead. > 2016-12-22 22:44:36,066 INFO MoinMoin.util.clock:45 timer create_app load > config(0): 19.00ms > 2016-12-22 22:44:36,122 INFO MoinMoin.util.clock:45 timer create_app > register(0): 56.00ms > 2016-12-22 22:44:36,124 WARNING MoinMoin.log:119 > d:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask_cache\__init__.py:152: > UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively > disabled. > 2016-12-22 22:44:36,144 INFO MoinMoin.util.clock:45 timer create_app > flask-cache(0): 20.00ms > 2016-12-22 22:44:36,210 INFO MoinMoin.util.clock:45 timer create_app init > backends(0): 66.00ms > 2016-12-22 22:44:36,211 INFO MoinMoin.util.clock:45 timer create_app > flask-babel(0): 1.00ms > 2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app > flask-themes(0): 1.00ms > 2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app > total(0): 173.00ms > 2016-12-22 22:44:36,240 INFO werkzeug:87 * Restarting with stat > d:\git_repository\moin-2.0\virtualenv\scripts\python.exe: can't open file > 'D:\git_repository\moin-2.0\virtualenv\Scripts\moin': [Errno 2] No such > file or directory > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > -------------- next part -------------- > Obtaining file:///D:/git_repository/moin-2.0 > DEPRECATION: Dependency Links processing has been deprecated and will be removed in a future release. > Collecting blinker>=1.1 (from moin==2.0.0a0) > Downloading blinker-1.4.tar.gz (111kB) > Collecting docutils>=0.8.1 (from moin==2.0.0a0) > Downloading docutils-0.13.1-py2-none-any.whl (537kB) > Collecting Markdown>=2.1.1 (from moin==2.0.0a0) > Downloading Markdown-2.6.7.zip (413kB) > Collecting Flask>=0.10 (from moin==2.0.0a0) > Downloading Flask-0.12-py2.py3-none-any.whl (82kB) > Collecting Flask-Babel>=0.11.1 (from moin==2.0.0a0) > Downloading Flask-Babel-0.11.1.tar.gz (40kB) > Collecting Flask-Cache>=0.3.4 (from moin==2.0.0a0) > Downloading Flask-Cache-0.13.1.tar.gz (45kB) > Collecting Flask-Script==1.0.0 (from moin==2.0.0a0) > Downloading Flask-Script-1.0.0.tar.gz (40kB) > Collecting Flask-Themes>=0.2.0 (from moin==2.0.0a0) > Downloading https://bitbucket.org/thomaswaldmann/flask-themes/get/a87399231886.tar.gz > Collecting emeraldtree>=0.10.0 (from moin==2.0.0a0) > Downloading emeraldtree-0.10.0.tar.gz > Collecting flatland (from moin==2.0.0a0) > Downloading flatland-0.8.tar.gz (349kB) > Collecting Jinja2>=2.7 (from moin==2.0.0a0) > Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB) > Collecting pygments>=1.4 (from moin==2.0.0a0) > Downloading Pygments-2.1.3-py2.py3-none-any.whl (755kB) > Collecting Werkzeug>=0.11.2 (from moin==2.0.0a0) > Downloading Werkzeug-0.11.11-py2.py3-none-any.whl (306kB) > Collecting pytest<2.7 (from moin==2.0.0a0) > Downloading pytest-2.6.4.tar.gz (512kB) > Collecting pytest-pep8<1.1 (from moin==2.0.0a0) > Downloading pytest-pep8-1.0.6.tar.gz > Collecting whoosh>=2.7.0 (from moin==2.0.0a0) > Downloading Whoosh-2.7.4-py2.py3-none-any.whl (468kB) > Collecting sphinx>=1.1 (from moin==2.0.0a0) > Downloading Sphinx-1.5.1-py2.py3-none-any.whl (1.6MB) > Collecting sphinx_rtd_theme>=0.1.9 (from moin==2.0.0a0) > Downloading sphinx_rtd_theme-0.1.9-py2-none-any.whl (693kB) > Collecting pdfminer==20110515 (from moin==2.0.0a0) > Downloading pdfminer-20110515.tar.gz (4.1MB) > Collecting passlib>=1.6.0 (from moin==2.0.0a0) > Downloading passlib-1.7.0-py2.py3-none-any.whl (495kB) > Collecting XStatic>=0.0.2 (from moin==2.0.0a0) > Downloading XStatic-1.0.1.tar.gz > Collecting XStatic-Bootstrap==3.1.1.2 (from moin==2.0.0a0) > Downloading XStatic-Bootstrap-3.1.1.2.tar.gz (249kB) > Collecting XStatic-Font-Awesome>=4.1.0.0 (from moin==2.0.0a0) > Downloading XStatic_Font_Awesome-4.7.0.0-py2.py3-none-any.whl (675kB) > Collecting XStatic-CKEditor>=3.6.1.2 (from moin==2.0.0a0) > Downloading XStatic-CKEditor-3.6.4.0.tar.gz (736kB) > Collecting XStatic-autosize (from moin==2.0.0a0) > Downloading XStatic-autosize-1.17.2.1.tar.gz > Collecting XStatic-jQuery>=1.8.2 (from moin==2.0.0a0) > Downloading XStatic-jQuery-1.10.2.1.tar.gz (116kB) > Collecting XStatic-jQuery-File-Upload==4.4.2 (from moin==2.0.0a0) > Downloading XStatic-jQuery-File-Upload-4.4.2.tar.gz > Collecting XStatic-TWikiDraw-moin>=2004.10.23.2 (from moin==2.0.0a0) > Downloading XStatic-TWikiDraw-moin-2004.10.23.2.tar.gz (171kB) > Collecting XStatic-AnyWikiDraw>=0.14.2 (from moin==2.0.0a0) > Downloading XStatic-AnyWikiDraw-0.14.2.tar.gz (1.1MB) > Collecting XStatic-svg-edit-moin>=2012.11.15.1 (from moin==2.0.0a0) > Downloading XStatic-svg-edit-moin-2012.11.27.1.zip (932kB) > Collecting XStatic-JQuery.TableSorter>=2.14.5.1 (from moin==2.0.0a0) > Downloading XStatic-JQuery.TableSorter-2.14.5.1.tar.gz > Collecting XStatic-Pygments>=1.6.0.1 (from moin==2.0.0a0) > Downloading XStatic-Pygments-1.6.0.1.tar.gz > Collecting itsdangerous>=0.21 (from Flask>=0.10->moin==2.0.0a0) > Downloading itsdangerous-0.24.tar.gz (46kB) > Collecting click>=2.0 (from Flask>=0.10->moin==2.0.0a0) > Downloading click-6.6-py2.py3-none-any.whl (71kB) > Collecting Babel>=2.3 (from Flask-Babel>=0.11.1->moin==2.0.0a0) > Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB) > Collecting six>=1.3.0 (from emeraldtree>=0.10.0->moin==2.0.0a0) > Using cached six-1.10.0-py2.py3-none-any.whl > Collecting MarkupSafe (from Jinja2>=2.7->moin==2.0.0a0) > Downloading MarkupSafe-0.23.tar.gz > Collecting py>=1.4.25 (from pytest<2.7->moin==2.0.0a0) > Downloading py-1.4.32-py2.py3-none-any.whl (82kB) > Collecting colorama (from pytest<2.7->moin==2.0.0a0) > Downloading colorama-0.3.7-py2.py3-none-any.whl > Collecting pytest-cache (from pytest-pep8<1.1->moin==2.0.0a0) > Downloading pytest-cache-1.0.tar.gz > Collecting pep8>=1.3 (from pytest-pep8<1.1->moin==2.0.0a0) > Downloading pep8-1.7.0-py2.py3-none-any.whl (41kB) > Collecting snowballstemmer>=1.1 (from sphinx>=1.1->moin==2.0.0a0) > Downloading snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB) > Collecting alabaster<0.8,>=0.7 (from sphinx>=1.1->moin==2.0.0a0) > Downloading alabaster-0.7.9-py2.py3-none-any.whl > Collecting imagesize (from sphinx>=1.1->moin==2.0.0a0) > Downloading imagesize-0.7.1-py2.py3-none-any.whl > Collecting requests (from sphinx>=1.1->moin==2.0.0a0) > Downloading requests-2.12.4-py2.py3-none-any.whl (576kB) > Collecting pytz>=0a (from Babel>=2.3->Flask-Babel>=0.11.1->moin==2.0.0a0) > Downloading pytz-2016.10-py2.py3-none-any.whl (483kB) > Collecting execnet>=1.1.dev1 (from pytest-cache->pytest-pep8<1.1->moin==2.0.0a0) > Downloading execnet-1.4.1-py2.py3-none-any.whl (40kB) > Collecting apipkg>=1.4 (from execnet>=1.1.dev1->pytest-cache->pytest-pep8<1.1->moin==2.0.0a0) > Downloading apipkg-1.4-py2.py3-none-any.whl > Building wheels for collected packages: blinker, Markdown, Flask-Babel, Flask-Cache, Flask-Script, emeraldtree, flatland, pytest, pytest-pep8, pdfminer, XStatic, XStatic-Bootstrap, XStatic-CKEditor, XStatic-autosize, XStatic-jQuery, XStatic-jQuery-File-Upload, XStatic-TWikiDraw-moin, XStatic-AnyWikiDraw, XStatic-svg-edit-moin, XStatic-JQuery.TableSorter, XStatic-Pygments, itsdangerous, MarkupSafe, pytest-cache > Running setup.py bdist_wheel for blinker: started > Running setup.py bdist_wheel for blinker: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\7b\8a\eb\5a4f4444f366c515073db8a129c92d4727ad945e5e64b9e8bd > Running setup.py bdist_wheel for Markdown: started > Running setup.py bdist_wheel for Markdown: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\34\53\13\36d28723fa9a091576fbb516003d33085a114f35b823faf05e > Running setup.py bdist_wheel for Flask-Babel: started > Running setup.py bdist_wheel for Flask-Babel: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\99\65\6c\927249178edfdc24c9cb2d9fcea27f598a73b323a1b5e3a8fc > Running setup.py bdist_wheel for Flask-Cache: started > Running setup.py bdist_wheel for Flask-Cache: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\d3\ea\07\db4bcd93163f4ac63974a7ce7aa15df9d45cdc9864c8232f9c > Running setup.py bdist_wheel for Flask-Script: started > Running setup.py bdist_wheel for Flask-Script: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\4b\33\64\dd9706d0d670f1fcfaf5b8dc2eef33d5077c392a95dde9fba2 > Running setup.py bdist_wheel for emeraldtree: started > Running setup.py bdist_wheel for emeraldtree: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\a2\8a\5e\2424556c9bae12fcfd8d73c02bfa0a04df6f5272171770ab2a > Running setup.py bdist_wheel for flatland: started > Running setup.py bdist_wheel for flatland: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\e7\1b\87\4a3805c62cd125ed651293c0e0c85d79c4b009cc0a1440c31b > Running setup.py bdist_wheel for pytest: started > Running setup.py bdist_wheel for pytest: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\ca\1c\fe\8b76e537572f91c810910e822cccb178ba3156e432e644ac89 > Running setup.py bdist_wheel for pytest-pep8: started > Running setup.py bdist_wheel for pytest-pep8: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\18\26\e6\37ad77195c19a94c729fcd7fb3a6dadca805e34568510e4baa > Running setup.py bdist_wheel for pdfminer: started > Running setup.py bdist_wheel for pdfminer: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\da\22\19\8ac120c7ba2bd85c88d6da33ea93e079f425a7b9b771576ef2 > Running setup.py bdist_wheel for XStatic: started > Running setup.py bdist_wheel for XStatic: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\a5\95\f1\04b9ac7f8b7936ccd3cf0b6067aa301016a408a0322ecab5bb > Running setup.py bdist_wheel for XStatic-Bootstrap: started > Running setup.py bdist_wheel for XStatic-Bootstrap: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\e0\2b\f8\d4baf27114abaeca39d8ead413fbac8e923237b96ec60bab55 > Running setup.py bdist_wheel for XStatic-CKEditor: started > Running setup.py bdist_wheel for XStatic-CKEditor: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\cc\29\83\db5bd46c854ebfd4473c0e745d179e1515a4a2f1c38225f367 > Running setup.py bdist_wheel for XStatic-autosize: started > Running setup.py bdist_wheel for XStatic-autosize: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\98\e5\82\ab084b5557aeb71e11a48e5fb3a89286bb7048e63f0028d89a > Running setup.py bdist_wheel for XStatic-jQuery: started > Running setup.py bdist_wheel for XStatic-jQuery: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\bb\b0\0d\3f5def8a1356add17685b22d045a80a5da4a77d57343ec42ca > Running setup.py bdist_wheel for XStatic-jQuery-File-Upload: started > Running setup.py bdist_wheel for XStatic-jQuery-File-Upload: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\6f\ac\8f\3ac3892b648d2b7411a3ca027d9833a58a87a1d6e456c4c4ae > Running setup.py bdist_wheel for XStatic-TWikiDraw-moin: started > Running setup.py bdist_wheel for XStatic-TWikiDraw-moin: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\01\4f\f7\3cd27e557c154faea852cdfb4a3bf99086799af89366660ee4 > Running setup.py bdist_wheel for XStatic-AnyWikiDraw: started > Running setup.py bdist_wheel for XStatic-AnyWikiDraw: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\4f\71\7a\5fabb1641d3e961957e729a5a48295c3cc5a67bd88055338d5 > Running setup.py bdist_wheel for XStatic-svg-edit-moin: started > Running setup.py bdist_wheel for XStatic-svg-edit-moin: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\93\b0\5e\d849a7aa2508c187354f4bef5aa32ec7b1ff0ed3e06828b5ca > Running setup.py bdist_wheel for XStatic-JQuery.TableSorter: started > Running setup.py bdist_wheel for XStatic-JQuery.TableSorter: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\8c\10\a1\c7e5e8596c4846b3473cdf77113642be64a3be744b5d6aa89d > Running setup.py bdist_wheel for XStatic-Pygments: started > Running setup.py bdist_wheel for XStatic-Pygments: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\4d\37\12\054e492b05ec5b6225298fbf9dbf5ea9d49ba577fa672f9287 > Running setup.py bdist_wheel for itsdangerous: started > Running setup.py bdist_wheel for itsdangerous: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\fc\a8\66\24d655233c757e178d45dea2de22a04c6d92766abfb741129a > Running setup.py bdist_wheel for MarkupSafe: started > Running setup.py bdist_wheel for MarkupSafe: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\a3\fa\dc\0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748 > Running setup.py bdist_wheel for pytest-cache: started > Running setup.py bdist_wheel for pytest-cache: finished with status 'done' > Stored in directory: C:\Users\Juven\AppData\Local\pip\Cache\wheels\6d\22\a3\5b776623c29d057b5a71126cc3d7860ccfb08d5e4c377c3b72 > Successfully built blinker Markdown Flask-Babel Flask-Cache Flask-Script emeraldtree flatland pytest pytest-pep8 pdfminer XStatic XStatic-Bootstrap XStatic-CKEditor XStatic-autosize XStatic-jQuery XStatic-jQuery-File-Upload XStatic-TWikiDraw-moin XStatic-AnyWikiDraw XStatic-svg-edit-moin XStatic-JQuery.TableSorter XStatic-Pygments itsdangerous MarkupSafe pytest-cache > Installing collected packages: blinker, docutils, Markdown, itsdangerous, click, Werkzeug, MarkupSafe, Jinja2, Flask, pytz, Babel, Flask-Babel, Flask-Cache, Flask-Script, Flask-Themes, six, emeraldtree, flatland, pygments, py, colorama, pytest, apipkg, execnet, pytest-cache, pep8, pytest-pep8, whoosh, snowballstemmer, alabaster, imagesize, requests, sphinx, sphinx-rtd-theme, pdfminer, passlib, XStatic, XStatic-Bootstrap, XStatic-Font-Awesome, XStatic-CKEditor, XStatic-autosize, XStatic-jQuery, XStatic-jQuery-File-Upload, XStatic-TWikiDraw-moin, XStatic-AnyWikiDraw, XStatic-svg-edit-moin, XStatic-JQuery.TableSorter, XStatic-Pygments, moin > Running setup.py install for Flask-Themes: started > Running setup.py install for Flask-Themes: finished with status 'done' > Running setup.py develop for moin > Successfully installed Babel-2.3.4 Flask-0.12 Flask-Babel-0.11.1 Flask-Cache-0.13.1 Flask-Script-1.0.0 Flask-Themes-0.2.0 Jinja2-2.8 Markdown-2.6.7 MarkupSafe-0.23 Werkzeug-0.11.11 XStatic-1.0.1 XStatic-AnyWikiDraw-0.14.2 XStatic-Bootstrap-3.1.1.2 XStatic-CKEditor-3.6.4.0 XStatic-Font-Awesome-4.7.0.0 XStatic-JQuery.TableSorter-2.14.5.1 XStatic-Pygments-1.6.0.1 XStatic-TWikiDraw-moin-2004.10.23.2 XStatic-autosize-1.17.2.1 XStatic-jQuery-1.10.2.1 XStatic-jQuery-File-Upload-4.4.2 XStatic-svg-edit-moin-2012.11.27.1 alabaster-0.7.9 apipkg-1.4 blinker-1.4 click-6.6 colorama-0.3.7 docutils-0.13.1 emeraldtree-0.10.0 execnet-1.4.1 flatland-0.8 imagesize-0.7.1 itsdangerous-0.24 moin passlib-1.7.0 pdfminer-20110515 pep8-1.7.0 py-1.4.32 pygments-2.1.3 pytest-2.6.4 pytest-cache-1.0 pytest-pep8-1.0.6 pytz-2016.10 requests-2.12.4 six-1.10.0 snowballstemmer-1.2.1 sphinx-1.5.1 sphinx-rtd-theme-0.1.9 whoosh-2.7.4 > running compile_catalog > 393 of 406 messages (96%) translated in MoinMoin\translations\de\LC_MESSAGES\messages.po > compiling catalog MoinMoin\translations\de\LC_MESSAGES\messages.po to MoinMoin\translations\de\LC_MESSAGES\messages.mo > 294 of 406 messages (72%) translated in MoinMoin\translations\pt_BR\LC_MESSAGES\messages.po > compiling catalog MoinMoin\translations\pt_BR\LC_MESSAGES\messages.po to MoinMoin\translations\pt_BR\LC_MESSAGES\messages.mo > 294 of 406 messages (72%) translated in MoinMoin\translations\ru\LC_MESSAGES\messages.po > compiling catalog MoinMoin\translations\ru\LC_MESSAGES\messages.po to MoinMoin\translations\ru\LC_MESSAGES\messages.mo > > > Successfully created or updated venv at D:\git_repository\moin-2.0\virtualenv > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > moin-user mailing list > moin-user at python.org > https://mail.python.org/mailman/listinfo/moin-user > > > ------------------------------ > > End of moin-user Digest, Vol 7, Issue 3 > *************************************** From crosseyedpenguin at yahoo.com Fri Dec 23 10:10:50 2016 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Fri, 23 Dec 2016 15:10:50 +0000 (UTC) Subject: [moin-user] Error encountered when run moin using latest code In-Reply-To: References: Message-ID: <817193914.1532590.1482505850309@mail.yahoo.com> I cannot reproduce the problem. ?Creating the virtualenv as a child of the repo is unusual, but works on my Windows 10. Tried on 2 systems, one on C: drive and the other on an H: drive; both have python 2.7 installed on C: drive. Did the .../moin-2.0/virtualenv/ directory get deleted somehow? You cloned from:?https://bitbucket.org/thomaswaldmann/moin-2.0 | | | | | | | | | | | thomaswaldmann / moin-2.0 ? Bitbucket Mirror of http://hg.moinmo.in/moin/2.0 (current unstable development repository) | | | | On Thursday, December 22, 2016 7:53 AM, Juven Zhong wrote: Hi all,I am setting up a moin2 instance from source code, steps as below:1. > c:\Python27\python.exe quickinstall virtualenv2. > m sample ?# to create a wiki3. > m runerror displayed, ?will be appreciate if any help on this. D:\git_repository\moin-2.0>m rund:\git_repository\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.? from flask.ext.cache import Cached:\git_repository\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: Importing flask.ext.themes is deprecated, use flask_themes instead.? from flask.ext.themes import setup_themesd:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask\exthook.py:106: ExtDeprecationWarning: Detected extension named flaskext.themes, please rename it to flask_themes. The old form is deprecated.? .format(x=modname), ExtDeprecationWarningd:\git_repository\moin-2.0\MoinMoin\i18n\__init__.py:22: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.? from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext2016-12-22 22:44:34,930 INFO MoinMoin.log:157 using logging configuration read from built-in fallback in MoinMoin.log module!2016-12-22 22:44:34,931 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code from d:\git_repository\moin-2.0\MoinMoin2016-12-22 22:44:35,913 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\MoinMoin\script\__init__.py:17: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead.2016-12-22 22:44:36,066 INFO MoinMoin.util.clock:45 timer create_app load config(0): 19.00ms2016-12-22 22:44:36,122 INFO MoinMoin.util.clock:45 timer create_app register(0): 56.00ms2016-12-22 22:44:36,124 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask_cache\__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled.2016-12-22 22:44:36,144 INFO MoinMoin.util.clock:45 timer create_app flask-cache(0): 20.00ms2016-12-22 22:44:36,210 INFO MoinMoin.util.clock:45 timer create_app init backends(0): 66.00ms2016-12-22 22:44:36,211 INFO MoinMoin.util.clock:45 timer create_app flask-babel(0): 1.00ms2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app flask-themes(0): 1.00ms2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app total(0): 173.00ms2016-12-22 22:44:36,240 INFO werkzeug:87 ?* Restarting with statd:\git_repository\moin-2.0\virtualenv\scripts\python.exe: can't open file 'D:\git_repository\moin-2.0\virtualenv\Scripts\moin': [Errno 2] No such file or directory _______________________________________________ moin-user mailing list moin-user at python.org https://mail.python.org/mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From juven.zhong at gmail.com Sat Dec 24 21:55:00 2016 From: juven.zhong at gmail.com (Juven Zhong) Date: Sun, 25 Dec 2016 10:55:00 +0800 Subject: [moin-user] Error encountered when run moin using latest code In-Reply-To: <817193914.1532590.1482505850309@mail.yahoo.com> References: <817193914.1532590.1482505850309@mail.yahoo.com> Message-ID: Hi Roger, Thank you for your response. I changed the virtual env to the up level of moin, the problem still exists. I have set up an instance in office, it works fine, but this instance at home is not working. the difference between these instance is the python version, in office is Python 2.7.10, at is Python 2.7.13, i don't think the python maintenance version affected this problem. any parameters could be used for get more log? (moin-2.0-venv-python) D:\git_repository\moin-2.0>m run d:\git_repository\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead. from flask.ext.cache import Cache d:\git_repository\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: Importing flask.ext.themes is deprecated, use flask_themes instead. from flask.ext.themes import setup_themes d:\git_repository\moin-2.0-venv-python\lib\site-packages\flask\exthook.py:106: ExtDeprecationWarning: Detected extension named flaskext.themes, please rename it to flask_themes. The old form is deprecated. .format(x=modname), ExtDeprecationWarning d:\git_repository\moin-2.0\MoinMoin\i18n\__init__.py:22: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead. from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext 2016-12-25 10:44:14,400 INFO MoinMoin.log:157 using logging configuration read from built-in fallback in MoinMoin.log module! 2016-12-25 10:44:14,598 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code from d:\git_repository\moin-2.0\MoinMoin 2016-12-25 10:44:21,187 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\MoinMoin\script\__init__.py:17: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead. 2016-12-25 10:44:22,358 INFO MoinMoin.util.clock:45 timer create_app load config(0): 181.00ms 2016-12-25 10:44:22,605 INFO MoinMoin.util.clock:45 timer create_app register(0): 247.00ms 2016-12-25 10:44:22,605 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0-venv-python\lib\site-packages\flask_cache\__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled. 2016-12-25 10:44:22,875 INFO MoinMoin.util.clock:45 timer create_app flask-cache(0): 268.00ms 2016-12-25 10:44:23,224 INFO MoinMoin.util.clock:45 timer create_app init backends(0): 349.00ms 2016-12-25 10:44:23,226 INFO MoinMoin.util.clock:45 timer create_app flask-babel(0): 0.00ms 2016-12-25 10:44:23,229 INFO MoinMoin.util.clock:45 timer create_app flask-themes(0): 1.00ms 2016-12-25 10:44:23,229 INFO MoinMoin.util.clock:45 timer create_app total(0): 1058.00ms 2016-12-25 10:44:23,638 INFO werkzeug:87 * Restarting with stat d:\git_repository\moin-2.0-venv-python\scripts\python.exe: can't open file 'D:\git_repository\moin-2.0-venv-python\Scripts\moin': [Errno 2] No such file or directory 2016-12-23 23:10 GMT+08:00 Roger Haase : > I cannot reproduce the problem. Creating the virtualenv as a child of the > repo is unusual, but works on my Windows 10. Tried on 2 systems, one on C: > drive and the other on an H: drive; both have python 2.7 installed on C: > drive. > > Did the .../moin-2.0/virtualenv/ directory get deleted somehow? > > You cloned from: *https://bitbucket.org/thomaswaldmann/moin-2.0 > * > > > > thomaswaldmann / moin-2.0 ? Bitbucket > Mirror of http://hg.moinmo.in/moin/2.0 (current unstable development > repository) > > > > > On Thursday, December 22, 2016 7:53 AM, Juven Zhong > wrote: > > > Hi all, > I am setting up a moin2 instance from source code, steps as below: > 1. > c:\Python27\python.exe quickinstall virtualenv > 2. > m sample # to create a wiki > 3. > m run > error displayed, will be appreciate if any help on this. > > D:\git_repository\moin-2.0>m run > d:\git_repository\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: > Importing flask.ext.cache is deprecated, use flask_cache instead. > from flask.ext.cache import Cache > d:\git_repository\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: > Importing flask.ext.themes is deprecated, use flask_themes instead. > from flask.ext.themes import setup_themes > d:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask\exthook.py:106: > ExtDeprecationWarning: Detected extension named flaskext.themes, please > rename it to flask_themes. The old form is deprecated. > .format(x=modname), ExtDeprecationWarning > d:\git_repository\moin-2.0\MoinMoin\i18n\__init__.py:22: > ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use > flask_babel instead. > from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext > 2016-12-22 22:44:34,930 INFO MoinMoin.log:157 using logging configuration > read from built-in fallback in MoinMoin.log module! > 2016-12-22 22:44:34,931 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 > code from d:\git_repository\moin-2.0\MoinMoin > 2016-12-22 22:44:35,913 WARNING MoinMoin.log:119 > d:\git_repository\moin-2.0\MoinMoin\script\__init__.py:17: > ExtDeprecationWarning: Importing flask.ext.script is deprecated, use > flask_script instead. > 2016-12-22 22:44:36,066 INFO MoinMoin.util.clock:45 timer create_app load > config(0): 19.00ms > 2016-12-22 22:44:36,122 INFO MoinMoin.util.clock:45 timer create_app > register(0): 56.00ms > 2016-12-22 22:44:36,124 WARNING MoinMoin.log:119 > d:\git_repository\moin-2.0\virtualenv\lib\site-packages\flask_cache\__init__.py:152: > UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively > disabled. > 2016-12-22 22:44:36,144 INFO MoinMoin.util.clock:45 timer create_app > flask-cache(0): 20.00ms > 2016-12-22 22:44:36,210 INFO MoinMoin.util.clock:45 timer create_app init > backends(0): 66.00ms > 2016-12-22 22:44:36,211 INFO MoinMoin.util.clock:45 timer create_app > flask-babel(0): 1.00ms > 2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app > flask-themes(0): 1.00ms > 2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app > total(0): 173.00ms > 2016-12-22 22:44:36,240 INFO werkzeug:87 * Restarting with stat > d:\git_repository\moin-2.0\virtualenv\scripts\python.exe: can't open file > 'D:\git_repository\moin-2.0\virtualenv\Scripts\moin': [Errno 2] No such > file or directory > > > _______________________________________________ > moin-user mailing list > moin-user at python.org > https://mail.python.org/mailman/listinfo/moin-user > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From crosseyedpenguin at yahoo.com Sun Dec 25 12:34:26 2016 From: crosseyedpenguin at yahoo.com (Roger Haase) Date: Sun, 25 Dec 2016 17:34:26 +0000 (UTC) Subject: [moin-user] Error encountered when run moin using latest code In-Reply-To: References: <817193914.1532590.1482505850309@mail.yahoo.com> Message-ID: <1274252386.217722.1482687267004@mail.yahoo.com> Sorry, still cannot reproduce. That git_repository does contain the Mercurial repo cloned from?https://bitbucket.org/thomaswaldmann/moin-2.0?, right? There are a few obsolete copies of Moin2 on Github put there for testing a while back, do not use those. It is not necessary to activate the vitual environment before doing "m run" but that should not matter. Here is the output I am getting running a fresh clone. Python is 2.7.11 loaded on C:; my freshly cloned moin2 repo is on H:\BB\moin-2.0, virtualenv is child of repo directory as you had it earlier, virtual-env is activated (not necessary). As far as I can tell, everything is similar up to the "Restarting with stat": ? ? (virtualenv) H:\BB\moin-2.0>m run? ? h:\bb\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.? ? ? from flask.ext.cache import Cache? ? h:\bb\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: Importing flask.ext.themes is deprecated, use flask_themes instead.? ? ? from flask.ext.themes import setup_themes? ? h:\bb\moin-2.0\virtualenv\lib\site-packages\flask\exthook.py:106: ExtDeprecationWarning: Detected extension named flaskext.themes, please rename it to flask_themes. The old form is deprecated.? ? ? .format(x=modname), ExtDeprecationWarning? ? h:\bb\moin-2.0\MoinMoin\i18n\__init__.py:22: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.? ? ? from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext? ? 2016-12-25 07:10:45,009 INFO MoinMoin.log:157 using logging configuration read from built-in fallback in MoinMoin.log module!? ? 2016-12-25 07:10:45,009 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code from h:\bb\moin-2.0\MoinMoin? ? 2016-12-25 07:10:51,562 WARNING MoinMoin.log:119 h:\bb\moin-2.0\MoinMoin\script\__init__.py:17: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead.? ? 2016-12-25 07:10:52,671 INFO MoinMoin.util.clock:45 timer create_app load config(0): 156.00ms? ? 2016-12-25 07:10:52,828 INFO MoinMoin.util.clock:45 timer create_app register(0): 141.00ms? ? 2016-12-25 07:10:52,828 WARNING MoinMoin.log:119 h:\bb\moin-2.0\virtualenv\lib\site-packages\flask_cache\__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled.? ? 2016-12-25 07:10:52,921 INFO MoinMoin.util.clock:45 timer create_app flask-cache(0): 93.00ms? ? 2016-12-25 07:10:53,140 INFO MoinMoin.util.clock:45 timer create_app init backends(0): 219.00ms? ? 2016-12-25 07:10:53,140 INFO MoinMoin.util.clock:45 timer create_app flask-babel(0): 0.00ms? ? 2016-12-25 07:10:53,155 INFO MoinMoin.util.clock:45 timer create_app flask-themes(0): 16.00ms? ? 2016-12-25 07:10:53,155 INFO MoinMoin.util.clock:45 timer create_app total(0): 641.00ms? ? 2016-12-25 07:10:53,328 INFO werkzeug:87 ?* Restarting with stat? ? h:\bb\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.? ? ? from flask.ext.cache import Cache? ? h:\bb\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: Importing flask.ext.themes is deprecated, use flask_themes instead.? ? ? from flask.ext.themes import setup_themes? ? h:\bb\moin-2.0\virtualenv\lib\site-packages\flask\exthook.py:106: ExtDeprecationWarning: Detected extension named flaskext.themes, please rename it to flask_themes. The old form is deprecated.? ? ? .format(x=modname), ExtDeprecationWarning? ? h:\bb\moin-2.0\MoinMoin\i18n\__init__.py:22: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.? ? ? from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext? ? 2016-12-25 07:10:53,953 INFO MoinMoin.log:157 using logging configuration read from built-in fallback in MoinMoin.log module!? ? 2016-12-25 07:10:53,953 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code from h:\bb\moin-2.0\MoinMoin? ? 2016-12-25 07:10:54,530 WARNING MoinMoin.log:119 h:\bb\moin-2.0\MoinMoin\script\__init__.py:17: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead.? ? 2016-12-25 07:10:54,608 INFO MoinMoin.util.clock:45 timer create_app load config(0): 16.00ms? ? 2016-12-25 07:10:54,640 INFO MoinMoin.util.clock:45 timer create_app register(0): 31.00ms? ? 2016-12-25 07:10:54,655 WARNING MoinMoin.log:119 h:\bb\moin-2.0\virtualenv\lib\site-packages\flask_cache\__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled.? ? 2016-12-25 07:10:54,655 INFO MoinMoin.util.clock:45 timer create_app flask-cache(0): 0.00ms? ? 2016-12-25 07:10:54,717 INFO MoinMoin.util.clock:45 timer create_app init backends(0): 47.00ms? ? 2016-12-25 07:10:54,717 INFO MoinMoin.util.clock:45 timer create_app flask-babel(0): 0.00ms? ? 2016-12-25 07:10:54,717 INFO MoinMoin.util.clock:45 timer create_app flask-themes(0): 0.00ms? ? 2016-12-25 07:10:54,717 INFO MoinMoin.util.clock:45 timer create_app total(0): 125.00ms? ? 2016-12-25 07:10:54,733 WARNING werkzeug:87 ?* Debugger is active!? ? 2016-12-25 07:10:54,765 INFO werkzeug:87 ?* Debugger pin code: 941-362-234? ? 2016-12-25 07:10:54,858 INFO werkzeug:87 ?* Running on http://127.0.0.1:8080/ (Press CTRL+C to quit) On Saturday, December 24, 2016 7:55 PM, Juven Zhong wrote: Hi Roger,?Thank you for your response. I changed the virtual env to the up level of moin, the problem still exists. I have set up an instance in office, it works fine, but this instance at home is not working. the difference between these instance is the python version, in office is Python 2.7.10, at is Python 2.7.13, i don't think the python maintenance version affected this problem. any parameters could be used for get more log? (moin-2.0-venv-python) D:\git_repository\moin-2.0>m rund:\git_repository\moin-2.0\MoinMoin\app.py:29: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.? from flask.ext.cache import Cached:\git_repository\moin-2.0\MoinMoin\app.py:30: ExtDeprecationWarning: Importing flask.ext.themes is deprecated, use flask_themes instead.? from flask.ext.themes import setup_themesd:\git_repository\moin-2.0-venv-python\lib\site-packages\flask\exthook.py:106: ExtDeprecationWarning: Detected extension named flaskext.themes, please rename it to flask_themes. The old form is deprecated.? .format(x=modname), ExtDeprecationWarningd:\git_repository\moin-2.0\MoinMoin\i18n\__init__.py:22: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.? from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext2016-12-25 10:44:14,400 INFO MoinMoin.log:157 using logging configuration read from built-in fallback in MoinMoin.log module!2016-12-25 10:44:14,598 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code from d:\git_repository\moin-2.0\MoinMoin2016-12-25 10:44:21,187 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\MoinMoin\script\__init__.py:17: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead.2016-12-25 10:44:22,358 INFO MoinMoin.util.clock:45 timer create_app load config(0): 181.00ms2016-12-25 10:44:22,605 INFO MoinMoin.util.clock:45 timer create_app register(0): 247.00ms2016-12-25 10:44:22,605 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0-venv-python\lib\site-packages\flask_cache\__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled.2016-12-25 10:44:22,875 INFO MoinMoin.util.clock:45 timer create_app flask-cache(0): 268.00ms2016-12-25 10:44:23,224 INFO MoinMoin.util.clock:45 timer create_app init backends(0): 349.00ms2016-12-25 10:44:23,226 INFO MoinMoin.util.clock:45 timer create_app flask-babel(0): 0.00ms2016-12-25 10:44:23,229 INFO MoinMoin.util.clock:45 timer create_app flask-themes(0): 1.00ms2016-12-25 10:44:23,229 INFO MoinMoin.util.clock:45 timer create_app total(0): 1058.00ms2016-12-25 10:44:23,638 INFO werkzeug:87 ?* Restarting with statd:\git_repository\moin-2.0-venv-python\scripts\python.exe: can't open file 'D:\git_repository\moin-2.0-venv-python\Scripts\moin': [Errno 2] No such file or directory 2016-12-23 23:10 GMT+08:00 Roger Haase : I cannot reproduce the problem.? Creating the virtualenv as a child of the repo is unusual, but works on my Windows 10. Tried on 2 systems, one on C: drive and the other on an H: drive; both have python 2.7 installed on C: drive. Did the .../moin-2.0/virtualenv/ directory get deleted somehow? You cloned from:?https://bitbucket.org/ thomaswaldmann/moin-2.0 | | | | | | | | | | | thomaswaldmann / moin-2.0 ? Bitbucket Mirror of http://hg.moinmo.in/moin/2.0 (current unstable development repository) | | | | On Thursday, December 22, 2016 7:53 AM, Juven Zhong wrote: Hi all,I am setting up a moin2 instance from source code, steps as below:1. > c:\Python27\python.exe quickinstall virtualenv2. > m sample ?# to create a wiki3. > m runerror displayed, ?will be appreciate if any help on this. D:\git_repository\moin-2.0>m rund:\git_repository\moin-2.0\ MoinMoin\app.py:29: ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.? from flask.ext.cache import Cached:\git_repository\moin-2.0\ MoinMoin\app.py:30: ExtDeprecationWarning: Importing flask.ext.themes is deprecated, use flask_themes instead.? from flask.ext.themes import setup_themesd:\git_repository\moin-2.0\ virtualenv\lib\site-packages\ flask\exthook.py:106: ExtDeprecationWarning: Detected extension named flaskext.themes, please rename it to flask_themes. The old form is deprecated.? .format(x=modname), ExtDeprecationWarningd:\git_repository\moin-2.0\ MoinMoin\i18n\__init__.py:22: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.? from flask.ext.babel import Babel, gettext, ngettext, lazy_gettext2016-12-22 22:44:34,930 INFO MoinMoin.log:157 using logging configuration read from built-in fallback in MoinMoin.log module!2016-12-22 22:44:34,931 INFO MoinMoin.log:162 Running MoinMoin 2.0.0a0 code from d:\git_repository\moin-2.0\ MoinMoin2016-12-22 22:44:35,913 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\ MoinMoin\script\__init__.py: 17: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead.2016-12-22 22:44:36,066 INFO MoinMoin.util.clock:45 timer create_app load config(0): 19.00ms2016-12-22 22:44:36,122 INFO MoinMoin.util.clock:45 timer create_app register(0): 56.00ms2016-12-22 22:44:36,124 WARNING MoinMoin.log:119 d:\git_repository\moin-2.0\ virtualenv\lib\site-packages\ flask_cache\__init__.py:152: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled.2016-12-22 22:44:36,144 INFO MoinMoin.util.clock:45 timer create_app flask-cache(0): 20.00ms2016-12-22 22:44:36,210 INFO MoinMoin.util.clock:45 timer create_app init backends(0): 66.00ms2016-12-22 22:44:36,211 INFO MoinMoin.util.clock:45 timer create_app flask-babel(0): 1.00ms2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app flask-themes(0): 1.00ms2016-12-22 22:44:36,214 INFO MoinMoin.util.clock:45 timer create_app total(0): 173.00ms2016-12-22 22:44:36,240 INFO werkzeug:87 ?* Restarting with statd:\git_repository\moin-2.0\ virtualenv\scripts\python.exe: can't open file 'D:\git_repository\moin-2.0\ virtualenv\Scripts\moin': [Errno 2] No such file or directory ______________________________ _________________ moin-user mailing list moin-user at python.org https://mail.python.org/ mailman/listinfo/moin-user -------------- next part -------------- An HTML attachment was scrubbed... URL: