Symbolic link needed in LMDE 64-bit
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- linux, python
- Domain
- operating-systems
Research direction
Start by reproducing nemo -q && nemo on a 64-bit LMDE system and inspect how the Python 2.7 shared library is located. Determine whether the missing /usr/lib64/libpython2.7.so.1.0 link belongs in the project or the distribution packaging; done means Nemo's Python extensions initialize without the manual symlink.
Written by the indexing model from the issue text.
Description
Was getting this error:
$ nemo -q && nemo
(nemo:14007): Nemo-Python-WARNING **: g_module_open libpython failed: /usr/lib64/libpython2.7.so.1.0: cannot open shared object file: No such file or directory
ImportError: could not import gobject (error was: '/usr/lib/libpyglib-gi-2.0-python2.7.so.0: undefined symbol: _Py_ZeroStruct')
(nemo:14007): Nemo-Python-WARNING **: pygobject initialization failed
(nemo:14007): Nemo-Python-WARNING **: nemo_python_init_python failed
(nemo:14013): Nemo-Python-WARNING **: g_module_open libpython failed: /usr/lib64/libpython2.7.so.1.0: cannot open shared object file: No such file or directory
ImportError: could not import gobject (error was: '/usr/lib/libpyglib-gi-2.0-python2.7.so.0: undefined symbol: _Py_ZeroStruct')
(nemo:14013): Nemo-Python-WARNING **: pygobject initialization failed
(nemo:14013): Nemo-Python-WARNING **: nemo_python_init_python failed
Needed to:
$ sudo mkdir -p /usr/lib64
$ sudo ln -s /usr/lib/libpython2.7.so.1.0 /usr/lib64/libpython2.7.so.1.0
- Dominant language
- C
- Stars
- 486
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from linuxmint/nemo-extensions
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
linuxmint/nemo-extensions#590 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
linuxmint/nemo-extensions#592 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
linuxmint/nemo-extensions#588 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 50/100
linuxmint/nemo-extensions#587 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 74/100
linuxmint/nemo-extensions#586 ·
All issues in linuxmint/nemo-extensions
Similar issues
-
[adam] AdamNet network read doesn't cap to MAX_ADAM_PACKET_LEN, overflows client receive buffers Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
FujiNetWIFI/fujinet-firmware#1649 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
HarbourMasters/Shipwright#7229 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
riscv-software-src/riscv-isa-sim#2435 · 1 comment ·
-
bug Self Built Image SNAPSHOT Supported Device target/ramips
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100