Hi, <br>its quite cool.<br>it makes it easy to modify the conf file, which is not <br>self documenting at this stage (like for example the Apache conf).<br><br>I had a little problem with the icon file, <br>the file exists on my system and the content,
<br>looks right ( I could edit it with the gimp).<br><br>so I just commented out those lines<br>and it works.<br><br>regards<br>marius<br><br><br><br>Traceback (most recent call last):<br>&nbsp; File &quot;bzr-config.py&quot;, line 9, in ?
<br>&nbsp;&nbsp;&nbsp; sys.exit(bzrconf.main())<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr-config/bzrconf/__init__.py&quot;, line 20, in main<br>&nbsp;&nbsp;&nbsp; app = Application([gm, am])<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr-config/bzrconf/gui/tkgui/__init__.py&quot;, line 22, in __init__
<br>&nbsp;&nbsp;&nbsp; self.root.iconbitmap(&#39;olive-branches.ico&#39;)<br>&nbsp; File &quot;/usr/lib/python2.4/lib-tk/Tkinter.py&quot;, line 1451, in wm_iconbitmap<br>&nbsp;&nbsp;&nbsp; return self.tk.call(&#39;wm&#39;, &#39;iconbitmap&#39;, self._w, bitmap)
<br>_tkinter.TclError: bitmap &quot;olive-branches.ico&quot; not defined<br><br><br>=== modified file &#39;bzrconf/gui/tkgui/__init__.py&#39;<br>--- bzrconf/gui/tkgui/__init__.py&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2007-01-14 05:50:37 +0000<br>+++ bzrconf/gui/tkgui/__init__.py&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2007-01-15 06:05:45 +0000
<br>@@ -18,8 +18,8 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # create root window<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.root = Tk()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.root.title(&#39;Bazaar configuration&#39;)<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if os.path.isfile(&#39;./olive-branches.ico&#39;):<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
self.root.iconbitmap(&#39;./olive-branches.ico&#39;)<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #if os.path.isfile(&#39;./olive-branches.ico&#39;):<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp; self.root.iconbitmap(&#39;./olive-branches.ico&#39;)<br><br><br><br><div><span class="gmail_quote">
On 1/14/07, <b class="gmail_sendername">Alexander Belchenko</b> &lt;<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>I&#39;m ready to show my bzr-config utility (alpha). Current version is able to tuning<br>general options and aliases. Planning provide support for managing plugins.
<br><br>I&#39;d like to get some feedback.<br>(I know that Tkinter is not the best GUI library, I&#39;d like to hear another feedback).<br><br>I create new project on Launchpad: <a href="https://launchpad.net/bzr-config/">
https://launchpad.net/bzr-config/</a><br><br>Attached screenshot of page for tuning aliases.<br><br>- --<br>Alexander<br><br><br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.6 (MingW32)<br>Comment: Using GnuPG with Mozilla - 
<a href="http://enigmail.mozdev.org">http://enigmail.mozdev.org</a><br><br>iD8DBQFFqlTHzYr338mxwCURAkhcAKCRkFo3cNNv6eRZTEremK9Z8lWGVQCfWvYw<br>U1E/Dfgk6+v7X6vZuNSaf2o=<br>=gJvq<br>-----END PGP SIGNATURE-----<br><br><br></blockquote>
</div><br><br clear="all"><br>-- <br><br><br><br>I code therefore I am.