Hi,
I am running postgresql with pyscopg2. I have put the details on my
blog post at http://www.vyomtech.com/vyomcms/pyscopg2onubuntu64bit.html
The essence is first you uninstall your existing python-psycopg2
package. Then install python-dev (in your case it would be 2.5) and
then download the ps
On Sat, 26 May 2007 19:28:03 +1000, Malcolm Tredinnick wrote:
> On Sat, 2007-05-26 at 02:20 -0700, Grant D. Watson wrote:
>> Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>>
>> > > In an unusually (for Ubuntu) boneheaded move, it
>> > looks
>> > > like Ubuntu doesn't leave core files for packaged
Hello,
Here it is: https://bugs.launchpad.net/bugs/108067
I've planned to make a public repository with fixed packages, but I'm
too busy for this.
Anyway, you can take Feisty package, replace source code with
downloaded 2.0.6 source code from psycopg site, bump version number in
debian changelog
On Sat, 2007-05-26 at 12:42 +, Eugene Morozov wrote:
> python-psycopg2 package in Ubuntu Feisty for x86-64 is completely
> broken. I've reported it in the Launchpad on the next day after
> release, but maintainer is still reluctant to apply patch which should
> fix 64 bit issues.
Ha ha! Probl
python-psycopg2 package in Ubuntu Feisty for x86-64 is completely
broken. I've reported it in the Launchpad on the next day after
release, but maintainer is still reluctant to apply patch which should
fix 64 bit issues.
I've solved the problem by downloading upstream beta version and
compiling a
Of course I omitted the part that might be marginally more useful:
(gdb) bt
#0 0x00418f22 in ?? ()
#1 0x00419a10 in PyObject_CallMethod ()
#2 0x2b062bf4c7e3 in microprotocol_getquoted ()
from /usr/lib/python2.5/site-packages/psycopg2/_psycopg.so
#3 0x2b062bf4e29b in
--- Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> I think you're a little bit doomed here, if Ubuntu
> ships stripped
> binaries. On a Fedora system I would install the
> *-debuginfo at this
> point. Then you could try
>
> gdb python
> ...
> (gdb) run manage.py syncdb
>
On Sat, 2007-05-26 at 02:20 -0700, Grant D. Watson wrote:
> Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> > > In an unusually (for Ubuntu) boneheaded move, it
> > looks
> > > like Ubuntu doesn't leave core files for packaged
> > > programs, even after a "ulimit -c unlimited". Any
> > > other
Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > In an unusually (for Ubuntu) boneheaded move, it
> looks
> > like Ubuntu doesn't leave core files for packaged
> > programs, even after a "ulimit -c unlimited". Any
> > other way to pull this off?
>
> I wouldn't have thought it was possible to
>
On Fri, 2007-05-25 at 22:46 -0700, Grant D. Watson wrote:
> > No idea about the core dump -- it's not very usual
> > (for Python).
>
> Definitely my experience.
>
> > However, you will have to do something about your
> > Python version. Either
>
> I checked, and as Jeremy said an update was jus
> No idea about the core dump -- it's not very usual
> (for Python).
Definitely my experience.
> However, you will have to do something about your
> Python version. Either
I checked, and as Jeremy said an update was just
released recently; I've upgraded to 2.5.1. Thanks for
the heads-up.
> Is
On 5/25/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> However, you will have to do something about your Python version. Either
> downgrade to 2.5.0 or upgrade to 2.5.1 proper. The problem is that there
> was a regression in the 2.5.1-pre-releases with the way dictionary
> subclasses are init
On Fri, 2007-05-25 at 20:51 -0700, Grant D. Watson wrote:
> I'm a newbie to Django. It looks amazing, and I've
> decided to give it a whirl, but when I try a syncdb on
> my new project I get a core dump; the only things I've
> changed in settings.py are ADMINS and DATABASE_*.
> Given the context
I'm a newbie to Django. It looks amazing, and I've
decided to give it a whirl, but when I try a syncdb on
my new project I get a core dump; the only things I've
changed in settings.py are ADMINS and DATABASE_*.
Given the context I assume it's something to do with
the psycopg2 library and Django?
14 matches
Mail list logo