On 11/12/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote:
> I haven't seen this problem myself, and I know that both Elvelind and
> Ronald have run the Toolbox.
Ok--I just wanted to make sure it wasn't a known issue before I
debugged it further.
> main is actually a Kid file (and main.kid is in svn). An error related
> to main.py would have to do with the generated Python.
That's kind of what I thought. I need to look more closely into Kid
before I can figure out what's going on.
I'm still reproducing this. Just to double-check, I fully deleted all of TurboGears and Python itself, and started from a clean Python install + released TurboGears + svn checkout.
Incidentally, the download step during "setup.py develop" for CherryPy appears to have broken--I see:
Processing dependencies for TurboGears==0.9a0dev-r200
Searching for CherryPy>=2.1.0,!=2.1.0-beta,!=2.1.0-rc1,!=2.1.0-rc2
Reading http://www.python.org/pypi/CherryPy/
Reading http://www.cherrypy.org
Reading http://sourceforge.net/project/showfiles.php?group_id=56099
Best match: CherryPy 2.1.0
Downloading http://prdownloads.sourceforge.net/cherrypy/CherryPy-2.1.0.win32.exe?download
error: Unexpected HTML page found at http://prdownloads.sourceforge.net/cherrypy/CherryPy-2.1.0.win32.exe?download
Browsing the URL, it does appear that SF have tweaked their page layout--maybe this is confusing setuptools? In any event, I downloaded cherrypy manually and built an egg, and all is now fine.
Back to the original problem, I've found that if I edit main.kid and remove the derivation from master.kid, I don't see the problem (until I navigate to one of the toolbox items, which does inherit from master.kid). I trimmed down master.kid to almost nothing, but I still get the error.
Is anyone else running the bleeding edge on Win32?
--
Tim Lesher <[EMAIL PROTECTED]>

