Re: XLSGRID

Andrea Gavana <[email protected]> Fri, 29 Mar 2019 18:40:23 +0100
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <CAEf70bysmEe=WNKSMSNaJew0GELA8gjThb21Fh9YzK-5xgD+HA@mail.gmail.com>
Hi,

On Fri, 29 Mar 2019 at 18.19, Mario Lacunza <[email protected]> wrote:

> The error message is very clear, your pc don't have it installed
>
>
> Mario Lacunza
> Enviado desde mi celular
>
> El vie., 29 de mar. de 2019 12:05, PP_CT <[email protected]>
> escribió:
>
>> Hi,
>>    Trying to use xlsgrid and getting this error. Any help is really
>> appreciated
>>
>> >>> import wx
>> >>> import xlrd
>> >>> import xlsgrid as XG
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>> ModuleNotFoundError: No module named 'xlsgrid'
>>
>>

It’s because the module lives in wx.lib.agw, i.e.:

import wx.lib.agw.xlsgrid as xlsgrid

Andrea.


-- 
>> You received this message because you are subscribed to the Google Groups
>> "wxPython-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "wxPython-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.