Hi Raj, Raj Bandyopadhyay wrote: > Hi there > > I'm new to trying out pypy, and I hope this is the right list to ask > questions. > I just installed the pypy version for Windows on a Windows XP/Intel > platform. > > However, I get errors when I start it up > > > pypy-c > > -------------------- > Python 2.4.1.... > Type "help".... > > Error calling sys.excepthook: > debug: OperationError > debug: operrortype: ImportError > debug: operror-value: No module named traceback > ---------------------
how exactly did you install pypy? Did you get one of the prebuilt binaries? Then you need to download the source too, since the std library is in it. Or did you build pypy yourself? Cheers, Carl Friedrich _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
