On 14 August 2011 21:22, Krishnakant Mane <[email protected]> wrote: > Thanks a lot for this pointer. > However there is a small problem in this case. > before I initiate the serving of my pylons app from the vertual environment, > I have to start another service, this one being a twisted server for xmlrpc. > The core logic has been written long before and its stable. > 'So we did not choose to remove it, instead our pylons controllers talk as > an agent to the APIs in this xmlrpc service. > So the bottom line is that the rpc engine has to be run using system level > python (I have the sudo permissions for this ). > Now given this fact, how can I have a single python script first run the > code to start the rpc server and then divert the path to another python > instance inside the venv and server the web app?
This really is off-topic. Take a look here: http://pypi.python.org/pypi/virtualenv. \malthe -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
