Re: Installing pysqlite on Win64

2010-11-20 Thread Philip Semanchuk
On Nov 20, 2010, at 12:37 PM, Navid Parvini wrote: > Dear All, > > I want to install pysqlite on my Windows 64 bit machine. I have python 2.4.3 > on it. > Would you please let me know how can I do it? > > That is, I need to use the source file (i.e pysqlite-2.5.6.tar.gz) or there > is an exec

Installing pysqlite on Win64

2010-11-20 Thread Navid Parvini
Dear All, I want to install pysqlite on my Windows 64 bit machine. I have python 2.4.3 on it. Would you please let me know how can I do it? That is, I need to use the source file (i.e pysqlite-2.5.6.tar.gz) or there is an executable file to install. Thank you in advance. Regards, Navid

Re: Problems installing PySQLite, SQLite and Trac

2009-02-01 Thread Jon Clements
On 1 Feb, 15:48, kimwlias wrote: > My initial goal is to finally install Trac. This is the second day > I've been trying to make this possible but I can't find, for the life > of me, how to do this. OK, here is the story: > > My system is a VPS with CentOS 5. > > I found out that I have two versio

Problems installing PySQLite, SQLite and Trac

2009-02-01 Thread kimwlias
My initial goal is to finally install Trac. This is the second day I've been trying to make this possible but I can't find, for the life of me, how to do this. OK, here is the story: My system is a VPS with CentOS 5. I found out that I have two versions of python: 2.4 at /usr/bin/ python2.4 and 2

Re: installing "pysqlite"

2007-03-01 Thread Nader
On Mar 1, 2:40 pm, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 1 Mar, 12:46, "Nader" <[EMAIL PROTECTED]> wrote: > > > > > ldd returens the next result: > > ldd /usr/people/emami/lib/python2.4/site-packages/pysqlite2/_sqlite.so > > linux-gate.so.1 => (0xe000) > > libpthread.so.0 => /l

Re: installing "pysqlite"

2007-03-01 Thread Paul Boddie
On 1 Mar, 12:46, "Nader" <[EMAIL PROTECTED]> wrote: > > ldd returens the next result: > ldd /usr/people/emami/lib/python2.4/site-packages/pysqlite2/_sqlite.so > linux-gate.so.1 => (0xe000) > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4004) > libc.so.6 => /lib/tls/libc.so.6

Re: installing "pysqlite"

2007-03-01 Thread Nader
On Mar 1, 11:46 am, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 1 Mar, 10:34, "Nader" <[EMAIL PROTECTED]> wrote: > > > > > I have expanded the LD_LIBRARY_PATH to my home lib (export > > LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/people/emami/lib). > > I have built and installed the 'pysqlite-2.3.3'

Re: installing "pysqlite"

2007-03-01 Thread Paul Boddie
On 1 Mar, 10:34, "Nader" <[EMAIL PROTECTED]> wrote: > > I have expanded the LD_LIBRARY_PATH to my home lib (export > LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/people/emami/lib). > I have built and installed the 'pysqlite-2.3.3' with the next > 'setup.cfg' : > > [build_ext] > define= > include_dirs=/u

Re: installing "pysqlite"

2007-03-01 Thread Nader
On Feb 28, 12:51 pm, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 28 Feb, 12:07, Nader Emami <[EMAIL PROTECTED]> wrote: > > > > > I am back with another problem. I suppose that I can tell it! > > I have installed both, 'sqlite' and 'pysqlite' without any problem. But > > If I try to test whether t

Re: installing "pysqlite"

2007-02-28 Thread Nader
On Feb 28, 12:51 pm, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 28 Feb, 12:07, Nader Emami <[EMAIL PROTECTED]> wrote: > > > > > I am back with another problem. I suppose that I can tell it! > > I have installed both, 'sqlite' and 'pysqlite' without any problem. But > > If I try to test whether t

Re: installing "pysqlite"

2007-02-28 Thread Paul Boddie
On 28 Feb, 12:07, Nader Emami <[EMAIL PROTECTED]> wrote: > > I am back with another problem. I suppose that I can tell it! > I have installed both, 'sqlite' and 'pysqlite' without any problem. But > If I try to test whether the 'pysqlite' interface works, I get the next > error message: [...] > /

Re: installing "pysqlite"

2007-02-28 Thread Nader Emami
Paul Boddie wrote: > On 27 Feb, 10:31, Nader Emami <[EMAIL PROTECTED]> wrote: >> I have installed "TurboGears" and I would install 'pysqlite' also. I am >> a user on a Linux machine. If I try to install the 'pysqlite' with >> 'easy_install' tool I get the next error message. The error message is >>

Re: installing "pysqlite"

2007-02-27 Thread Paul Boddie
On 27 Feb, 16:34, Nader Emami <[EMAIL PROTECTED]> wrote: > > I have first installed "sqlite" and then I have configure the > "setup.cfg" file of "pysqlite" package. I had to do two things in > 'pysqlite' directory: > 1- python setup.py build > 2- python setup.py install > > It has done without any

Re: installing "pysqlite"

2007-02-27 Thread Nader Emami
Paul Boddie wrote: > On 27 Feb, 13:35, "Nader" <[EMAIL PROTECTED]> wrote: >> Thank for your reaction. I don't know also how the interaction sith >> 'easy_install' is. I think that I have to install 'pysqlite' from >> source code also, because i can change ther the 'setup.cfg' file and I >> can give

Re: installing "pysqlite"

2007-02-27 Thread Paul Boddie
On 27 Feb, 13:35, "Nader" <[EMAIL PROTECTED]> wrote: > > Thank for your reaction. I don't know also how the interaction sith > 'easy_install' is. I think that I have to install 'pysqlite' from > source code also, because i can change ther the 'setup.cfg' file and I > can give there where the 'libsq

Re: installing "pysqlite"

2007-02-27 Thread Diez B. Roggisch
Nader wrote: > On Feb 27, 12:44 pm, "Paul Boddie" <[EMAIL PROTECTED]> wrote: >> On 27 Feb, 10:31, Nader Emami <[EMAIL PROTECTED]> wrote: >> >> > I have installed "TurboGears" and I would install 'pysqlite' also. I am >> > a user on a Linux machine. If I try to install the 'pysqlite' with >> > 'eas

Re: installing "pysqlite"

2007-02-27 Thread Nader
On Feb 27, 12:44 pm, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 27 Feb, 10:31, Nader Emami <[EMAIL PROTECTED]> wrote: > > > I have installed "TurboGears" and I would install 'pysqlite' also. I am > > a user on a Linux machine. If I try to install the 'pysqlite' with > > 'easy_install' tool I get

Re: installing "pysqlite"

2007-02-27 Thread Paul Boddie
On 27 Feb, 10:31, Nader Emami <[EMAIL PROTECTED]> wrote: > I have installed "TurboGears" and I would install 'pysqlite' also. I am > a user on a Linux machine. If I try to install the 'pysqlite' with > 'easy_install' tool I get the next error message. The error message is > longer than what I send

installing "pysqlite"

2007-02-27 Thread Nader Emami
I have installed "TurboGears" and I would install 'pysqlite' also. I am a user on a Linux machine. If I try to install the 'pysqlite' with 'easy_install' tool I get the next error message. The error message is longer than what I send here. % easy_install pysqlite Searching for pysqlite Readin

Re: Installing PySQLite on OS X 10.4

2006-03-16 Thread Rob Cowie
Cheers. I should have read the installation notes more carefully :) Rob C -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Gerhard Häring
Rob Cowie wrote: > [...] > "build/bdist.darwin-8.5.0-Power_Macintosh/egg/pysqlite2/_sqlite.py", > line 6, in __bootstrap__ > ImportError: > dlopen(/Users/rob/.python-eggs/pysqlite-2.1.3-py2.3-macosx-10.4-ppc.egg-tmp/pysqlite2/_sqlite.so, > 2): Symbol not found: _sqlite3_transfer_bindings > Refere

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Rob Cowie
Gerhard Häring wrote: > Rob Cowie wrote: > > [...] > > However, if I do "from pysqlite2 import test" as suggested after > > installation, I get the following traceback... > > > > Traceback (most recent call last): > > File "", line 1, in ? > > File "pysqlite2/test/__init__.py", line 25, in ? >

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Gerhard Häring
Rob Cowie wrote: > [...] > However, if I do "from pysqlite2 import test" as suggested after > installation, I get the following traceback... > > Traceback (most recent call last): > File "", line 1, in ? > File "pysqlite2/test/__init__.py", line 25, in ? > from pysqlite2.test import dbapi,

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Rob Cowie
Fredrik Lundh wrote: > Rob Cowie wrote: > > > There are some notes on the pysqlite wiki regarding modification of the > > setup.py script and I've followed them to no avail. > > > > Build and install appear to go smoothly but attempting to run the tests > > from the python interpreter fails. Likew

Re: Installing PySQLite on OS X 10.4

2006-03-15 Thread Fredrik Lundh
Rob Cowie wrote: > There are some notes on the pysqlite wiki regarding modification of the > setup.py script and I've followed them to no avail. > > Build and install appear to go smoothly but attempting to run the tests > from the python interpreter fails. Likewise any attempt to utilise > pysqli

Installing PySQLite on OS X 10.4

2006-03-15 Thread Rob Cowie
Hi all, I'm having difficulty installing pysqlite 2.1.3 on Mac OS X 10.4.4 There are some notes on the pysqlite wiki regarding modification of the setup.py script and I've followed them to no avail. Build and install appear to go smoothly but attempting to run the tests from