NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
c0de
Mar 09, 2012Aspirant
libsqlite3-dev
hi forum, im trying to fetch this but i get this error msg HOME-NAS:~# apt-get -y install libsqlite3-dev Reading Package Lists... Done Building Dependency Tree... Done Some packages could not b...
Paling
Jan 11, 2013Aspirant
I fixed it with the following code:
--- setup.py.orig 2011-02-06 18:38:35.000000000 +0700
+++ setup.py 2011-02-06 18:58:35.000000000 +0700
@@ -99,10 +99,11 @@ def get_amalgamation():
zf = zipfile.ZipFile("tmp.zip")
files = ["sqlite3.c", "sqlite3.h"]
+ directory = zf.namelist()[0]
for fn in files:
print "Extracting", fn
outf = open(AMALGAMATION_ROOT + os.sep + fn, "wb")
- outf.write(zf.read(fn))
+ outf.write(zf.read(directory+fn))
outf.close()
zf.close()
os.unlink("tmp.zip")
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!