bzr-config (alpha) ready
Marius Kruger
amanic at gmail.com
Mon Jan 15 06:12:02 GMT 2007
Hi,
its quite cool.
it makes it easy to modify the conf file, which is not
self documenting at this stage (like for example the Apache conf).
I had a little problem with the icon file,
the file exists on my system and the content,
looks right ( I could edit it with the gimp).
so I just commented out those lines
and it works.
regards
marius
Traceback (most recent call last):
File "bzr-config.py", line 9, in ?
sys.exit(bzrconf.main())
File "/stuph/projects/bzr/bzr.repo/bzr-config/bzrconf/__init__.py", line
20, in main
app = Application([gm, am])
File
"/stuph/projects/bzr/bzr.repo/bzr-config/bzrconf/gui/tkgui/__init__.py",
line 22, in __init__
self.root.iconbitmap('olive-branches.ico')
File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1451, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "olive-branches.ico" not defined
=== modified file 'bzrconf/gui/tkgui/__init__.py'
--- bzrconf/gui/tkgui/__init__.py 2007-01-14 05:50:37 +0000
+++ bzrconf/gui/tkgui/__init__.py 2007-01-15 06:05:45 +0000
@@ -18,8 +18,8 @@
# create root window
self.root = Tk()
self.root.title('Bazaar configuration')
- if os.path.isfile('./olive-branches.ico'):
- self.root.iconbitmap('./olive-branches.ico')
+ #if os.path.isfile('./olive-branches.ico'):
+ # self.root.iconbitmap('./olive-branches.ico')
On 1/14/07, Alexander Belchenko <bialix at ukr.net> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm ready to show my bzr-config utility (alpha). Current version is able
> to tuning
> general options and aliases. Planning provide support for managing
> plugins.
>
> I'd like to get some feedback.
> (I know that Tkinter is not the best GUI library, I'd like to hear another
> feedback).
>
> I create new project on Launchpad: https://launchpad.net/bzr-config/
>
> Attached screenshot of page for tuning aliases.
>
> - --
> Alexander
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFqlTHzYr338mxwCURAkhcAKCRkFo3cNNv6eRZTEremK9Z8lWGVQCfWvYw
> U1E/Dfgk6+v7X6vZuNSaf2o=
> =gJvq
> -----END PGP SIGNATURE-----
>
>
>
--
I code therefore I am.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20070115/7bd0f263/attachment-0001.htm
More information about the bazaar
mailing list