Re: [Pydev-users] Import problem with sqlite3

2011-07-29 Thread Alex Barcelo
Having been two days with this problem, I solved it in less than an hour since my previous post... In my computer this problem was resolved doing this: $ cd /usr/lib/python3.2/lib-dynload/ $ ln -s _sqlite3.cpython-32mu.so _sqlite3.so #as superuser or sudo'ed Another way: (seems a workaround to me

[Pydev-users] Import problem with sqlite3

2011-07-29 Thread Alex Barcelo
Hello, it was a while since I last used PyDev and now I see that it's so much better! I was checking some already working code I had and have a problem with sqlite3. I'm on a Ubuntu 11.04 and python3.2. Running Eclipse 3.5.2 with PyDev 2.2.1 PyDev says "Undefined variable from import: connect" wh