See inline replies<br><br>
<div><span class="gmail_quote">On Apr 8, 2005 2:23 PM, <b class="gmail_sendername">Tim Peters</b> &lt;<a href="mailto:tim@zope.com">tim@zope.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">[Chris Cioffi]<br>&gt; Just an FYI to all that I uploaded my first pass at a script for viewing<br>&gt; a ZODB data file.&nbsp;&nbsp;This is a trivial implementation and probably need<br>&gt; some work, especially wrt accessing a ZODB via ZEO.<br><br>It's a very cool thing about ZEO that normally all you need to change is one<br>line, from opening a FileStorage to opening a ClientStorage.&nbsp;&nbsp;The only<br>complication then is parsing the ZEO server address (which may be a<br>host:port pair, or a Unix domain socket).&nbsp;&nbsp;Maybe you could incorporate<br>ZConfig to make that &quot;easy&quot; &lt;wink&gt;.</blockquote>
<div>&nbsp;</div>
<div>I've been going over the ZEO docs and it looks pretty cool.&nbsp; In fact it would solve a few minor issues I'm having with one of my apps.&nbsp; My concern, however, is that my main app is *very* write intensive when it's running.&nbsp; Methinks a little benchmarking is in order...</div>
<div>&nbsp;</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt; This script uses wxPython so it's probably a bit oriented towards<br>&gt; Windows, I'll address that once my Mac Mini comes in. :-)<br><br>Hmm.&nbsp;&nbsp;I'm running on Windows, but don't have wxPython installed.&nbsp;&nbsp;Tk is the<br>common denominator across platforms; people can legitimately argue about<br>whether it's the _lowest_ common denominator.&nbsp;&nbsp;I'd say you should use<br>whatever you like best.</blockquote>
<div>&nbsp;</div>
<div>I've tried Tkinker and really disliked it.&nbsp; wxPython, while far from perfect feels much better...maybe doing something like pydoc with using the built in web server is in order. :)</div>
<div>&nbsp;</div>
<div>&gt; http
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/409012<br>&gt;<br>&gt; Any feedback would be appreciated...<br><br>One immediate suggestion:&nbsp;&nbsp;there's a very long line in the code, starting<br>with:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.db_layout_tree = wx.TreeCtrl(self.window_1_pane_1,<br><br>[snip]<br>The Python style guide:<br><br>&nbsp;&nbsp; <a href="http://www.python.org/peps/pep-0008.html">http://www.python.org/peps/pep-0008.html</a><br><br>requests:<br><br>&nbsp;&nbsp; please limit all lines to a maximum of 79 characters<br><br>for pragmatic reasons like this.<br><br></blockquote></div></div>
<div>Ah, yes...maybe going over the output of wxGlade would be in order...even better would be to not use wxGlade but I'm lazy.<br><br>Thanks for the input.</div>
<div>&nbsp;</div>
<div><br>-- <br>&quot;I was born not knowing and have had only a little time to change that here and there.&quot; -- Richard Feynman</div>