[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Returns from exe



I was wondering if you can get returns from an executable somehow.  Something like:

import Objects
def main()
    objects = Objects.main()

and Objects is an .exe file. 
Ian