This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_UI_SDK
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
mirror of
https://github.com/wxWidgets/wxWidgets.git
synced
2025-12-15 14:06:07 +08:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
Files
3756fd25b98d34e67ef0e86f69c2d8c5aa157ff4
wxWidgets
/
wxPython
/
scripts
/
pyshell
5 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added pyshell and pycrust scripts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-08 22:34:29 +00:00
#!/usr/bin/env python
wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-02 23:13:10 +00:00
from wx.py.PyShell import main
Added pyshell and pycrust scripts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-08 22:34:29 +00:00
main()
Reference in New Issue
Copy Permalink