I have just completed the code for the Google Summer of Code.
Now I’m going to try to
- Clean up the code, bug fixes, more testing, and hopefully get a stable version
&
- Make Deb package
The Debian packaging system is one of the most elegant methods of installing, upgrading, and removing software available.
I’ll package my project in Debian Binary package format which contain executables, help pages, copyright information, and documentation and will release first version of Ubuntu-config-samba soon .
… And that is all!
August 26, 2006 at 7:33 pm
I downloaded your source from http://socg2006.googlepages.com/ubuntu-config-samba but I can’t run it.
I used this command
python mainWindow.py
and I got this error:
File “mainWindow.py”, line 355, in ?
main()
File “mainWindow.py”, line 352, in main
MainWindow()
File “mainWindow.py”, line 18, in __init__
self.smbpasswdinit ()
File “mainWindow.py”, line 338, in smbpasswdinit
dlg = gtk.MessageDialog(self.ParentClass.main_window, 0, gtk.MESSAGE_WARNING, gtk.BUTTONS_OK,
why don’t you add a new python file with a good name that initialize your application. something like gui-samba.py
August 27, 2006 at 4:09 pm
Oh…yes .Tnks 4 your comment.
I’ve fixed bugs and upload perfect version.
please test it again and feel free to comment .