Hi, Jacek. One can´t be too carefull. When removing Dabo from Python26, I have removed a line from "easy_install.pth", concernig Dabo. Since then, whenever I tried to start Python26, I´ve got the message "import site failed", see my last log. Having read your hint, I have returned to the "easy_install.pth" and what did I find out: the format was in utf-8 but not without BOM! After the small correction, the Python26 runs OK.
So, I have downloaded the last code of Dabo from SVN, put it into "c:/Dabo" folder, made it active for my Windows Power Shell console and run: > python setup.py install ... Abrakadabra, there is the "Dabo-0.9.3-py2.6.egg" folder in "site-packages", there is "sample.cnxml" file in c:/dabo/ide with its full header (<?xml version="1.0" encoding="utf-8" standalone="yes"?>). Nevertheless, "import dabo" goes well, "app=dabo.dApp()" results in "sqlite3.OperationalError: unable to open database file" Tovim On 14.3.2011 23:00, Jacek Kałucki wrote: > Check packages you recently added to the site-packages directory, > e.g import them separately one by one. > There is an error in package or corresponding .pth file. > > Regards > Jacek Kałucki _______________________________________________ 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]
