Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them server as it doesn't have a very fat connection to the Net.
Be sure to look at the CHANGES file as there have been a number of additions since the last preview.
On Sat, 14 Oct 2006 10:45:19 -0700, Robin Dunn <robin@alldunn.com> wrote:
Hi folks,
Since the starship is still in lock-down mode I've put the files for
yesterday's preview build up at a temporary location. You can get them
from: http://previews.wxpython.org/20061013/ Try not to overload this
server as it doesn't have a very fat connection to the Net.
Be sure to look at the CHANGES file as there have been a number of
additions since the last preview.
I am getting the following traceback on the latest preview for flatnotebook.
Traceback (most recent call last):
File "FlatNotebook.py", line 668, in OnButton
self.win = FlatNotebookDemo(self, self.log)
File "FlatNotebook.py", line 99, in __init__
self.LayoutItems()
File "FlatNotebook.py", line 295, in LayoutItems
self.book = fnb.StyledNotebook(self, wx.ID_ANY, style=bookStyle)
AttributeError: 'module' object has no attribute 'StyledNotebook'
Werner
Robin Dunn wrote:
···
Hi folks,
Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.
Be sure to look at the CHANGES file as there have been a number of additions since the last preview.
Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.
Be sure to look at the CHANGES file as there have been a number of additions since the last preview.
The demo still used wx.OPEN instead of wx.SAVE (on line 200), but even after changing it I can still not save to a file.
Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.
Be sure to look at the CHANGES file as there have been a number of additions since the last preview.
The demo still used wx.OPEN instead of wx.SAVE (on line 200), but even after changing it I can still not save to a file.
The demo is updated (if one installs it to right location :-[ ), but I still can not save.
Since the starship is still in lock-down mode I've put the files for yesterday's preview build up at a temporary location. You can get them from: http://previews.wxpython.org/20061013/ Try not to overload this server as it doesn't have a very fat connection to the Net.
Be sure to look at the CHANGES file as there have been a number of additions since the last preview.
The demo still used wx.OPEN instead of wx.SAVE (on line 200), but even after changing it I can still not save to a file.
The demo is updated (if one installs it to right location :-[ ), but I still can not save.
It works when running that sample standalone, there must be some interaction with the rest of the demo framework... I'll see if I can figure it out.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!