What did you pull out from SVN ? TG 1.1 is in a branch:
http://svn.turbogears.org/branches/1.1
whereas the "trunk" is used for the development of TG 2.0 at the moment...
If you refer to the latest version present in the 1.1 branch then we
are talking about the "head revision of 1.1 branch".
I see you have TurboKid 1.0.1 & 1.0.2, but for TG 1.0 (beta1) and TG
1.1 we require kid 1.0.3...
You seem to have a problem with the FastData import here. Since there
is a new release of this I also suggest you update TGFastData using:
easy_install -U TGFastData
to grab the latest version from the cheeseshop or our servers.
BTW: How did you "install" TG 1.1 ? Did you run "setup.py develop" ?
On 9/14/07, Ivo Looser <[EMAIL PROTECTED]> wrote:
> Hi Together
>
> I got the Trunk from the svn. After the Installation i had the following
> eggs in my site-packages directory.
>
>
> cElementTree-1.0.5_20051216-py2.4-win32.egg
> cheetah-2.0rc8-py2.4.egg
> CherryPy-2.2.1-py2.4.egg
> cherrypy-3.0.2-py2.4.egg
> configobj-4.3.2-py2.4.egg
> dateutil-1.1-py2.4.egg
> DecoratorTools-1.4-py2.4.egg
> DivDialogs-0.1a1.dev_r610-py2.4.egg
> easy-install.pth
> elementtree-1.2.6-py2.4.egg
> FormEncode-0.7.1-py2.4.egg
> Genshi-0.4.1-py2.4.egg
> gibe-0.11.1-py2.4.egg
> InPlace-0.1a0.dev_r501-py2.4.egg
> ipython-0.8.1-py2.4-win32.egg
> jquery-1.1.2-py2.4.egg
> kid-0.9.5-py2.4.egg
> kid-0.9.6-py2.4.egg
> MySQLdb
> MySQL_python-1.2.2-py2.4.egg-info
> ObjectStateTracer-0.1a0.dev_r664-py2.4.egg
> Paste-0.9.7-py2.4.egg
> Paste-1.3-py2.4.egg
> PasteDeploy-0.9.6-py2.4.egg
> PasteScript-0.9.7-py2.4.egg
> PasteScript-1.3.6-py2.4.egg
> PyProtocols-1.0a0dev_r2302-py2.4-win32.egg
> README.txt
> Routes-1.7-py2.4.egg
> RuleDispatch-0.5a0.dev_r2306-py2.4-win32.egg
> Scriptaculous-1.6.2-py2.4.egg
> setuptools-0.6c5-py2.4.egg
> setuptools-0.6c7-py2.4.egg
> setuptools.pth
> simplejson-1.7.1-py2.4.egg
> sqlalchemy-0.3.7-py2.4.egg
> SQLObject-0.9.0-py2.4.egg
> tgcrud-1.0-py2.4.egg
> TGExtJS-0.2.1-py2.4.egg
> TGFastData-0.9a6-py2.4.egg
> TurboCheetah-0.9.5-py2.4.egg
> TurboGears-1.0.3.2-py2.4.egg
> turbogears-1.1a0-py2.4.egg
> TurboGears.egg-link
> TurboJson-1.0-py2.4.egg
> TurboKid-1.0.1-py2.4.egg
> TurboKid-1.0.2-py2.4.egg
> TurboMail-2.0.4-py2.4.egg
> TurboTinyMCE-1.0.6-py2.4.egg
> _mysql.pyd
> _mysql_exceptions.py
> _mysql_exceptions.pyc
> _mysql_exceptions.pyo
>
>
> When i started my Project i got the following error:
>
>
>
> D:\Turbogears\pcfreunde>python start-pcfreunde.py
> c:\Python24\lib\site-packages\kid-0.9.6-py2.4.egg\kid\pull.py:16:DeprecationWa
> ning: kid.pull has been superseded by kid.parser
> warnings.warn("kid.pull has been superseded by kid.parser",
> DeprecationWarnin
> )
> Traceback (most recent call last):
> File "start-pcfreunde.py", line 26, in ?
> from pcfreunde.controllers import Root
> File "D:\Turbogears\pcfreunde\pcfreunde\controllers\__init__.py", line 1,
> in
>
> from pcfreunde.controllers.root import Root
> File "D:\Turbogears\pcfreunde\pcfreunde\controllers\root.py", line 5, in ?
> from pcfreunde.controllers import admin, home, portrait, impressum,
> galerie
> File "D:\Turbogears\pcfreunde\pcfreunde\controllers\home.py", line 4, in ?
> from pcfreunde.widgets.frontend import *
> File "D:\Turbogears\pcfreunde\pcfreunde\widgets\frontend\__init__.py",
> line 1
> in ?
> from widgets import *
> File "D:\Turbogears\pcfreunde\pcfreunde\widgets\frontend\widgets.py", line
> 8,
> in ?
> from tgfastdata.datawidgets import FastDataGrid
> ImportError: No module named tgfastdata.datawidgets
>
> There was also no way to process a Quickstart:
>
> D:\Turbogears>tg-admin quickstart mytgtest
> c:\Python24\lib\site-packages\kid-0.9.6-py2.4.egg\kid\pull.py:16:DeprecationWar
> ning: kid.pull has been superseded by kid.parser
> warnings.warn("kid.pull has been superseded by kid.parser",
> DeprecationWarning
> )
> Traceback (most recent call last):
> File "C:\Python24\Scripts\tg-admin-script.py", line 7, in ?
> sys.exit(
> File "c:\python24\lib\site-packages\setuptools-
> 0.6c7-py2.4.egg\pkg_resources.p
> y", line 277, in load_entry_point
> return get_distribution(dist).load_entry_point(group, name)
> File "c:\python24\lib\site-packages\setuptools-
> 0.6c7-py2.4.egg\pkg_resources.p
> y", line 2179, in load_entry_point
> return ep.load()
> File "c:\python24\lib\site-packages\setuptools-
> 0.6c7-py2.4.egg\pkg_resources.p
> y", line 1912, in load
> entry = __import__(self.module_name, globals(),globals(), ['__name__'])
> File "c:\python24\lib\site-packages\turbogears-
> 1.1a0-py2.4.egg\turbogears\__in
> it__.py", line 32, in ?
> globals().update(ext.tgsymbols())
> TypeError: 'StackedObjectProxy' object is not callable
>
> Did i do a Misstake? I there a Bug in trunk?
>
> TIA Ivo
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---