[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "Work in progress, this does not actually run" seems to
be a debdiff.  The ubuntu-sponsors team has been subscribed to the bug
report so that they can review and hopefully sponsor the debdiff.  If
the attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-18 Thread Peter Bienstman
It's a waste of time trying to convert Mnemosyne 2.2.1 to Qt5 when that
work has already been done in Mnemosyne 2.4 (took me several months).

It's probably a better idea to work on packaging 2.4, currently in beta.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-18 Thread themusicgod1
@david: easier said than done.  There are hundreds of these little
changes and a few bigger changes between Qt4->5, including

* a change to the way that "slots" work that is not very intuitive to
transfer over how the code works mnemosyne/pyqt_ui/ui_main_wdgt.py

* there's a binary blob in  mnemosyne/pyqt_ui/mnemosyne_rc.py that
server knows what it's going to take to convert it

* For some reason 'question' isn't getting defined in ReviewWdgt, but
maybe that's just my particular changes that are doing this(?)

** Patch added: "Work in progress, this does not actually run"
   
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+attachment/4763529/+files/wip.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-17 Thread Bug Watch Updater
** Changed in: mnemosyne (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-17 Thread David Oftedal
Thanks, themusicgod1! That seems like a nice fix as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-16 Thread themusicgod1
According to

http://stackoverflow.com/questions/37604532/python-2-7-11-importerror-
cannot-import-name-qtwebkit-kali-linux-debian-8

an alternative to including an older version of PyQt4 is a code change
in this older version of mnemosyne to Qt5.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-16 Thread David Oftedal
Temporary fix:

1. Add the Xenial repositories to /etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu/ xenial universe
deb http://archive.ubuntu.com/ubuntu/ xenial-updates universe


2. apt-get update

3. Install older version of PyQt4

apt-get install python-qt4=4.11.4+dfsg-1build4 python-qt4-sql=4.11.4
+dfsg-1build4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-16 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #825887
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825887

** Also affects: mnemosyne (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825887
   Importance: Unknown
   Status: Unknown

** Changed in: mnemosyne (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-16 Thread David Oftedal
"Some PyQt4 applications fail to start in Yakkety due to missing QtWebKit"
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/1633819

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-15 Thread David Oftedal
See also:
https://bugs.launchpad.net/ubuntu/+source/anki/+bug/1633737 Anki fails to start 
in Yakkety due to missing QtWebKit
https://bugs.launchpad.net/ubuntu/+source/spyder/+bug/1620300 Spyder won't start

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-15 Thread David Oftedal
** Also affects: anki (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: spyder (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: spyder (Ubuntu)

** No longer affects: anki (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-15 Thread David Oftedal
This bug doesn't concern Mnemosyne 2.4, though, it concerns the package that's 
available from Ubuntu repositories in Ubuntu 16.10.
That package doesn't work when installed on the system.

** Changed in: mnemosyne (Ubuntu)
   Status: Fix Committed => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633725] Re: Mnemosyne fails to start in Yakkety due to missing QtWebKit

2016-10-15 Thread Peter Bienstman
You need to upgrade to Mnemosyne 2.4 (currently in beta, see our google
groups forum) for Qt5 support

** Changed in: mnemosyne (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633725

Title:
  Mnemosyne fails to start in Yakkety due to missing QtWebKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mnemosyne/+bug/1633725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs