Добрый день!
Ubuntu 20.04, CudaText 1.152.0.2
После запуска сообщение
NOTE: No Python 3 engine found. Python plugins don't work now. To fix this:
* write "pylib__linux" to user.json. Read about "pylib" in "Options / Settings-default".
* or use the menu item "Plugins / Python engine was not found; find it..."
~$ find /usr -name 'libpython3.*so*' 2>/dev/null
/usr/lib/x86_64-linux-gnu/libpython3.8.so.1
/usr/lib/x86_64-linux-gnu/libpython3.8.so
/usr/lib/x86_64-linux-gnu/libpython3.8.so.1.0
/usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.so
user.json:
{
"pylib__linux" : "/usr/lib/x86_64-linux-gnu/libpython3.8.so.1.0",
"ui_theme" : "green",
"ui_theme_syntax" : "green",
"ui_toolbar_show" : true,
}
Та же для ошибка для
"pylib__linux" : "/usr/lib/x86_64-linux-gnu/libpython3.8.so",
"pylib__linux" : "/usr/lib/x86_64-linux-gnu/libpython3.8.so.1"
(Поиском искал, не нашел рекомендаций)
Что посоветуете?
CudaText: No Python 3 engine found в Ubuntu 20.04
-
- Posts: 2245
- Joined: 25.08.2021 18:15
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Добрый вечер!
Snap-пакет не работает.
Download CudaText latest release
https://www.fosshub.com/CudaText.html
CudaText linux x64 qt5 deb также не работает
Работает CudaText linux x64 qt5 deb
Вот ссылка на загрузку https://www.fosshub.com/CudaText.html?d ... _amd64.deb
Поиск Меню- Plugins / Find python library нашел библиотеку.
Появился Plugin Installer.
Очень удобно.
Спасибо авторам!
5/4/22 исправил опечатку
Snap-пакет не работает.
Download CudaText latest release
https://www.fosshub.com/CudaText.html
CudaText linux x64 qt5 deb также не работает
Работает CudaText linux x64 qt5 deb
Вот ссылка на загрузку https://www.fosshub.com/CudaText.html?d ... _amd64.deb
Поиск Меню- Plugins / Find python library нашел библиотеку.
Появился Plugin Installer.
Очень удобно.
Спасибо авторам!
5/4/22 исправил опечатку
наРаботает CudaText linux x64 qt5 deb
Вот ссылка на загрузку https://www.fosshub.com/CudaText.html?d ... _amd64.deb
Работает CudaText linux x64 gtk deb
Вот ссылка на загрузку https://www.fosshub.com/CudaText.html?d ... _amd64.deb
Last edited by mix-7 on 05.04.2022 19:35, edited 1 time in total.
-
- Posts: 2245
- Joined: 25.08.2021 18:15
что-то не то у вас с системе с file permissions. наверно.
надо чтобы все промежуточные папки в пути из pylib__linux были доступны. +x+r. и сам файл .so был доступен (атрибут +x+r).
https://wiki.lazarus.freepascal.org/Cud ... _Qt5_build
надо чтобы все промежуточные папки в пути из pylib__linux были доступны. +x+r. и сам файл .so был доступен (атрибут +x+r).
ему еще либы нужны от qt5,CudaText linux x64 qt5 deb также не работает
https://wiki.lazarus.freepascal.org/Cud ... _Qt5_build
I got the same problem in Lubuntu 23.04 and fixed it like this:
Open Options > Settings - User and add this line:
Code: Select all
$ find /usr -name 'libpython3.*so*' 2>/dev/null
/usr/lib/x86_64-linux-gnu/libpython3.11.so.1.0
/usr/lib/x86_64-linux-gnu/libpython3.11.so.1
/usr/lib/python3.11/config-3.11-x86_64-linux-gnu/libpython3.11.so
Code: Select all
"pylib__linux" : "/usr/lib/x86_64-linux-gnu/libpython3.11.so.1.0"