Re: cannot import name ugettext

2009-03-23 Thread James Bennett
On Mon, Mar 23, 2009 at 4:43 AM, dbbarua wrote: > It works with Django-1.0 and gives me the site ...but some fields are > not enabled in the website...is that related to django or the rapidsms > code? I'd very strongly suggest that you contact the developers of the application you're using,

Re: cannot import name ugettext

2009-03-23 Thread dbbarua
Hi Karen, I got some code from the rapidsms sf.net site... it's called rapidsms-1.0-final-svn-unknow It works with Django-1.0 and gives me the site ...but some fields are not enabled in the website...is that related to django or the rapidsms code? Regards Deepak On Mar 23,

Re: cannot import name ugettext

2009-03-22 Thread Karen Tracey
On Sun, Mar 22, 2009 at 2:53 PM, dbbarua wrote: > > Hi Karen, > I am sorry if my messages seem confusing to you , it is > to me too... > I changes Django to 1.0 and i get the following errors related to core > like you said should not happen > > r...@portable:/usr/local/rapidsmsdev/r

Re: cannot import name ugettext

2009-03-22 Thread dbbarua
Hi Karen, I am sorry if my messages seem confusing to you , it is to me too... I changes Django to 1.0 and i get the following errors related to core like you said should not happen r...@portable:/usr/local/rapidsmsdev/rapidsms/rapidsms# python manage.py runserver 127.0.0.1:8000 Val

Re: cannot import name ugettext

2009-03-22 Thread Karen Tracey
2009/3/22 dbbarua > > Hi Karen, > I am using the svn code for rapidsms and i have tried the > official recommended version Django 1.0 and rapidsms from svn... > If you were using the svn code for rapidsms then I do not understand how you hit the previous error you reported. The svn

Re: cannot import name ugettext

2009-03-22 Thread dbbarua
, args, kwargs ... 119. 120. def _get_callback(self): 121. if self._callback is not None: 122. return self._callback 123. mod_name, func_name = get_mod_func(self._callback_str) 124. try: ▶ Local vars Variable Value args () kwargs

Re: cannot import name ugettext

2009-03-22 Thread Karen Tracey
error > > ViewDoesNotExist at / > Could not import rapidsms.balert.views. Error was: cannot import name > ugettext > Request Method: GET > Request URL:http://127.0.0.1:8000/ > Exception Type: ViewDoesNotExist > Exception Value: Could not import rapidsms.

cannot import name ugettext

2009-03-22 Thread dbbarua
ugettext Request Method: GET Request URL:http://127.0.0.1:8000/ Exception Type: ViewDoesNotExist Exception Value:Could not import rapidsms.balert.views. Error was: cannot import name ugettext Exception Location: /usr/lib/python2.5/site-packages/django/core