Re: simple splash screen?

2009-07-29 Thread Marcus Wanner
On 7/28/2009 11:58 PM, NighterNet wrote: I am trying to make a simple splash screen from python 3.1.Not sure where to start looking for it. Can any one help? Trying to make a splash screen for python? Or trying to do image processing in python? Marcus -- http://mail.python.org/mailman/listinfo

Re: simple splash screen?

2009-07-29 Thread Martin P. Hellwig
NighterNet wrote: I am trying to make a simple splash screen from python 3.1.Not sure where to start looking for it. Can any one help? Sure, almost the same as with Python 2 :-) But to be a bit more specific: Only works if you got Python 3 installed with tkinter import tkinter IMAGE_PATH

Re: simple splash screen?

2009-07-29 Thread NighterNet
On Jul 29, 11:16 am, Martin P. Hellwig martin.hell...@dcuktec.org wrote: NighterNet wrote: I am trying to make a simple splash screen from python 3.1.Not sure where to start looking for it. Can any one help? Sure, almost the same as with Python 2 :-) But to be a bit more specific

Re: simple splash screen?

2009-07-29 Thread Martin P. Hellwig
NighterNet wrote: cut Thanks it help. Sorry about that, I was just wander what kind of answer and if there are other methods to learn it. Is there a way to position image to the center screen? Yes there is, just start reading from here: http://effbot.org/tkinterbook/ Though because Python 3