On Tue, Apr 28, 2009 at 10:21 AM, Kirk Strauser <[email protected]> wrote:
>
> 1) When installing Python, be sure to select the HUGE_STACK_SIZE option.
>
is this a second copy of python? is it a bug with the freeBSD package?
if this is the case could you send us a bug link so we can make a note
at http://www.turbogears.org/2.0/docs/main/DownloadInstall.html

> 2) When wondering why it's still crashing with the same errors, remember that
> virtualenv copies in the Python binary and that you have to update that copy
> as well.

unless you have 2 versions of python installed this should work,
otherwise it's a bug. virtualenv should pick up whatever python is
returned by "which python" in case you don't want to put it in your
path you can still use. also venv has a handy flag.

  -p PYTHON_EXE, --python=PYTHON_EXE
                        The Python interpreter to use, e.g.,
                        --python=python2.5 will use the python2.5 interpreter
                        to create the new environment.  The default is the
                        interpreter that virtualenv was installed with
                        (/usr/bin/python)

so as you can see you can fix this one yourself.

> --
> Kirk
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to