On Tue, Mar 2, 2010 at 1:34 PM, Puzzle <[email protected]> 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! > > > Every time I have installed Dabo (successfully), I have used SVN. By far the easiest way to do this is to download Tortoise SVN, then checkout http://svn.dabodev.com/dabo/trunk/dabo to C:\Python25\lib\site-packages\dabo. Then Python will definitely know where to look for Dabo. If you want to use the IDE, you will need to also checkout http://svn.dabodev.com/dabo/trunk/ide. Ultimately, getting Dabo via SVN is not only the easiest way in Windows (in my opinion), but it also allows you to easily get updates whenever they are available.
See also: http://dabodev.com/download Hope that helps, Mike M. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
