On Aug 20, 2005, at 3:48 PM, Colin J. Williams wrote:

I used the binary version, perhaps that was the source of my problem. It seems that the distutils setup.py is not being called as there is no site-packages in Dabo Runtime\Dabo\ and there is no dabo in my regular site-packages.

When you say that you used the 'binary version', what exactly do you mean? The Runtime Engine, or the version that just runs SimpleFormWithBizobj? None of the files listed under the 'Binary Package' section of the download page on dabodev.com should install *anything* in your Python installation - they are meant to be self- contained, stand-alone packages.

If you want to use Dabo in your regular Python, you need to grab the Source Release for Windows, and install it using the typical setup.py method.

This was the method I used for my second try.

    I moved this back to the dabo-users list; somehow it got taken off.

If you ran "python setup.py install" using the Source Release, it should have certainly installed things into your site-packages folder. On my Windows machine, I have the following new files:

Dabo-0.4-py2.4.egg
setuptools-0.5a13-py2.4.egg
easy-install.pth
setuptools.pth

    When I run python from the command line, I get this:

C:\projects\ide>python
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import dabo
Dabo Info Log: Sat Aug 20 16:16:01 2005: No default UI set. (DABO_DEFAULT_UI)
>>> dabo.__file__
'C:\\Python24\\Lib\\site-packages\\Dabo-0.4-py2.4.egg\\dabo\ \__init__.pyc'
>>>

    What do you have in your site-packages directory?

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to