On Thu, Jan 28, 2010 at 12:29 AM, Paul McNett <[email protected]> wrote:
> On 1/27/10 8:44 PM, Carl Karsten wrote:
>> This worked on my laptop, then I moved it to another box and it
>> didn't.  I am not sure where to start.  I am hoping something isn't
>> defaulting like it should be.
>>
>> The lines with blanks before/after are what was executing.
>>
>>    16. from django.core import serializers
>>    17.
>>    18. from datetime import datetime
>>    19. from datetime import timedelta
>>    20. import os
>>    21. import csv
>>    22. from cStringIO import StringIO
>>
>>    23. from dabo.dReportWriter import dReportWriter ...
>>
>>    24.
>>    25. from main.models import Client,Show,Location,Episode,Cut_List
>>    26. from main.forms import Episode_Form_small, Episode_Form, clrfForm
>>    27.
>>    28. from accounts.forms import LoginForm
>> 29.
>
> Where's the traceback?
>

in my email... just looks different cuz it is sent to a browser.

hows this:


Traceback:
File "/home/juser/veyepar/src/django/django/core/handlers/base.py" in
get_response
  92.                         request.path_info)
File "/home/juser/veyepar/src/django/django/core/urlresolvers.py" in resolve
  222.                     sub_match = pattern.resolve(new_path)
File "/home/juser/veyepar/src/django/django/core/urlresolvers.py" in resolve
  220.             for pattern in self.url_patterns:
File "/home/juser/veyepar/src/django/django/core/urlresolvers.py" in
_get_url_patterns
  249.         patterns = getattr(self.urlconf_module, "urlpatterns",
self.urlconf_module)
File "/home/juser/veyepar/src/django/django/core/urlresolvers.py" in
_get_urlconf_module
  244.             self._urlconf_module = import_module(self.urlconf_name)
File "/home/juser/veyepar/src/django/django/utils/importlib.py" in import_module
  35.     __import__(name)
File "/home/juser/veyepar/dj/main/urls.py" in <module>
  5. from views import *
File "/home/juser/veyepar/dj/main/views.py" in <module>
  23. from dabo.dReportWriter import dReportWriter
File "/home/juser/veyepar/lib/python2.6/site-packages/dabo/__init__.py"
in <module>
  130. dLocalize.install("dabo")
File "/home/juser/veyepar/lib/python2.6/site-packages/dabo/dLocalize.py"
in install
  56.   setLanguage(_defaultLanguage, _defaultEncoding)
File "/home/juser/veyepar/lib/python2.6/site-packages/dabo/dLocalize.py"
in setLanguage
  76.           daboTranslation = gettext.translation("dabo", daboLocaleDir,
languages=lang, codeset=charset)
File "/usr/lib/python2.6/gettext.py" in translation
  484.         raise IOError(ENOENT, 'No translation file found for
domain', domain)

Exception Type: IOError at /main/clients/
Exception Value: (2, 'No translation file found for domain')





-- 
Carl K
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to