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> File "bzr-config.py", line 9, in ?
<br> sys.exit(bzrconf.main())<br> File "/stuph/projects/bzr/bzr.repo/bzr-config/bzrconf/__init__.py", line 20, in main<br> app = Application([gm, am])<br> File "/stuph/projects/bzr/bzr.repo/bzr-config/bzrconf/gui/tkgui/__init__.py", line 22, in __init__
<br> self.root.iconbitmap('olive-branches.ico')<br> File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1451, in wm_iconbitmap<br> return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
<br>_tkinter.TclError: bitmap "olive-branches.ico" not defined<br><br><br>=== modified file 'bzrconf/gui/tkgui/__init__.py'<br>--- bzrconf/gui/tkgui/__init__.py 2007-01-14 05:50:37 +0000<br>+++ bzrconf/gui/tkgui/__init__.py 2007-01-15 06:05:45 +0000
<br>@@ -18,8 +18,8 @@<br> # create root window<br> self.root = Tk()<br> self.root.title('Bazaar configuration')<br>- if os.path.isfile('./olive-branches.ico'):<br>-
self.root.iconbitmap('./olive-branches.ico')<br>+ #if os.path.isfile('./olive-branches.ico'):<br>+ # self.root.iconbitmap('./olive-branches.ico')<br><br><br><br><div><span class="gmail_quote">
On 1/14/07, <b class="gmail_sendername">Alexander Belchenko</b> <<a href="mailto:bialix@ukr.net">bialix@ukr.net</a>> 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'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'd like to get some feedback.<br>(I know that Tkinter is not the best GUI library, I'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.