|
From: Alec B. <wry...@gm...> - 2010-02-17 03:09:03
|
And if you're using PyInstaller and PythonCard, remember that you need to explicity import all the components. So for example: from PythonCard.components import statictext, imagebutton, textfield, textarea #, [and so on] from PythonCard import graphic, timer # [and so on] # and for our fantastic new flashwindow: from PythonCard.components import flashwindow |