LyX ⇒ Python update = LyX crashing
Python update = LyX crashing
Anyone having a similar problem? Anyone know a workaround?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Python update = LyX crashing
When I start it up using a terminal it does give some error message but I can't remember what, it says something about 'you found a bug' and how to report it but that causes LyX to crash as well.
I will get a more detailed error report and post that.
Python update = LyX crashing
Code: Select all
QPaintEngine::setSystemClip: Should not be changed while engine is activeQPaintEngine::setSystemClip: Should not be changed while engine is activeQWidgetPrivate::beginSharedPainter: Painter is already activeQWidgetPrivate::endSharedPainter: Attempting to end a null painterQPaintEngine::setSystemClip: Should not be changed while engine is activeQPaintEngine::setSystemClip: Should not be changed while engine is activeQWidgetPrivate::beginSharedPainter: Painter is already activelyx: SIGSEGV signal caughtSorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction and send us a bug report, if necessary. Thanks !Bye.Aborted
Re: Python update = LyX crashing
-
- Posts: 1
- Joined: Wed Jun 11, 2008 6:14 pm
Python update = LyX crashing
There's a solution: https://bugs.launchpad.net/ubuntu/+sour ... bug/228067.
To put it in a nutshell:
1. Disable the backports updates (unsupported) in the update manager
2. apt-get remove libqt4-dbus libqt4-test libqtcore4 libqt4-xml libqtgui4 libqt4-network libqt4-script libqt4-opengl libqt4-svg libqt4-assistant
3 apt-get clean
(! removes all previously downloaded deb files from /var/cache/apt/archives)
4. apt-get install --reinstall libqt4-gui libqt4-core
5. Check, if everything went fine:
apt-get -f install or
dpkg --configure -a