Re: [pypy-dev] OSError not ImportError from 'import sqlite3' on Windows

2013-04-09 Thread Amaury Forgeot d'Arc
2013/4/9 Peter Cock > On Tue, Apr 9, 2013 at 8:11 PM, Matti Picus wrote: > > Note that patch is incomplete, it is missing an "import os" (thanks bdk) > > that was added in a later changeset. > > Matti > > I'd probably have managed but thanks - one less surprise > for me tomorrow :) > > I was won

Re: [pypy-dev] OSError not ImportError from 'import sqlite3' on Windows

2013-04-09 Thread Peter Cock
On Tue, Apr 9, 2013 at 8:11 PM, Matti Picus wrote: > Note that patch is incomplete, it is missing an "import os" (thanks bdk) > that was added in a later changeset. > Matti I'd probably have managed but thanks - one less surprise for me tomorrow :) I was wondering if this was a symptom of a larg

Re: [pypy-dev] OSError not ImportError from 'import sqlite3' on Windows

2013-04-09 Thread Matti Picus
Note that patch is incomplete, it is missing an "import os" (thanks bdk) that was added in a later changeset. Matti On 9/04/2013 10:03 PM, Peter Cock wrote: On Tue, Apr 9, 2013 at 7:35 PM, Philip Jenvey wrote: This was fixed yesterday, see: https://bugs.pypy.org/issue1440 Thanks! The bug rep

Re: [pypy-dev] OSError not ImportError from 'import sqlite3' on Windows

2013-04-09 Thread Peter Cock
On Tue, Apr 9, 2013 at 7:35 PM, Philip Jenvey wrote: > This was fixed yesterday, see: https://bugs.pypy.org/issue1440 > Thanks! The bug report doesn't auto-link to the repository, so for anyone else the changeset is here and looks easy enough to apply manually to try it on Windows without having

Re: [pypy-dev] OSError not ImportError from 'import sqlite3' on Windows

2013-04-09 Thread Philip Jenvey
This was fixed yesterday, see: https://bugs.pypy.org/issue1440 On Apr 9, 2013 9:45 AM, "Peter Cock" wrote: > Hello all, > > I've downloaded and unzipped pypy-2.0-beta2-win32.zip but > fairly early on in my testing ran into this puzzle: > > C:\>c:\pypy-2.0\pypy.exe > Python 2.7.3 (3eef596df459, Ap

[pypy-dev] OSError not ImportError from 'import sqlite3' on Windows

2013-04-09 Thread Peter Cock
Hello all, I've downloaded and unzipped pypy-2.0-beta2-win32.zip but fairly early on in my testing ran into this puzzle: C:\>c:\pypy-2.0\pypy.exe Python 2.7.3 (3eef596df459, Apr 06 2013, 12:40:10) [PyPy 2.0.0-beta2 with MSC v.1500 32 bit] on win32 Type "help", "copyright", "credits" or "license"