My problem is as follow: I' ve got a python script, which is creating pyGeo files on the fly. To execute the pyGeo files from the python script, i'm using something like
system( 'start ' + _path2python_interpreter_ + " " + pyGeoFile ) in the python-script. pyInstaller bundles in the *.exe all the necessary pygeo and vpython files, but where do I find the python Interpreter for executing the pyGeo files? Well I hope, my question does make any sense . . . Regards, Walter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
