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 “”, line 1, in
ModuleNotFoundError: No module named ‘xlsgrid’
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 “”, line 1, in
ModuleNotFoundError: No module named ‘xlsgrid’
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 prasadpinjala@gmail.com 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 “”, line 1, in
ModuleNotFoundError: No module named ‘xlsgrid’
–
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 wxPython-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
The error message is very clear, your pc don’t have it installed
Mario Lacunza
Enviado desde mi celular
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 “”, line 1, in
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.
On Fri, 29 Mar 2019 at 18.19, Mario Lacunza mlacunza@gmail.com wrote:
El vie., 29 de mar. de 2019 12:05, PP_CT prasadpinjala@gmail.com escribió:
–
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 wxPython-dev+unsubscribe@googlegroups.com.
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 wxPython-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thankyou so much Andrea.
import wx.lib.agw.xlsgrid as XG instead of import xlsgrid as XG worked
On Friday, March 29, 2019 at 1:40:36 PM UTC-4, Infinity77 wrote:
Hi,
On Fri, 29 Mar 2019 at 18.19, Mario Lacunza mlac...@gmail.com 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 prasad...@gmail.com 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 “”, line 1, in
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 wxPyth...@googlegroups.com.
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 wxPyth...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.