On 24. sep. 2014 14:38, giacomo boffi wrote:

> 
> This behaviour makes pyspread completely unsuitable for my purposes.
> 
> Is it possible that a desktop environment is REQUIRED to run the program?
> 
> Thank you in advance,

From upstream:
Could you ask the OP to try out the following:

import wx
a = wx.App()
i = wx.SYS_COLOUR_GRAYTEXT
c = wx.SystemSettings.GetColour(i)
rgb = c.GetRGB()

If any of these steps fail then it is a wxPython problem.
If I could get the error messages and the types and values of i, c and
rgb then I would fix the issue in the next release.

Could the OP also state the output of
wx.version()
so that we know exactly which wx version is actually employed?

--
Regards
Andreas Noteng

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to