2009/12/7 Michele Mattioni <matti...@gmail.com>

> Hello PyGTK list,
>
> I'm trying to use Visual Python [1] with PyGTK.
>
> My goal is to run the PyGTK app from an ipython console with the
> interactive loop, to launch the visual python and to be able to process the
> input coming from the console.
>
> I was able to do it on ubuntu jaunty, but for some reasons this is not the
> case anymore in karmic.
>
> The version I was using before of Ipython 0.9.1, what is shipped with
> karmic is 0.10.
> The PyGTK in jaunty is 2.14.1-1ubuntu1 and in karmic is 2.16.0-0ubuntu1
>
> With the 0.9.1 ipython version and the 2.14 PyGTK I was able to achieve
> this behaviour starting the console with the -pylab options, and I was using
> GTKAgg as my backend.
>
> In my program it was possible to start a visual window clicking on a gtk
> button. I attach a simple case code to show the problem.
>
> What has changed ?
>
> Is Ipython, PyGTK or both?
>
> [1] http://vpython.org/
> [2] http://ipython.scipy.org
>
> Regards,
> Michele.
>
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>

For me, this line:
import visual
Generate a segmentation fault (I use Ubuntu Lucid alpha 1) and I did before:
sudo apt-get install python-visual
Maybe you should report a bug for visual python on Ubuntu package.

-- 
Blog: www.shakaran.es
Tivion: un simple reproductor de canales streaming de TV
www.shakaran.es/blog/tivion
Mi juego de rol online: www.apogeus.es & www.apogeus.es/ao
Servicio manchego de hosting propio: www.quijost.com
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to