Re: [pypy-dev] IOError with getpass() in django

2012-06-04 Thread Armin Rigo
Hi all, I finally fixed the bug, by ignoring flush() entirely in case they don't manage to do lseek(). A bientôt, Armin. On 5/31/12, Gelonida N wrote: > On 05/31/2012 09:15 AM, Maciej Fijalkowski wrote: >> On Wed, May 30, 2012 at 11:42 PM, Gelonida N > > wrote: > >

Re: [pypy-dev] IOError with getpass() in django

2012-05-31 Thread Gelonida N
On 05/31/2012 09:15 AM, Maciej Fijalkowski wrote: On Wed, May 30, 2012 at 11:42 PM, Gelonida N mailto:[email protected]>> wrote: > I wanted to make my very first test with pypy by using django and sqlite3 on a Linux host (Ubuntu 12.04) when running ./manage.py syncdb I'm asked to

Re: [pypy-dev] IOError with getpass() in django

2012-05-31 Thread Maciej Fijalkowski
On Wed, May 30, 2012 at 11:42 PM, Gelonida N wrote: > Hi, > > I reposted as I noticed, that my inital subject line doesn't really > indicate what's the issue. > --**--**--- > > I wanted to make my very first test with pypy by using djan

[pypy-dev] IOError with getpass() in django

2012-05-30 Thread Gelonida N
Hi, I reposted as I noticed, that my inital subject line doesn't really indicate what's the issue. --- I wanted to make my very first test with pypy by using django and sqlite3 on a Linux host (Ubuntu 12.04) when running ./man