Re: Help using django audioplayer!

2009-01-17 Thread BTang
This is getting to be more difficult than I was expecting. Anyhoo since my last post I have dled the latest release of django (1.0.2 final) as for installing it... Is that even possible? I was reading up on it and it says that appengine has a limit of only allowing 1000 files and a maximum file si

Re: Help using django audioplayer!

2009-01-17 Thread BTang
apparently safestring was introduced post .96 (-_-) http://groups.google.com/group/django-users/browse_thread/thread/433a486fec60ba2e Thanks I will continue updating my post :). haha On Jan 17, 4:54 pm, BTang wrote: > Looked into it a little bit more and opened up > appenginetest2/pollango/aud

Re: Help using django audioplayer!

2009-01-17 Thread Karen Tracey
On Sat, Jan 17, 2009 at 7:54 PM, BTang wrote: > > Looked into it a little bit more and opened up > appenginetest2/pollango/audioplayer/templatetags/audioplayer.py > > One of the import statements is > > from django.utils.safestring import mark_safe > > This doesn't seem like a standard module in

Re: Help using django audioplayer!

2009-01-17 Thread BTang
Looked into it a little bit more and opened up appenginetest2/pollango/audioplayer/templatetags/audioplayer.py One of the import statements is from django.utils.safestring import mark_safe This doesn't seem like a standard module in django... any thoughts? On Jan 17, 4:27 pm, BTang wrote: > H

Help using django audioplayer!

2009-01-17 Thread BTang
Hello everybody, I'm trying to add the django audioplayer from http://www.pyjax.net/blog/1/2007/06/27/django-flash-audioplayer/ to my site but am having probs so hopefully someone can help me :) I'm pretty new to all of this so I'll try and be as specific as possible since I'm sure it's not work