On Dec 20, 2007, at 4:31 PM, Jeff Johnson wrote:
> I have two different eggs under my site-packages folder 0.8.2 and
> 0.8.3.
> I also have dabo unzipped to a folder \pythonprojects\dabo. I
> ran the
> python setup.py install and it appeared to create the 0.8.3 egg.
>
> Since I want to understand where the actual programs are:
>
> Is the dabo under the egg folder the one that is used when you do an
> import dabo?
If that is the latest egg, yes.
> How do I get rid of 0.8.2 egg?
You could simply delete it if you have no use for it.
> If I put a dabo.pth in the site-packages folder pointing to
> \pythonprojects\dabo will it use that dabo?
I dunno which will trump the other: the egg or the .pth file. I
suppose you could test it out, but in general, choose one way or the
other, but don't mix 'em up.
> It appears that the web update updates the egg. Is that correct?
It updates the current framework being run. It doesn't know from
eggs or .pth or whatever; the location it updates is what
dabo.__file__ returns when the app is run.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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/dabo-users/[EMAIL PROTECTED]