Re: spe crashes!

"www.stani.be" <s_t_a_n_i-/[email protected]>
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
It is not possible to run programs with gui frameworks
(eg wxWindows, gtk, ...) inside spe.  If you use 
Windows, you can use Ctrl+F9 to run the program
outside spe.
Stani

--- Bschorer Elmar <elmar.bschorer-hvmQA13wJmtWk0Htik3J/[email protected]>
wrote:
> hi @all,
> 
> if i try to run the following code by pressing F9
> spe crashes!
> 
>
-------------------------------------------------------
> #!/usr/bin/env python
> 
> import gtk
> 
> class Base:
>      def __init__(self):
>          self.window =
> gtk.Window(gtk.WINDOW_TOPLEVEL)
>          self.window.show()
> 
>      def main(self):
>          gtk.main()
> 
> if __name__ == "__main__":
>      base = Base()
>      base.main()
> 
>
----------------------------------------------------------
> 
>
-------------------------------------------------------------------------
> Elmar Bschorer
> Millenux GmbH                           
> elmar.bschorer-hvmQA13wJmtWk0Htik3J/[email protected]
> Lilienthalstrasse 2                         phone:
> +49.711.88770.138
> D-70825 Stuttgart-Korntal, Germany          fax:  
> +49.711.88770.349
> 
>
-------------------------------------------------------------------------
> 
> _______________________________________________
> Spe-user mailing list
> [email protected]
> http://www.blender.org/mailman/listinfo/spe-user


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.