I installed Python 2.3.3 from
http://www.python.org/ftp/python/2.3.3/Python-2.3.3.exe
I installed wxPython from the downloads for this project.
After double-clicking on the.bat, I get the following:
starting run_on_win.run()
start Win32HostApp.__init__
about to clear the Win32HostApp data members
OnInit
error with wx.App.__init__(self,0)
Traceback (most recent call last):
File "test.py", line 158, in ?
run_on_win.run()
File "C:\My Documents\THE_Alpha_v4\run_on_win.py",
line 659, in run
host_App = Win32HostApp()
File "C:\My Documents\THE_Alpha_v4\run_on_win.py",
line 100, in __init__
wx.App.__init__(self, 0)
File "C:\PYTHON23\lib\site-packages\wx\core.py", line
5042, in __init__
self._BootstrapApp()
File "C:\PYTHON23\lib\site-packages\wx\core.py", line
4791, in _BootstrapApp
return _core.PyApp__BootstrapApp(*args, **kwargs)
File "C:\My Documents\THE_Alpha_v4\run_on_win.py",
line 122, in OnInit
faceName="Lucida Console")
File "C:\PYTHON23\lib\site-packages\wx\gdi.py", line
1616, in __init__
newobj = _gdi.new_Font(*args, **kwargs)
TypeError: 'faceName' is an invalid keyword argument
for this function