Hi, I'm about 1 day into using pyinstaller on a CentOS Linux system, python 2.5.x. I have a basic "hello world" application running, but the goal is to have our Twisted/Python server built by pyinstaller as a single-directory distribution. I'm not certain how to proceed with this; we start everything up with:
twistd -options our_server.tac where twistd is itself a python script file, the .tac is a python file, etc. I would appreciate some advice on where I need to be using Configure, Makespec, Build to be able to package this up as a single entity, probably as a single-directory distribution. I googled around quite a while and checked the archives here, but didn't find anything that looked like a good specific basis to go on with. Thanks much, Ken
-- 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.
