[scribus-dev] Console doesn't see easygui

Sergio Spina sergio.am.spina at gmail.com
Sat Apr 2 08:29:36 UTC 2016


EasyGUI is a module for GUI programming in Python (
https://sourceforge.net/projects/easygui/).

This is a session on the terminal:

>  sam at lap_sam ~/repos/d-kit $ python
>  Python 2.7.9 (default, Mar  1 2015, 18:22:53)
>  [GCC 4.9.2] on linux2
>  Type "help", "copyright", "credits" or "license" for more information.
>  >>> import easygui as gui
>  >>> gui.ynbox(msg='Test window')
>  True
>  >>>

And this is the same session on the scribus python console:

input:
>  import easygui as gui

>  gui.ynbox(msg='Test window')


output after <F9>

>  Traceback (most recent call last):

>      File "<console>", line 1, in <module>

>  ImportError: No module named easygui

>  Traceback (most recent call last):

>      File "<console>", line 1, in <module>

>  NameError: name 'gui' is not defined


Where can it be the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scribus.net/pipermail/scribus-dev/attachments/20160402/0be403d4/attachment.html>


More information about the scribus-dev mailing list