Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Kevin Burke
Aha, looks like I needed to point C_INCLUDE_PATH to the directory with my custom sqlite.h, all is well on Centos now -- Kevin Burke | Twilio phone: 925.271.7005 | kev.inburke.com On Sat, Oct 26, 2013 at 7:53 AM, Kevin Burke wrote: > Hi Maciej, > I should note - I'm on Mount

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Kevin Burke
b.com/kevinburke/7170273 -- Kevin Burke | Twilio phone: 925.271.7005 | kev.inburke.com On Sat, Oct 26, 2013 at 7:46 AM, Armin Rigo wrote: > Hi Kevin, > > Thanks for this report ! A quick note though: > > On Sat, Oct 26, 2013 at 7:18 AM, Kevin Burke wrote: > > - Once I got it i

Re: [pypy-dev] A few notes trying to compile pypy

2013-10-26 Thread Kevin Burke
s will produce a binary called pypy-c that you can then use to release a pypy binary" 4. wrap subprocess.check_call("pypy-c -c 'import _sqlite3'") in a try/catch and add output 5. use argparse instead of sys.argv for package.py .. ? I think the mimimum python version now

[pypy-dev] A few notes trying to compile pypy

2013-10-25 Thread Kevin Burke
elp make this process easier. Best, Kevin -- Kevin Burke | Twilio phone: 925.271.7005 | kev.inburke.com ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev