Puzzle wrote:
> Hi dear gifted Dabo-Users,
> 
> I have a wild struggle getting Dabo to install at all.
> I have now on a fresh PC with Windows XP SP3.
> 
> First I again tried the sandbox windows-all-in one installer - would not run
> any example (again), and I get absolutely no hint og backtrace.
> It starts the file open dialog, but selecting any demo gives no result at
> alle. Not even when "daborun" is started by hand on a command-prompt.
> 
> But as I had Python 2.5.4 and wxPython2.8-win32-unicode-2.8.10.1-py25
> installed I downloaded dabo-0.9.2-win.zip, unzipped and got the same result
> from running "python setup.py install" again:
> 
> 
> C:\Documents and Settings\PCG\Skrivebord\Install\dabo-0.9.2-win\dabo>python
> setup.py install
> Traceback (most recent call last):
> File "setup.py", line 7, in <module>
> from dabo.__version__ import version
> File "C:\Documents and
> Settings\pcg\Skrivebord\Install\dabo-0.9.2-win\dabo\dabo\__init__.py", line
> 130, in <module>
> dLocalize.install("dabo")
> File "C:\Documents and
> Settings\pcg\Skrivebord\Install\dabo-0.9.2-win\dabo\dabo\dLocalize.py", line
> 56, in install
> setLanguage(_defaultLanguage, _defaultEncoding)
> File "C:\Documents and
> Settings\pcg\Skrivebord\Install\dabo-0.9.2-win\dabo\dabo\dLocalize.py", line
> 76, in setLanguage
> daboTranslation = gettext.translation("dabo", daboLocaleDir, languages=lang,
> codeset=charset)
> File "C:\Python25\lib\gettext.py", line 469, in translation
> raise IOError(ENOENT, 'No translation file found for domain', domain)
> IOError: [Errno 2] No translation file found for domain: 'dabo'
> 
> I have looked in the arcive - but nobody seems to have seen that error, in
> relation to the installation process.
> As nothing af dabo get's installed - it must be something the installation
> of dabo needs to get the job done.
> 
> But what - help!
> 
I had this problem too, as well as others.  It ended up being a pathing 
problem and I can't tell you what I did to fix it but I fixed it.  I 
will guess that "daboLocaleDir" in the call gettext.translation() is not 
set or not found.

Sorry I couldn't be more help.

-- 
Jeff

Jeff Johnson
[email protected]
Phoenix Python User Group - [email protected]
_______________________________________________
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