On Jan 22, 2007, at 9:23 PM, percious wrote:
> > C:\Python24\Lib\site-packages\ft8\turboLink\tg>easy_install -U > ToscaWidgets > Searching for ToscaWidgets > Reading http://cheeseshop.python.org/pypi/ToscaWidgets/ > Reading http://toscawidgets.org/ > Reading http://toscawidgets.org/download/ > Reading http://cheeseshop.python.org/pypi/ToscaWidgets/0.1a1 > Best match: toscawidgets 0.1a1 > Processing toscawidgets-0.1a1-py2.4.egg > toscawidgets 0.1a1 is already the active version in easy-install.pth > > Using c:\python24\lib\site-packages\toscawidgets-0.1a1-py2.4.egg > Processing dependencies for ToscaWidgets > Searching for python-cjson > Reading http://cheeseshop.python.org/pypi/python-cjson/ > Reading http://ag-projects.com/ > Reading http://cheeseshop.python.org/pypi/python-cjson/1.0.2 > Best match: python-cjson 1.0.2 > Downloading > http://cheeseshop.python.org/packages/source/p/python-cjson/python-c > json-1.0.2.tar.gz#md5=284a6f0e159d874593554ecb2c9f1ba4 > Processing python-cjson-1.0.2.tar.gz > Running python-cjson-1.0.2\setup.py -q bdist_egg --dist-dir > c:\docume~1\ft8\loca > ls~1\temp\easy_install-jnbtnv\python-cjson-1.0.2\egg-dist-tmp-clf9cm > warning: no files found matching 'changelog' under directory 'debian' > warning: no files found matching 'compat' under directory 'debian' > warning: no files found matching 'control' under directory 'debian' > warning: no files found matching 'copyright' under directory 'debian' > warning: no files found matching 'pycompat' under directory 'debian' > warning: no files found matching 'rules' under directory 'debian' > error: Setup script exited with error: The .NET Framework SDK needs to > be instal > led before building extensions for Python. > > ********************************************************************** > ***************************************** > C:\Python24\Lib\site-packages\ft8\turboLink\tg>start-turbolink.py > Traceback (most recent call last): > File > "C:\Python24\Lib\site-packages\ft8\turboLink\tg\start-turbolink.py", > line > 5, in ? > import turbogears > File > "c:\python24\lib\site-packages\TurboGears-1.0-py2.4.egg\turbogears > \__init > __.py", line 6, in ? > from turbogears.controllers import expose, flash, validate, > redirect, \ > File > "c:\python24\lib\site-packages\TurboGears-1.0-py2.4.egg\turbogears > \contro > llers.py", line 12, in ? > from turbogears import view, database, errorhandling, config > File > "c:\python24\lib\site-packages\TurboGears-1.0-py2.4.egg\turbogears > \view\_ > _init__.py", line 1, in ? > from turbogears.view.base import * > File > "c:\python24\lib\site-packages\TurboGears-1.0-py2.4.egg\turbogears > \view\b > ase.py", line 348, in ? > load_engines() > File > "c:\python24\lib\site-packages\TurboGears-1.0-py2.4.egg\turbogears > \view\b > ase.py", line 346, in load_engines > engine = entrypoint.load() > File > "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg > \pkg_resources.p > y", line 1829, in load > if require: self.require(env, installer) > File > "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg > \pkg_resources.p > y", line 1842, in require > working_set.resolve(self.dist.requires > (self.extras),env,installer)) > File > "c:\python24\lib\site-packages\setuptools-0.6c5-py2.4.egg > \pkg_resources.p > y", line 483, in resolve > raise DistributionNotFound(req) # XXX put more info here > pkg_resources.DistributionNotFound: python-cjson > > help? Well, the culprit was actually python-cjson... ;) That already cause some troubles so I just comitted a switch to simplejson which is native python and made a 0.1a2dev snapshot available at http://toscawidgets/download. easy_install -U ToscaWidgets and you'll be fine. Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

