It seems I was in fact doing that (with 3.7). Is there something about
3.7 android up that will allow me to skip the Archiving old logs feature?

Best,

Neil

On 04/10/2017 01:06 PM, Peter Bienstman wrote:
> Hi,
>
> Make sure you are using the latest Mnemosyne from Google Play on your phone.
>
> Cheers,
>
> Peter
>
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of 
> [email protected]
> Sent: 09 April 2017 15:01
> To: mnemosyne-proj-users <[email protected]>
> Subject: Re: [mnemosyne-proj-users] Re: Mnemosyne 2.4.1 released
>
> Actually, 
>
> After trying installing python3 dependencies in a few more creative ways I 
> got it to work.  However, I am now trying to sync my progress on my old phone 
> with my newly fixed program, so I can sync those cards with my new phone, and 
> I am encountering an indefinite "Archiving old logs" screen.   How do I skip 
> the "Archiving old logs" feature so I can sync?
>  
>
> On Sunday, April 9, 2017 at 11:54:45 AM UTC+5:45, Neil Horning wrote:
>> Thanks.  I tried that. Now I get this error:
>>
>> Traceback (innermost last):
>>   File "/usr/local/bin/mnemosyne", line 4, in <module>
>>     __import__('pkg_resources').run_script('Mnemosyne==2.4.1', 'mnemosyne')
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 719, 
>> in run_script
>>     self.require(requires)[0].run_script(script_name, ns)
>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 
>> 1511, in run_script
>>     exec(script_code, namespace, namespace)
>>   File 
>> "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4.1-py3.5.egg/EGG-
>> INFO/scripts/mnemosyne", line 138, in <module>
>>  ImportError: cannot import name 'QtWebEngineWidgets'
>>
>>
>> On Sunday, February 5, 2017 at 11:49:44 AM UTC+5:45, Peter Bienstman wrote:
>>> Sudo pip3 install PyQt5 is your friend ☺
>>>
>>>
>>>
>>> Cheers,
>>>
>>>
>>>
>>> Peter
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> From: [email protected]
>>>
>>> Sent: 5 Feb 2017 06:59
>>>
>>> To: mnemosyne-proj-users
>>>
>>> Subject: [mnemosyne-proj-users] Re: Mnemosyne 2.4.1 released
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> An unexpected error has occurred.
>>>
>>> Please forward the following info to the developers:
>>>
>>>
>>>
>>> Traceback (innermost last):
>>>
>>>   File "/usr/local/bin/mnemosyne", line 4, in <module>
>>>
>>>     __import__('pkg_resources').run_script('Mnemosyne==2.4.1', 
>>> 'mnemosyne')
>>>
>>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", 
>>> line 719, in run_script
>>>
>>>     self.require(requires)[0].run_script(script_name, ns)
>>>
>>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", 
>>> line 1511, in run_script
>>>
>>>     exec(script_code, namespace, namespace)
>>>
>>>   File 
>>> "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4.1-py3.5.egg/EG
>>> G-INFO/scripts/mnemosyne", line 138, in <module>
>>>
>>>  ImportError: cannot import name 'QtWebEngineWidgets'
>>>
>>> An unexpected error has occurred.
>>>
>>> Please forward the following info to the developers:
>>>
>>>
>>>
>>> Traceback (innermost last):
>>>
>>>   File "/usr/local/bin/mnemosyne", line 4, in <module>
>>>
>>>     __import__('pkg_resources').run_script('Mnemosyne==2.4.1', 
>>> 'mnemosyne')
>>>
>>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", 
>>> line 719, in run_script
>>>
>>>     self.require(requires)[0].run_script(script_name, ns)
>>>
>>>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", 
>>> line 1511, in run_script
>>>
>>>     exec(script_code, namespace, namespace)
>>>
>>>   File 
>>> "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4.1-py3.5.egg/EG
>>> G-INFO/scripts/mnemosyne", line 138, in <module>
>>>
>>>  ImportError: cannot import name 'QtWebEngineWidgets'
>>>
>>>
>>>
>>> On Tuesday, January 31, 2017 at 12:23:55 AM UTC+5:45, Peter Bienstman wrote:
>>>
>>>> http://mnemosyne-proj.org/download-mnemosyne.php
>>>> (Sourceforge , where the downloads are hosted, seems to be having 
>>>> some issues, but I guess those will be resolved soon...)
>>>> (Note for Windows 7 users: if you run into problems related to
>>>> missing api-ms-win-crt-runtime-l1-1-0-dll make sure your machine
>>>> has the latest Windows patches and/or download this:
>>>> https://www.microsoft.com/en-us/download/details.aspx?id=48145
>>>> This might also help with other hard crashes.
>>>> Additionally, if you see a black screen, start Mnemosyne with the
>>>> --qt-opengl=desktop command line argument.)
>>>> Mnemosyne 2.4.1 : 2017-01-30
>>>> -Updated to PyQt 5.7.1.
>>>> -Fix broken cramming plugin (reported by stevengeorg). 
>>>> -Fix encoding problems with import and export (reported by 
>>>> register2,
>>>>   MarcoP, abacus).
>>>> -Improve subdirectory handling (reported by abacus, duncantaylor). 
>>>> -Make configuration storing more thread-safe.
>>>> -Warn if an old plugin needs to be updated. 
>>>> -Location and size of 'Add cards' window is saved again (reported 
>>>> by
>>>>   David Schuler).
>>>> -Fix removing tags through card browser (reported by bvauquelin).
>>>> -Fix loss of keyboard focus when switching back to the main window
>>>>   (reported by Jan Egil Hagen and Dan Schmidt).
>>>> -Fixed crash in card browser when working with forbidden tags
>>>>   (reported by Benjamin Brueck). 
>>>> -Fix autoscaling of Q and A sometimes not working under Linux.
>>>> -Fix error related missing idna encoding when starting server
>>>>   (reported by Andrea Giordano).
>>>> -Fix error related to upgrading from very old databases (reported 
>>>> by
>>>>   David Schuler)
>>>> -Fix for latest version of cherrypy unbundling its WSGIserver
>>>>   (reported by Aramís Concepción Durán). 
>>>> -New command line option "--qt-opengl" which can be set to either
>>>>   'desktop', 'angle' or 'software', which you can play around with 
>>>> if
>>>>   you have display issues.
>>>
>>>
>>> --
>>>
>>> You received this message because you are subscribed to the Google Groups 
>>> "mnemosyne-proj-users" group.
>>>
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to [email protected].
>>>
>>> To post to this group, send email to [email protected].
>>>
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/mnemosyne-proj-users/af316671-e405-456f-af16-0dc4b4ad93f5%40googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/d/optout.
> --
> You received this message because you are subscribed to the Google Groups 
> "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/mnemosyne-proj-users/891c5ad0-05af-4099-a059-3debf94c463e%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/50d08f5a-2ef9-89c2-47ec-41cc87d6f182%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to