What are you trying to do exactly? Notice that a Thrift server is not expected to be accessed by a browser, but from a Thrift Client (you may try the JS client generator to overcome this, but this feature is not yet widely tested).
Best regards, Manuel. On Sat, Apr 3, 2010 at 3:25 AM, Kris Van den Bergh < [email protected]> wrote: > Ok apparently the server starts but now I am not able to access it from > within my browser, localhost:9090 > > So far the tutorial hasn't worked for me. > > If I try to run ./PhpClient --http I do not get any output! > > What could be going wrong? > > Thanks again. > > On Sat, Apr 3, 2010 at 9:05 AM, Kris Van den Bergh < > [email protected]> wrote: > > > That works flawlessly! Thanks Manuel. > > > > 2010/4/3 Manuel Vázquez Acosta <[email protected]> > > > > Hi Kris, > >> > >> I had to go to lib/py and run: > >> > >> sudo python setup.py install > >> > >> to install the thrift package in python2.6 dist-packages. > >> > >> Hope this helps, > >> manuel. > >> > >> On Fri, Apr 2, 2010 at 2:57 PM, Kris Van den Bergh < > >> [email protected]> wrote: > >> > >> > Hi, > >> > > >> > I'm trying to run the Python server. Here's what I do and what I get: > >> > > >> > ./PythonServer.py > >> > Traceback (most recent call last): > >> > File "./PythonServer.py", line 6, in <module> > >> > from tutorial import Calculator > >> > File "../gen-py/tutorial/Calculator.py", line 11, in <module> > >> > from thrift.Thrift import * > >> > ImportError: No module named thrift.Thrift > >> > > >> > I have tried to add the following to my path: > >> > > >> > import sys > >> > > >> > > >> > sys.path.append('/Users/krisvandenbergh/Desktop/scripting/fb/thrift/tutorial/gen-py') > >> > > >> > Unfortunately I still get the error. What's going wrong? > >> > Could some please help me! > >> > > >> > Thanks. > >> > > >> > > >> > > >> > Regards, > >> > Kris > >> > > >> > > > > >
