Paul McNett wrote:
> Carl Karsten wrote:
> 
>> Paul McNett wrote:
>>> Carl Karsten wrote:
>>>
>>>> Nate Lowrie wrote:
>>>>> package the libraries for deployment.  Maybe we can also have a tool
>>>>> so that users not using the IDE can run the tool in a cron job (or
>>>>> they can just fire up the IDE occasionally).
>>>> Anything ever come of this?
>>>>
>>>> I need something that can be run on a box that doesn't have wx or even X.
>>> Carl, can you remind me why you can't just update Dabo manually on that 
>>> box using distutils? IOW:
>>>
>>> sudo easy_install dabo
>>>
>> That is what I am hoping for.  I'll even write the code if someone will clue 
>> me 
>> in on what needs to happen.
> 
> 
> It works right now. Try it.
> 
>>  From what I have gathered, it only gets the release, and I am not sure what 
>> the 
>> deal is with the tools.
> 
> 
> If you want to get updates more frequently than the releases, then 
> install subversion and write yourself a script like:
> 
> cd dabo-svn
> svn up
> sudo python setup.py install
> 
> The tools won't work on a wx-less system anyway, but you could run them 
> from your dabo-svn directory otherwise.
> 
> 
>> I am trying to figure out how to get the Web Updates.
> 
> I think this would work:
> 
> import dabo
> dabo.dApp().checkForUpdates()
> 

I'll come back to these suggestions after I get a better idea what is going on.

release version (.tar)
web update version
svn trunk version.

I know they are different, I know what the difference is between release and 
svn.  I can't get a clear picture on what the web update version is.

What sort of stability is expected in each?

Carl K


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to