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.

▶ Local vars
Variable        Value
Group   
None
HttpResponse    
None
InvalidPage     
None
ModelForm       
None
Paginator       
None
Q       
None
RequestContext  
None
StringIO        
None
User    
None
__builtins__    
{'ArithmeticError': <type 'exceptions.ArithmeticError'>,
'AssertionError': <type 'exceptions.AssertionError'>,
'AttributeError': <type 'exceptions.AttributeError'>, 'BaseException':
<type 'exceptions.BaseException'>, 'BufferError': <type
'exceptions.BufferError'>, 'BytesWarning': <type
'exceptions.BytesWarning'>, 'DeprecationWarning': <type
'exceptions.DeprecationWarning'>, 'EOFError': <type
'exceptions.EOFError'>, 'Ellipsis': Ellipsis, 'EnvironmentError':
<type 'exceptions.EnvironmentError'>, 'Exception': <type
'exceptions.Exception'>, 'False': False, 'FloatingPointError': <type
'exceptions.FloatingPointError'>, 'FutureWarning': <type
'exceptions.FutureWarning'>, 'GeneratorExit': <type
'exceptions.GeneratorExit'>, 'IOError': <type 'exceptions.IOError'>,
'ImportError': <type 'exceptions.ImportError'>, 'ImportWarning': <type
'exceptions.ImportWarning'>, 'IndentationError': <type
'exceptions.IndentationError'>, 'IndexError': <type
'exceptions.IndexError'>, 'KeyError': <type 'exceptions.KeyError'>,
'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>,
'LookupError': <type 'exceptions.LookupError'>, 'MemoryError': <type
'exceptions.MemoryError'>, 'NameError': <type 'exceptions.NameError'>,
'None': None, 'NotImplemented': NotImplemented, 'NotImplementedError':
<type 'exceptions.NotImplementedError'>, 'OSError': <type
'exceptions.OSError'>, 'OverflowError': <type
'exceptions.OverflowError'>, 'PendingDeprecationWarning': <type
'exceptions.PendingDeprecationWarning'>, 'ReferenceError': <type
'exceptions.ReferenceError'>, 'RuntimeError': <type
'exceptions.RuntimeError'>, 'RuntimeWarning': <type
'exceptions.RuntimeWarning'>, 'StandardError': <type
'exceptions.StandardError'>, 'StopIteration': <type
'exceptions.StopIteration'>, 'SyntaxError': <type
'exceptions.SyntaxError'>, 'SyntaxWarning': <type
'exceptions.SyntaxWarning'>, 'SystemError': <type
'exceptions.SystemError'>, 'SystemExit': <type
'exceptions.SystemExit'>, 'TabError': <type 'exceptions.TabError'>,
'True': True, 'TypeError': <type 'exceptions.TypeError'>,
'UnboundLocalError': <type 'exceptions.UnboundLocalError'>,
'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>,
'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>,
'UnicodeError': <type 'exceptions.UnicodeError'>,
'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>,
'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'UserWarning':
<type 'exceptions.UserWarning'>, 'ValueError': <type
'exceptions.ValueError'>, 'Warning': <type 'exceptions.Warning'>,
'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>,
'__debug__': True, '__doc__': "Built-in functions, exceptions, and
other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis
represents `...' in slices.", '__import__': <built-in function
__import__>, '__name__': '__builtin__', '__package__': None, 'abs':
<built-in function abs>, 'all': <built-in function all>, 'any':
<built-in function any>, 'apply': <built-in function apply>,
'basestring': <type 'basestring'>, 'bin': <built-in function bin>,
'bool': <type 'bool'>, 'buffer': <type 'buffer'>, 'bytearray': <type
'bytearray'>, 'bytes': <type 'str'>, 'callable': <built-in function
callable>, 'chr': <built-in function chr>, 'classmethod': <type
'classmethod'>, 'cmp': <built-in function cmp>, 'coerce': <built-in
function coerce>, 'compile': <built-in function compile>, 'complex':
<type 'complex'>, 'copyright': Copyright (c) 2001-2009 Python Software
Foundation. All Rights Reserved. Copyright (c) 2000 BeOpen.com. All
Rights Reserved. Copyright (c) 1995-2001 Corporation for National
Research Initiatives. All Rights Reserved. Copyright (c) 1991-1995
Stichting Mathematisch Centrum, Amsterdam. All Rights Reserved.,
'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a
cast of thousands for supporting Python development. See
www.python.org for more information., 'delattr': <built-in function
delattr>, 'dict': <type 'dict'>, 'dir': <built-in function dir>,
'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>,
'eval': <built-in function eval>, 'execfile': <built-in function
execfile>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'file':
<type 'file'>, 'filter': <built-in function filter>, 'float': <type
'float'>, 'format': <built-in function format>, 'frozenset': <type
'frozenset'>, 'getattr': <built-in function getattr>, 'globals':
<built-in function globals>, 'hasattr': <built-in function hasattr>,
'hash': <built-in function hash>, 'help': Type help() for interactive
help, or help(object) for help about object., 'hex': <built-in
function hex>, 'id': <built-in function id>, 'input': <built-in
function input>, 'int': <type 'int'>, 'intern': <built-in function
intern>, 'isinstance': <built-in function isinstance>, 'issubclass':
<built-in function issubclass>, 'iter': <built-in function iter>,
'len': <built-in function len>, 'license': See
http://www.python.org/2.6/license.html, 'list': <type 'list'>,
'locals': <built-in function locals>, 'long': <type 'long'>, 'map':
<built-in function map>, 'max': <built-in function max>, 'min':
<built-in function min>, 'next': <built-in function next>, 'object':
<type 'object'>, 'oct': <built-in function oct>, 'open': <built-in
function open>, 'ord': <built-in function ord>, 'pow': <built-in
function pow>, 'print': <built-in function print>, 'property': <type
'property'>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'range':
<built-in function range>, 'raw_input': <built-in function raw_input>,
'reduce': <built-in function reduce>, 'reload': <built-in function
reload>, 'repr': <built-in function repr>, 'reversed': <type
'reversed'>, 'round': <built-in function round>, 'set': <type 'set'>,
'setattr': <built-in function setattr>, 'slice': <type 'slice'>,
'sorted': <built-in function sorted>, 'staticmethod': <type
'staticmethod'>, 'str': <type 'str'>, 'sum': <built-in function sum>,
'super': <type 'super'>, 'tuple': <type 'tuple'>, 'type': <type
'type'>, 'unichr': <built-in function unichr>, 'unicode': <type
'unicode'>, 'vars': <built-in function vars>, 'xrange': <type
'xrange'>, 'zip': <built-in function zip>}
__doc__         
None
__file__        
None
__name__        
None
__package__     
None
authenticate    
None
csv     
None
datetime        
None
forms   
None
formset_factory         
None
get_object_or_404       
None
login   
None
login_required  
None
os      
None
render_to_response      
None
serializers     
None
timedelta       
None
# /home/juser/veyepar/lib/python2.6/site-packages/dabo/__init__.py in <module>

 123.
 124. # Import global settings (do this first, as other imports may rely on it):
 125. from settings import *
 126.
 127. # Install localization service for dabo. dApp will install
localization service
 128. # for the user application separately.
 129. import dLocalize

 130. dLocalize.install("dabo") ...

 131. # On some platforms getfilesystemencoding() and even getdefaultlocale()
 132. # can return None, so we make sure we always set a reasonable encoding:
 133. fileSystemEncoding = (sys.getfilesystemencoding()
 134. or locale.getdefaultlocale()[1] or settings.defaultEncoding)
 135.
 136. # Instantiate the logger object, which will send messages to
user-overridable

▼ Local vars
Variable        Value
MDI     
False
__builtins__    
{'ArithmeticError': <type 'exceptions.ArithmeticError'>,
'AssertionError': <type 'exceptions.AssertionError'>,
'AttributeError': <type 'exceptions.AttributeError'>, 'BaseException':
<type 'exceptions.BaseException'>, 'BufferError': <type
'exceptions.BufferError'>, 'BytesWarning': <type
'exceptions.BytesWarning'>, 'DeprecationWarning': <type
'exceptions.DeprecationWarning'>, 'EOFError': <type
'exceptions.EOFError'>, 'Ellipsis': Ellipsis, 'EnvironmentError':
<type 'exceptions.EnvironmentError'>, 'Exception': <type
'exceptions.Exception'>, 'False': False, 'FloatingPointError': <type
'exceptions.FloatingPointError'>, 'FutureWarning': <type
'exceptions.FutureWarning'>, 'GeneratorExit': <type
'exceptions.GeneratorExit'>, 'IOError': <type 'exceptions.IOError'>,
'ImportError': <type 'exceptions.ImportError'>, 'ImportWarning': <type
'exceptions.ImportWarning'>, 'IndentationError': <type
'exceptions.IndentationError'>, 'IndexError': <type
'exceptions.IndexError'>, 'KeyError': <type 'exceptions.KeyError'>,
'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>,
'LookupError': <type 'exceptions.LookupError'>, 'MemoryError': <type
'exceptions.MemoryError'>, 'NameError': <type 'exceptions.NameError'>,
'None': None, 'NotImplemented': NotImplemented, 'NotImplementedError':
<type 'exceptions.NotImplementedError'>, 'OSError': <type
'exceptions.OSError'>, 'OverflowError': <type
'exceptions.OverflowError'>, 'PendingDeprecationWarning': <type
'exceptions.PendingDeprecationWarning'>, 'ReferenceError': <type
'exceptions.ReferenceError'>, 'RuntimeError': <type
'exceptions.RuntimeError'>, 'RuntimeWarning': <type
'exceptions.RuntimeWarning'>, 'StandardError': <type
'exceptions.StandardError'>, 'StopIteration': <type
'exceptions.StopIteration'>, 'SyntaxError': <type
'exceptions.SyntaxError'>, 'SyntaxWarning': <type
'exceptions.SyntaxWarning'>, 'SystemError': <type
'exceptions.SystemError'>, 'SystemExit': <type
'exceptions.SystemExit'>, 'TabError': <type 'exceptions.TabError'>,
'True': True, 'TypeError': <type 'exceptions.TypeError'>,
'UnboundLocalError': <type 'exceptions.UnboundLocalError'>,
'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>,
'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>,
'UnicodeError': <type 'exceptions.UnicodeError'>,
'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>,
'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'UserWarning':
<type 'exceptions.UserWarning'>, 'ValueError': <type
'exceptions.ValueError'>, 'Warning': <type 'exceptions.Warning'>,
'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>,
'__debug__': True, '__doc__': "Built-in functions, exceptions, and
other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis
represents `...' in slices.", '__import__': <built-in function
__import__>, '__name__': '__builtin__', '__package__': None, 'abs':
<built-in function abs>, 'all': <built-in function all>, 'any':
<built-in function any>, 'apply': <built-in function apply>,
'basestring': <type 'basestring'>, 'bin': <built-in function bin>,
'bool': <type 'bool'>, 'buffer': <type 'buffer'>, 'bytearray': <type
'bytearray'>, 'bytes': <type 'str'>, 'callable': <built-in function
callable>, 'chr': <built-in function chr>, 'classmethod': <type
'classmethod'>, 'cmp': <built-in function cmp>, 'coerce': <built-in
function coerce>, 'compile': <built-in function compile>, 'complex':
<type 'complex'>, 'copyright': Copyright (c) 2001-2009 Python Software
Foundation. All Rights Reserved. Copyright (c) 2000 BeOpen.com. All
Rights Reserved. Copyright (c) 1995-2001 Corporation for National
Research Initiatives. All Rights Reserved. Copyright (c) 1991-1995
Stichting Mathematisch Centrum, Amsterdam. All Rights Reserved.,
'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a
cast of thousands for supporting Python development. See
www.python.org for more information., 'delattr': <built-in function
delattr>, 'dict': <type 'dict'>, 'dir': <built-in function dir>,
'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>,
'eval': <built-in function eval>, 'execfile': <built-in function
execfile>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'file':
<type 'file'>, 'filter': <built-in function filter>, 'float': <type
'float'>, 'format': <built-in function format>, 'frozenset': <type
'frozenset'>, 'getattr': <built-in function getattr>, 'globals':
<built-in function globals>, 'hasattr': <built-in function hasattr>,
'hash': <built-in function hash>, 'help': Type help() for interactive
help, or help(object) for help about object., 'hex': <built-in
function hex>, 'id': <built-in function id>, 'input': <built-in
function input>, 'int': <type 'int'>, 'intern': <built-in function
intern>, 'isinstance': <built-in function isinstance>, 'issubclass':
<built-in function issubclass>, 'iter': <built-in function iter>,
'len': <built-in function len>, 'license': See
http://www.python.org/2.6/license.html, 'list': <type 'list'>,
'locals': <built-in function locals>, 'long': <type 'long'>, 'map':
<built-in function map>, 'max': <built-in function max>, 'min':
<built-in function min>, 'next': <built-in function next>, 'object':
<type 'object'>, 'oct': <built-in function oct>, 'open': <built-in
function open>, 'ord': <built-in function ord>, 'pow': <built-in
function pow>, 'print': <built-in function print>, 'property': <type
'property'>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'range':
<built-in function range>, 'raw_input': <built-in function raw_input>,
'reduce': <built-in function reduce>, 'reload': <built-in function
reload>, 'repr': <built-in function repr>, 'reversed': <type
'reversed'>, 'round': <built-in function round>, 'set': <type 'set'>,
'setattr': <built-in function setattr>, 'slice': <type 'slice'>,
'sorted': <built-in function sorted>, 'staticmethod': <type
'staticmethod'>, 'str': <type 'str'>, 'sum': <built-in function sum>,
'super': <type 'super'>, 'tuple': <type 'tuple'>, 'type': <type
'type'>, 'unichr': <built-in function unichr>, 'unicode': <type
'unicode'>, 'vars': <built-in function vars>, 'xrange': <type
'xrange'>, 'zip': <built-in function zip>}
__doc__         
'Dabo: A Framework for developing data-driven business
applications\n\nDabo is for developing multi-platform database
business applications -\nyou know, applications that need to connect
to a database server (MySQL,\nOracle, MS-SQL, whatever), get
recordsets of data based on criteria\nset by the user, provide easy
ways to edit and commit changes to the\ndata, and to report on the
data.\n\nYou either program using Python, importing the dabo library,
or you\nuse the Dabo Class Designer to create xml files to define your
classes.\nThese xml files can contain embedded python code for the
best of all worlds.\n\nSo, the basic idea is that you have a
functional, working, albeit basic\napplication up and running very
quickly, and you can then spend time\ngetting all the fancy bells and
whistles implemented. Keep things as\nsimple as possible though, while
still fulfilling your customer\'s\nspecifications. Simplicity is the
better part of elegance.\n\nBeyond the wizards and xml definition
files, Dabo exposes a nice\nAPI in Python for manually creating your
own class definitions. IOW,\nwe let you have as much control as you
need. You aren\'t required to\ntake advantage of our xml definition
formats at all.\n\nDabo has three main submodules, representing the
three tiers common\nin modern database application
design:\n\n\tdabo.db : database\n\tdabo.biz : business
objects\n\tdabo.ui : user interface\n\ndabo.db and dabo.biz are
completely ui-free, while dabo.ui (currently)\nrequires wxPython. We
have allowed for possible future support for other\nui libraries, such
as PyQt, tk, and curses.\n\nThe Dabo framework will have to be
distributed to your client\'s machine(s),\nalong with your
project-specific data definitions and (if applicable),
your\nsubclasses of the Dabo classes and additional Python scripts, if
any. There\nare ways to do runtime deployment via installers that take
the complexity\nout of this, but that is outside the scope of Dabo
itself, and you\'ll use\na different method for each target
platform.\n\nTo run Dabo, and apps based on Dabo, you need:\n\t+
Python 2.4 or higher (2.5 or higher recommended)\n\n\t+ wxPython 2.8
or higher (2.8.8 or higher highly recommended)\n\t\t(only necessary
for apps with a ui: because of the modular\n\t\tnature of Dabo\'s
design, it is possible to use just the\n\t\tdb layer, or the db layer
in conjunction with the biz\n\t\tlayer, with no ui at
all.)\n\n\t+\tpysqlite2: The Python dbapi module for SQLite. (Not
needed in\n\t\t\tPython 2.5 and higher)\n\n\t+ Windows 98SE or
higher\n\t+ Macintosh OSX 10.2 or higher (*much* nicer in Tiger -
10.4)\n\t+ Linux 2.4 with X11 running and Gtk2\n\n\t+ Access to some
sort of database server, along with the\n\tappropriate Python
driver(s) installed. For example, for\n\tMySQL you\'ll need to have
the MySQL client libraries\n\tinstalled, as well as the MySQLDb Python
module. (Dabo\n\tdoes not use ODBC: it connects directly using the
Python\n\tDB API coupled with the individual database drivers.
This\n\tis, at the same time, less flexible, tougher to get
started\n\twith, but more capable, more multi-platform, and
better\n\tperforming, than ODBC is.) (we recommend starting with
MySQL\n\tinstalled, because all of the demo code has the best
support\n\tfor MySQL).\n\nHow you get started is pretty much up to
you. Run DaboDemo.py which\nis in demo/DaboDemo. Run AppWizard.py
which is in ide/wizards.\nRun ClassDesigner.py or ReportDesigner.py in
the ide directory.\n\nFor some quick eye-candy, once you\'ve installed
Dabo using the standard\n\'python setup.py install\' method, do this
from your Python interpreter:\n\n\timport
dabo\n\tdabo.dApp().start()\n\npress Ctrl+D and type the following
into the command window that appears:\n\n\ttb =
dabo.ui.dTextBox(self)\n\nNotice the textbox in the upper left hand
corner?\n\n\ttb.Value = "yippee!"\n\ttb.FontBold = True\n\tprint
tb.Value\n\nNow, use the ui to change the value in the textbox, and
switch back to\nthe command window.\n\n\tprint tb.Value\n\nHave fun in
your exploration of Dabo!\n'
__file__        
'/home/juser/veyepar/lib/python2.6/site-packages/dabo/__init__.pyc'
__name__        
'dabo'
__package__     
'dabo'
__path__        
['/home/juser/veyepar/lib/python2.6/site-packages/dabo']
allNativeEventInfo      
False
autoBindEvents  
True
checkForWebUpdates      
True
createDbFiles   
False
custom_extensions       
{}
dAppRef         
None
dLocalize       
<module 'dabo.dLocalize' from
'/home/juser/veyepar/lib/python2.6/site-packages/dabo/dLocalize.pyc'>
dateFormat      
None
dateTimeFormat  
None
defaultEncoding         
'utf-8'
defaultFontSize         
10
defaultLanguage         
'en'
eatBizExceptions        
True
eventLogging    
False
fastNameSet     
False
file_extensions         
{'*': 'All Files', 'bmp': 'Bitmap Images', 'cdxml': 'Dabo Class
Designer Files', 'cnxml': 'Dabo Connection Files', 'fsxml': 'Dabo
FieldSpec Files', 'gif': 'GIF Images', 'gz': 'gzipped Files', 'html':
'HTML Files', 'ico': 'Icon Images', 'jpeg': 'JPEG Images', 'jpg':
'JPEG Images', 'js': 'Javascript Files', 'log': 'Log Files', 'mnxml':
'Dabo Menu Designer Files', 'mov': 'QuickTime Movies', 'mp3': 'mp3
Audio Files', 'mpeg': 'MPEG Videos', 'mpg': 'MPEG Videos', 'pdf': 'PDF
Files', 'png': 'PNG Images', 'py': 'Python Scripts', 'rfxml': 'Dabo
Report Format Files', 'sh': 'Shell Scripts', 'tar': 'tar Archives',
'tgz': 'gzipped tar Archives', 'tif': 'TIFF Images', 'tiff': 'TIFF
Images', 'txt': 'Text Files', 'wmv': 'Windows Media Videos', 'xml':
'XML Files', 'zip': 'ZIP Files'}
firstDayOfWeek  
'Sunday'
loadUserLocale  
True
locale  
<module 'locale' from '/home/juser/veyepar/lib/python2.6/locale.pyc'>
logging         
<module 'logging' from '/usr/lib/python2.6/logging/__init__.pyc'>
loggitFile      
'functionCall.log'
macFontScaling  
True
os      
<module 'os' from '/home/juser/veyepar/lib/python2.6/os.pyc'>
settings        
<module 'dabo.settings' from
'/home/juser/veyepar/lib/python2.6/site-packages/dabo/settings.pyc'>
sqlite3         
<module 'sqlite3' from '/usr/lib/python2.6/sqlite3/__init__.pyc'>
sys     
<module 'sys' (built-in)>
timeFormat      
None
verboseLogging  
False
webupdate_urlbase       
'http://daboserver.com/webupdate'
# /home/juser/veyepar/lib/python2.6/site-packages/dabo/dLocalize.py in install

  49.
  50. if localedir is None:
  51. if domain != "dabo":
  52. raise ValueError("Must send your application's localedir explicitly.")
  53. localedir = getDaboLocaleDir()
  54. _domains[domain] = localedir
  55. #gettext.install(domain, localedir, unicode=unicode_mo) ## No,
don't globally bind _

  56. setLanguage(_defaultLanguage, _defaultEncoding) ...

  57.
  58.
  59. def isValidDomain(domain, localedir):
  60. """Return True if the localedir appears to contain translations
for the domain."""
  61. return bool(gettext.find(domain, localedir, all=True))
62.

▼ Local vars
Variable        Value
domain  
'dabo'
localedir       
'/home/juser/veyepar/lib/python2.6/site-packages/dabo/locale'
unicode_mo      
True
# /home/juser/veyepar/lib/python2.6/site-packages/dabo/dLocalize.py in
setLanguage

  69.
  70. if lang is not None and isinstance(lang, basestring):
  71. lang = [lang]
  72.
  73. daboTranslation = None
  74. daboLocaleDir = _domains.get("dabo", None)
  75. if daboLocaleDir:

  76. daboTranslation = gettext.translation("dabo", daboLocaleDir,
languages=lang, codeset=charset) ...

  77. # daboTranslation.install() ## No, don't globally bind _
  78. _currentTrans = daboTranslation.ugettext
  79.
  80. for domain, localedir in _domains.items():
  81. if domain == "dabo":
  82. continue ## already handled separately above

▼ Local vars
Variable        Value
charset         
'ISO8859-1'
daboLocaleDir   
'/home/juser/veyepar/lib/python2.6/site-packages/dabo/locale'
daboTranslation         
None
lang    
['en_US']
# /usr/lib/python2.6/gettext.py in translation

 477. class_=None, fallback=False, codeset=None):
 478. if class_ is None:
 479. class_ = GNUTranslations
 480. mofiles = find(domain, localedir, languages, all=1)
 481. if not mofiles:
 482. if fallback:
 483. return NullTranslations()

 484. raise IOError(ENOENT, 'No translation file found for domain', domain) ...

 485. # TBD: do we need to worry about the file pointer getting collected?
 486. # Avoid opening, reading, and parsing the .mo file after it's been done
 487. # once.
 488. result = None
 489. for mofile in mofiles:
 490. key = os.path.abspath(mofile)

▼ Local vars
Variable        Value
class_  
<class gettext.GNUTranslations at 0x7fd4f6738a70>
codeset         
'ISO8859-1'
domain  
'dabo'
fallback        
False
languages       
['en_US']
localedir       
'/home/juser/veyepar/lib/python2.6/site-packages/dabo/locale'
mofiles         
[]

-- 
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