Re: [mezzanine-users] Re: Upgrading from 4.1 to 4.2 fails

2016-11-10 Thread Ryne Everett
I followed the installation docs
(http://mezzanine.jupo.org/docs/overview.html#installation), went to the
default pages, and was able to add subpages no problem.


On 11/10/2016 04:09 AM, Gerhard Spitzlsperger wrote:
> Hi Ryne,
>
> thanks for your quick answer. I tried again with a fresh install, for
> me it does not fix the issue. I have installed as well
> django-modeltranslation and mezzanine-pagedown.
> It works under 4.1 could you please let me know what you  exactly do.
>
> Thank you very much
> Gerhard
>
>
>
> Am Mittwoch, 14. September 2016 12:26:26 UTC+2 schrieb Gerhard
> Spitzlsperger:
>
> Dear All,
>
> I tried to upgrade mezzanine from 4.1 to 4.2 and the system
> crashed. As I did not find somethin different I did a naive pip3
> --upgrade. I tried to sites (one pretty fresh created under 4.1)
>
> both sites are deployed using apache2.4 and mod_wsgi
>
> after downgrading again to 4.1 everything worked.
>
> Thanks a lot for any hint
> Gerhard
>
> Traceback (most recent call last):
> [:error] [pid 9181] [remote ...:40070]   File
> "/home/django/mezzanine/blueberrye/blueberrye/wsgi.py", line 29,
> in 
> [:error] [pid 9181] [remote ...:40070] application =
> get_wsgi_application()
> [:error] [pid 9181] [remote ...:40070]   File
> "/home/django/mezzanine/lib/python3.4/site-packages/django/core/wsgi.py",
> line 13, in get_wsgi_application
> [:error] [pid 9181] [remote ...:40070]
> django.setup(set_prefix=False)
> [:error] [pid 9181] [remote ...:40070]   File
> "/home/django/mezzanine/lib/python3.4/site-packages/django/__init__.py",
> line 27, in setup
> [:error] [pid 9181] [remote ...:40070]
> apps.populate(settings.INSTALLED_APPS)
> [:error] [pid 9181] [remote ...:40070]   File
> 
> "/home/django/mezzanine/lib/python3.4/site-packages/django/apps/registry.py",
> line 78, in populate
> [:error] [pid 9181] [remote ...:40070] raise
> RuntimeError("populate() isn't reentrant")
> [:error] [pid 9181] [remote ...:40070] RuntimeError: populate()
> isn't reentrant
> [[:info] [pid 9181] mod_wsgi (pid=9181): Shutdown requested
> 'blueberrye.cc'.
> [:info] [pid 9181] mod_wsgi (pid=9181): Stopping process
> 'blueberrye.cc'.
> [:info] [pid 9181] mod_wsgi (pid=9181): Destroying interpreters.
> [:info] [pid 9181] mod_wsgi (pid=9181): Destroy interpreter
> 'blueberrye.cc|'.
> [:error] [pid 9181] Exception ignored in:  '/usr/lib/python3.4/threading.py'>
> [:error] [pid 9181] Traceback (most recent call last):
> [:error] [pid 9181]   File "/usr/lib/python3.4/threading.py", line
> 1288, in _shutdown
> [:error] [pid 9181] assert tlock is not None
> [:error] [pid 9181] AssertionError:
> [:info] [pid 9181] mod_wsgi (pid=9181): Cleanup interpreter ''.
> [:info] [pid 9181] mod_wsgi (pid=9181): Terminating Python.
> [:error] [pid 9181] Exception ignored in:  '/usr/lib/python3.4/threading.py'>
> [:error] [pid 9181] Traceback (most recent call last):
> [:error] [pid 9181]   File "/usr/lib/python3.4/threading.py", line
> 1288, in _shutdown
> [:error] [pid 9181] assert tlock is not None
> AssertionError:
>
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to mezzanine-users+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Norwegian translation of Mezzanine

2016-11-10 Thread Stephen McDonald
You can just submit translations as PRs on Github

Thanks

On Fri, Oct 21, 2016 at 7:56 PM,  wrote:

> Hello, I'd like to help improve the Norwegian translation of Mezzanine as
> I'm using Mezzanine for several Norwegian projects. I sent Sebastián
> Ramírez Magrí a request to join the translation team at Transifex about a
> month ago, and a personal message two weeks after that, but I still haven't
> heard anything. Is there anything else I can do to be able to help out with
> the translation? -- Simen
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Best way to install mezzanine as an app?

2016-11-10 Thread Melvin David Ramos Macías
Hey Kenneth,

What do you mean when you say legacy projects?

El miércoles, 2 de noviembre de 2016, 9:31:19 (UTC-4), Kenneth Bolton 
escribió:
>
> Hi Melvin,
>
> The approach I take is to create a new Mezzanine project and install the 
> legacy project's applications into the new Mezzanine project, finally 
> merging the settings.py files with Mezzanine's taking precedence.
>
> hth!
>
> -ken
>
> On Wed, Nov 2, 2016 at 9:14 AM, Melvin Ramos  > wrote:
>
>> Hello Mezzanine community,
>>
>> I hope you are all well.
>>
>> I'm looking for the best way to have mezzanine as an app instead of being 
>> a virtualenv package.
>>
>> I know there is a question in the FAQ section but it really doesn't help 
>> say much about it, or at least is not that clear to me.
>>
>> If you can help me out with this, I would really appreciate it.
>>
>> Regards,
>>
>> Melvin
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Mezzanine Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to mezzanine-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] Re: Upgrading from 4.1 to 4.2 fails

2016-11-10 Thread Gerhard Spitzlsperger
Hi Ryne,

thanks for your quick answer. I tried again with a fresh install, for me it 
does not fix the issue. I have installed as well django-modeltranslation 
and mezzanine-pagedown.
It works under 4.1 could you please let me know what you  exactly do.

Thank you very much
Gerhard



Am Mittwoch, 14. September 2016 12:26:26 UTC+2 schrieb Gerhard 
Spitzlsperger:
>
> Dear All,
>
> I tried to upgrade mezzanine from 4.1 to 4.2 and the system crashed. As I 
> did not find somethin different I did a naive pip3 --upgrade. I tried to 
> sites (one pretty fresh created under 4.1)
>
> both sites are deployed using apache2.4 and mod_wsgi
>
> after downgrading again to 4.1 everything worked.
>
> Thanks a lot for any hint
> Gerhard
>
> Traceback (most recent call last):
> [:error] [pid 9181] [remote ...:40070]   File 
> "/home/django/mezzanine/blueberrye/blueberrye/wsgi.py", line 29, in 
> [:error] [pid 9181] [remote ...:40070] application = 
> get_wsgi_application()
> [:error] [pid 9181] [remote ...:40070]   File 
> "/home/django/mezzanine/lib/python3.4/site-packages/django/core/wsgi.py", 
> line 13, in get_wsgi_application
> [:error] [pid 9181] [remote ...:40070] django.setup(set_prefix=False)
> [:error] [pid 9181] [remote ...:40070]   File 
> "/home/django/mezzanine/lib/python3.4/site-packages/django/__init__.py", 
> line 27, in setup
> [:error] [pid 9181] [remote ...:40070] 
> apps.populate(settings.INSTALLED_APPS)
> [:error] [pid 9181] [remote ...:40070]   File 
> "/home/django/mezzanine/lib/python3.4/site-packages/django/apps/registry.py", 
> line 78, in populate
> [:error] [pid 9181] [remote ...:40070] raise RuntimeError("populate() 
> isn't reentrant")
> [:error] [pid 9181] [remote ...:40070] RuntimeError: populate() isn't 
> reentrant
> [[:info] [pid 9181] mod_wsgi (pid=9181): Shutdown requested 
> 'blueberrye.cc'.
> [:info] [pid 9181] mod_wsgi (pid=9181): Stopping process 'blueberrye.cc'.
> [:info] [pid 9181] mod_wsgi (pid=9181): Destroying interpreters.
> [:info] [pid 9181] mod_wsgi (pid=9181): Destroy interpreter 
> 'blueberrye.cc|'.
> [:error] [pid 9181] Exception ignored in:  '/usr/lib/python3.4/threading.py'>
> [:error] [pid 9181] Traceback (most recent call last):
> [:error] [pid 9181]   File "/usr/lib/python3.4/threading.py", line 1288, 
> in _shutdown
> [:error] [pid 9181] assert tlock is not None
> [:error] [pid 9181] AssertionError: 
> [:info] [pid 9181] mod_wsgi (pid=9181): Cleanup interpreter ''.
> [:info] [pid 9181] mod_wsgi (pid=9181): Terminating Python.
> [:error] [pid 9181] Exception ignored in:  '/usr/lib/python3.4/threading.py'>
> [:error] [pid 9181] Traceback (most recent call last):
> [:error] [pid 9181]   File "/usr/lib/python3.4/threading.py", line 1288, 
> in _shutdown
> [:error] [pid 9181] assert tlock is not None
> AssertionError: 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.