<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Mick,<div class=""><br class=""></div><div class="">according to the data you sent it seems to be related to the QtAccessability stuff. I am not doing anything related to that in eric. Did you try to create a Python virtual environment and install eric in there?</div><div class=""><br class=""></div><div class="">python3 -m venv ~/eric_env</div><div class="">~/eric_env/bin/python3 -m pip install eric-ide<br class=""><div><br class=""></div><div>That would grab PyQt5 and related packages from PyPI and circumvent possible issues with the distribution packages.</div><div><br class=""></div><div>Regards,</div><div>Detlev</div><div><br class=""><blockquote type="cite" class=""><div class="">Am 02.08.2020 um 18:33 schrieb Mick Sulley <<a href="mailto:mick@sulley.info" class="">mick@sulley.info</a>>:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Detlev,<br class=""><br class="">Thanks for getting back to me.  Yes the Mint 20 version is old but I had installed following the Eric script anyway and was on 20.7.<br class=""><br class="">I have just tried the script again, still on 20.7 so I removed it and ran the script again and I now have 20.8.  I repeated the test and it still crashes in the same way.  I ran from a terminal, this is the terminal output -<br class=""><br class="">mick@Mint20Desk ~/eric_env/bin $ ./eric6<br class="">Warning: translation file 'qscintilla_en_GB'could not be loaded.<br class="">Using default.<br class="">BackgroundService listening on: 45131<br class="">qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x33bfbb0 name="" role=Client obj=QLineEdit(0x33d0260)"focusable|invisible")<br class="">qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface:  QAccessibleInterface(0x33bfbb0 name="" role=Client obj=QLineEdit(0x33d0260)"focusable|invisible")<br class="">free(): invalid pointer<br class="">Aborted (core dumped)<br class="">mick@Mint20Desk ~/eric_env/bin $<br class=""><br class=""><br class="">Mick<br class=""><br class="">On 02/08/2020 10:40, Detlev Offenbach wrote:<br class=""><blockquote type="cite" class="">Hi,<br class=""><br class="">as far as I know, Mint 20 contains an eric version that is around 6 months old. The recommended first step would be to upgrade to the latest release (that is 20.8 released yesterday). Step 2 would be to check, if the installed PyQt5 and QScintilla packages are compatible. Step 3 would be to create a virtual Python environment and installe eric in there with PyQt5 and QScintilla packages from PyPI. The eric installation script will do this.<br class=""><br class="">Regards,<br class="">Detlev<br class=""><br class="">Am 01.08.20 um 23:08 schrieb Mick Sulley:<br class=""><blockquote type="cite" class="">I tried to report this via Help > Report Bug,  but failed to get it to authorise.<br class=""><br class=""><br class="">Running on Linux Mint 20 Cinnamon.<br class="">I open Eric6, open an existing program, open a new program, then copy the first line from the existing program into the new program.  That line is<br class="">#!/usr/bin/python3<br class="">I then add a blank line and on the next line type<br class=""># sensor_rea<br class="">after I have types the 'a' and before I can type the rest of the word the program crashes.  I have done it several times and it is repeatable.<br class="">I ran it from a terminal and this is the terminal output -<br class="">mick@Mint20Desk ~/eric_env/bin $ ./eric6<br class="">Warning: translation file 'qscintilla_en_GB'could not be loaded.<br class="">Using default.<br class="">BackgroundService listening on: 39589<br class="">qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface: QAccessibleInterface(0x1e887b0 name="" role=Client obj=QLineEdit(0x1eaa620)"focusable|invisible")<br class="">qt.accessibility.atspi: Sending TextCaretMoved from object that does not implement text interface: QAccessibleInterface(0x1e887b0 name="" role=Client obj=QLineEdit(0x1eaa620)"focusable|invisible")<br class="">free(): invalid pointer<br class="">Aborted (core dumped)<br class="">mick@Mint20Desk ~/eric_env/bin $<br class=""><br class="">Please let me know if you need any further info, happy to help if I can.<br class="">Mick<br class=""><br class=""></blockquote></blockquote></div></div></blockquote></div><br class=""><div class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div class="">Detlev Offenbach</div><div class=""><a href="mailto:detlev@die-offenbachs.de" class="">detlev@die-offenbachs.de</a></div><div class=""><br class=""></div></span><br class="Apple-interchange-newline">

</div>
<br class=""></div></body></html>