wxPython on Debian?

William O'Higgins william.ohiggins-H217xnMUJC0sA/PxXw9srA at public.gmane.org
Thu Jun 16 16:25:15 UTC 2005


On Thu, Jun 16, 2005 at 12:17:11PM -0400, Lennart Sorensen wrote:

>Try this:
>
>apt-get install wxwin2.4-examples libwxgtk2.4-python
>cd /tmp
>cp -a /usr/share/doc/wxwin2.4-examples/examples/wxPython .
>cd wxPython
>for i in *gz; do gunzip $i; done
>./demo.py
>
>If that works, enjoy and you have some working examples of how it should
>be used.  It works here using Debian Sarge.
>
>It looks like they just use: import wx

Here is the result:

Traceback (most recent call last):
    File "./demo.py", line 3, in ?
        import Main
    File "/tmp/wxPython/Main.py", line 16, in ?
        import wx                  # This module uses the new wx namespace
ImportError: No module named wx
                
So something is up.  Strange.
-- 

yours,

William

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://gtalug.org/pipermail/legacy/attachments/20050616/7ec309c3/attachment.sig>


More information about the Legacy mailing list