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 >
