Main
Pruning the forum database.
Hello once again everyone. I have made a pack of this program called myPaint. It's a simple painting program that utilizes brush settings. In effect you make the brush and use it on the canvas (or you can use one of the many default brushes). It can make some good digital paintings. Plus, you can use tablets with it.If anyone wants to test it out here's a source pack for it (again, sorry for Rapidshare).
Yeah, I got it Neal. And I have now transferred it. Try it out, if you want.
Traceback (most recent call last): File "/usr/bin/mypaint", line 79, in <module> main.main(datapath, confpath) File "/usr/share/mypaint/gui/main.py", line 49, in main app = application.Application(datapath, confpath, filename, profile) File "/usr/share/mypaint/gui/application.py", line 46, in __init__ window = self.__dict__[name] = module.Window(self) File "/usr/share/mypaint/gui/drawwindow.py", line 61, in __init__ self.tdw.neutral_background_pixbuf = helpers.gdkpixbuf2numpy(pixbuf) File "/usr/share/mypaint/lib/helpers.py", line 92, in gdkpixbuf2numpy arr = pixbuf.get_pixels_array()RuntimeError: pygtk was not compiled with Numeric Python support