On 06/13/2012 03:21 PM, Chris McDonough wrote:
On 06/12/2012 06:36 PM, Wade Leftwich wrote:
With the Pyramid docs in ebook form on my phone I tend to browse them
at odd times. Today, standing in line at the post office, I stopped at
this paragraph right near the beginning:
"""
It’s useful to use a Python interpreter that isn’t the “system” Python
interpreter to develop your software. The authors of Pyramid tend not
to use the system Python for development purposes; always a self-
compiled one. Compiling Python is usually easy, and often the “system”
Python is compiled with options that aren’t optimal for web
development.
"""
... and wondered what the best compilation options for web development
might be. I generally use whatever comes with Ubuntu, which seems to
work OK. Does anyone have config tips to share?
That wording should probably be revisited because you're not the first
to ask. More accurate is the statement "it's a real pain in the ass
when someone walks into IRC and gives us a Python compilation scenario
that can only be replicated with their particular OS/platform
combination".
This is very interesting topic, I haven't considered this, always used
stock system Python (CentOS) but in virtualenv. So what would the
suggested configuration flags be (for a Pyramid app run under uwsgi,
with UTF-8)? I see some I'm not familiar with, as in I don't quite know
what they do, like --enable-profiling, --with-system-ffi, --with-pth,
and some others?
--
.oO V Oo.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.