Skip to content

Commit

Permalink
Updated wxPython version for it to work with Vista
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Rachum committed Aug 1, 2009
1 parent fd5e110 commit 5294fd5
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 1 deletion.
Binary file modified src/dist/library.zip
Binary file not shown.
Binary file modified src/dist/pythonturtle.exe
Binary file not shown.
Binary file modified src/dist/wx._aui.pyd
Binary file not shown.
Binary file modified src/dist/wx._controls_.pyd
Binary file not shown.
Binary file modified src/dist/wx._core_.pyd
Binary file not shown.
Binary file modified src/dist/wx._gdi_.pyd
Binary file not shown.
Binary file modified src/dist/wx._misc_.pyd
Binary file not shown.
Binary file modified src/dist/wx._stc.pyd
Binary file not shown.
Binary file modified src/dist/wx._windows_.pyd
Binary file not shown.
Binary file modified src/dist/wxbase28uh_net_vc.dll
Binary file not shown.
Binary file modified src/dist/wxbase28uh_vc.dll
Binary file not shown.
Binary file modified src/dist/wxmsw28uh_adv_vc.dll
Binary file not shown.
Binary file modified src/dist/wxmsw28uh_aui_vc.dll
Binary file not shown.
Binary file modified src/dist/wxmsw28uh_core_vc.dll
Binary file not shown.
Binary file modified src/dist/wxmsw28uh_html_vc.dll
Binary file not shown.
Binary file modified src/dist/wxmsw28uh_stc_vc.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion src/pythonturtle.py
Expand Up @@ -207,6 +207,7 @@ def init_about_dialog_info(self):
info.SetCopyright("MIT License, (C) 2009 Ram Rachum (\"cool-RR\")")
info.SetDescription(description)
info.SetName("PythonTurtle")
info.SetVersion("0.1.2009.8.2.1")
info.SetWebSite("http://pythonturtle.com")


Expand Down Expand Up @@ -234,4 +235,4 @@ def run():
app.MainLoop()

if __name__=="__main__":
run()
run()

0 comments on commit 5294fd5

Please sign in to comment.