Re: problem installing eric

2021-09-25 Thread Dmitry Shachnev
Hi Enzo!

On Sat, Sep 18, 2021 at 10:32:38AM -0400, Enzo Guerra wrote:
> i have bullseye
>
> i installed eric
>
> i launched eric from menu, got splash screen (small image) for a second,
> but it failed
>
> i launched eric from terminal and got the following warnings/errors:
>
> Warning: translation file 'qscintilla_en_CA'could not be loaded.
> Using default.
> BackgroundService listening on: 40891
> Could not find QtWebEngineProcess
> Aborted
>
> i tried looking for qscintilla_en_CA (searched / for qscintilla_, few
> files showed up but no qscintilla_en_CA or qscintilla_en_US
>
> i found QtWebEngineProcess in /lib/x86_64-linux-gnu/qt5/libexec but not
> sure how to fix

Please make sure that you don’t have Qt or PyQt installations other than
the one from Debian packages. You can check that by running python3 command
and typing this:

>>> import PyQt5
>>> print(PyQt5.__path__)

If the output is different from ['/usr/lib/python3/dist-packages/PyQt5'],
then you have an installation that is conflicting with distro packages and
removing it will most likely resolve the problem.

Also you can try to look where PyQt expects the executables to be:

>>> from PyQt5.QtCore import QLibraryInfo
>>> QLibraryInfo.location(QLibraryInfo.LibraryExecutablesPath)

In any case, this command should also help:

  export QTWEBENGINEPROCESS_PATH=/usr/lib/x86_64-linux-gnu/qt5/libexec

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#995052: ITP: python-suitesparse-graphblas -- Python CFFI binding around SuiteSparse:GraphBLAS

2021-09-25 Thread Vincent Prat
Package: wnpp
X-Debbugs-Cc: debian-python@lists.debian.org,
debian-scie...@lists.debian.org
Owner: Vincent Prat 
Severity: wishlist

* Package name    : python-suitesparse-graphblas
  Version : 5.1.7.0
  Upstream Author : Michel Pelletier , James
Kitchen , Erik Welch 
* URL :
https://github.com/GraphBLAS/python-suitesparse-graphblas
* License : Apache License 2.0
  Programming Lang: Python
  Description : Python CFFI binding around SuiteSparse:GraphBLAS

This is a base package that exposes only the low level CFFI API bindings
and symbols.
This package is shared by the syntax bindings pygraphblas and grblas.

This package is a dependency for pygraphblas, which I use.

I plan to maintain it inside the Science Team.
I am not looking for co-maintainers and I do not need a sponsor.