Re: FLV Video Uploader in Django

2007-05-14 Thread badger17
On May 14, 7:17 pm, Matt Dennewitz <[EMAIL PROTECTED]> wrote: > how do you apply the patch? > > dumb question, but ive never applied one before :) something like: change dir to wherever your django install is, in my case: cd /usr/lib/python/site-packages then patch -p1 < patch_name.diff repl

Re: Can't connect to MySQL

2007-05-14 Thread badger17
>File "/usr/lib/python2.3/site-packages/MySQL_python-1.2.2-py2.3- > linux-i686.egg/MySQLdb/connections.py", line 170, in __init__ > _mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL > server on '127.0.0.1' (111)") > > The user and database referenced in settings.py exists in m

loading Template Tags

2007-05-14 Thread badger17
Can someone explain to me how Django decides where to look for Template Tags? At the moment I can only get it load tags from the current app, ie the one in which the template is being rendered, or from django.templatetags in the django install location. Is there a way to make it load tags for exa

Re: Django, PYTHONPATH and Apache

2007-05-14 Thread badger17
I got a reply to this query after mistakenly emailing someone directly: On Mon, 2007-05-14 at 08:05 -0700, badger17 wrote: >> > > You need the second one because I suspect you are leaving off the >> > > "myproject" part of the import path somewhere inside your

Django, PYTHONPATH and Apache

2007-05-14 Thread badger17
Is it 'correct' when installing Django with Apache to set the PythonPath variable to contain both your 'project' directory, ie where your Django apps live, _and_ the path to the actual application itself, it one level down from the 'project' directory? This is not what is done in the tutorial on t

Re: FLV Video Uploader in Django

2007-05-14 Thread badger17
On May 14, 3:31 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm looking to create a tool that will allow users to upload video and > metadata. Once they are uploaded, I will transcode them to FLV and FTP > them off to our Flash Communications Server, keeping a record of the > video and it