Kattni schrieb: >> Can you do >> >> python2.5 >> ... >> >> >>> import sqlobject >> > > Returns: > $ python2.5 > Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) > [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin > Type "help", "copyright", "credits" or "license" for more information. >>>> import sqlobject > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named sqlobject > > Not so much?
So you didn't install it properly. Download it youself (source distribution) and in the SO-dir do # python2.5 setup.py install Afterwards, the above import must work. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

