You are not logged in.
Pages: 1
I would like to test samba network, so I installed and run in terminal pyNeighborhood. But doesn't work as gives the following msg:
manuel@slitaz:~$ pyNeighborhood
Traceback (most recent call last):
File "/usr/bin/pyNeighborhood", line 22, in <module>
from pyneighborhood.mainwindow import MainWindow, SyncThread
File "/usr/lib/python2.7/site-packages/pyneighborhood/__init__.py", line 25, in <module>
from sqlite3 import connect, register_adapter, version_info
File "/usr/lib/python2.7/sqlite3/__init__.py", line 24, in <module>
from dbapi2 import *
File "/usr/lib/python2.7/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: No module named _sqlite3
Any suggestion to solve the problem will be appreciated.
Manuel
Offline
@mts
There is another topic in this forum which might be related to your problem. You might want to consider watching it for replies/updates too.
http://forum.slitaz.org/topic/incomplete-sqlite3-module-in-python-272-package-slitaz-40
Offline
Marking as resolved. You can find a quick fix in the above mentioned topic and a working version should be added to the repository soon.
Offline
@Trixar_za
Big thank you... Sqlite problem solved.
But PyNeighborhood only works fine as root.
I'll report it on a new topic
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]