Access extra parameters in forms.py

2009-02-16 Thread peterandall
Hi all, I'm trying to access a list of users in forms.py I'm creating two lists and merging them in my view (new_bug) then passing them through when i create the form. I was going off answers on these two existing topics: http://groups.google.com/group/django-users/browse_thread/thread/9dce5b8b0

Re: mod_python 3.3.1, Python 2.4.6, Apache 2.2.9 (MacPorts) on Mac OS X 10.5.6 (Leopard)

2009-01-15 Thread peterandall
Some of these also affect mod_python. > > With mod_wsgi, even if picks up correct framework, but wrong lib > files, you can override it to some degree using WSGIPythonHome > directive. > > Anyway, use mod_wsgi if you can as am at point where can't be bothered > helping wit

Re: mod_python 3.3.1, Python 2.4.6, Apache 2.2.9 (MacPorts) on Mac OS X 10.5.6 (Leopard)

2009-01-14 Thread peterandall
I've also tried doing this: $ cd /System/Library/Frameworks $ sudo mv Python.framework XXX_Python.framework $ cd $ ./configure --with-apxs=/opt/local/apache2/bin/apxs --with-python=/ opt/local/bin/python2.4 --with-max-locks=32 Then editing the src/Makefile and updating the LDFLAGS to this

mod_python 3.3.1, Python 2.4.6, Apache 2.2.9 (MacPorts) on Mac OS X 10.5.6 (Leopard)

2009-01-14 Thread peterandall
Hi All, I've been playing around with this for days and getting nowhere. I've got python2.4 installed via macports along with the standard Python2.3 and 2.5 installed in '/Library/Python/2.x'. I want to get mod_python working for the macports version of python(2.4) I've downloaded mod_python 3.