On Sat, Oct 30, 2010 at 11:04 PM, Carl Karsten <[email protected]> wrote:
> I don't have a good works this way, broken this way, yet.  working on
> it, but it may take a while so maybe someone knows the problem.

Does not crash (python stack dump) with 0.9.3, does with trunk:

virtualenv foo2
cd foo2
. bin/activate
pip install svn+http://svn.dabodev.com/dabo/tags/dabo-0.9.3#egg=dabo

(foo2)ju...@dhcp109:~/foo2$ python -c "import dabo"
2010-10-31 12:32:08 - ERROR -
No translation file found for domain 'dabo'.
    Locale dir = /home/juser/foo2/lib/python2.6/site-packages/dabo/locale
    Languages = ['en_US']
    Codeset = ISO8859-1

deactivate
cd ..
virtualenv foo3
cd foo3/
. bin/activate
pip install svn+http://svn.dabodev.com/dabo/trunk#egg=dabo

(foo3)ju...@dhcp109:~/foo3$ python -c "import dabo"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/juser/foo3/lib/python2.6/site-packages/dabo/__init__.py",
line 133, in <module>
    dLocalize.install("dabo")
  File "/home/juser/foo3/lib/python2.6/site-packages/dabo/dLocalize.py",
line 56, in install
    setLanguage(_defaultLanguage, _defaultEncoding)
  File "/home/juser/foo3/lib/python2.6/site-packages/dabo/dLocalize.py",
line 85, in setLanguage
    dabo.log.error("""
AttributeError: 'module' object has no attribute 'log'


-- 
Carl K

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

Reply via email to