我使用代码创建了一个自定义位图按钮
PlayButton=wx.Bitmap('play.jpg', wx.BITMAP_TYPE_ANY)
self.PlayButton=wx.BitmapButton(self.bitmap, -1, PlayButton, pos=(190,300))
self.PlayButton.Bind=(wx.EVT_BUTTON, self.playGame)
只是想知道在定义我的函数 playGame 时,单击它时如何在同一目录中运行外部 python 文件“game.py”