--
Boern Parx
--
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to turbo...@googlegroups.com.
To unsubscribe from this group, send email to turbogears+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.
virt_web: https://fedorahosted.org/virt_web/
http://git.fedorahosted.org/git/virt_web/
This uses a message bus in addition to a db so there's some stuff in there
that isn't standard web app but it's pretty simple otherwise.
And moksha: https://fedorahosted.org/moksha
http://git.fedorahosted.org/git/moksha
Moksha this is a framework for building other stuff like civx.us and
fedoracommunity (those are both open source as well). So it might be a bit
harder to use as an example of TG2 stuff.
-Toshio
--
Boern Parx
An open source Audio/Video Podcasting/CMS web app recently released
by the company I work with. I've been working on MediaCore for almost
a year now.
It's built to run on the official release of TG2.0.3. It also
includes examples of how to use Routes with TG2.0 (which is alluded
to in the TG2.0 docs, but not fully implemented in TG as of 2.0.3).
http://getmediacore.com/
http://github.com/simplestation/mediacore/
-- Anthony
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" group.
> To post to this group, send email to turbo...@googlegroups.com.
> To unsubscribe from this group, send email to
> turbogears+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/turbogears?hl=en.
>
>
--
Boern Parx
Very uber cool tg2 based web app!
I have not had time to create an account to report encountered issues
for mediacore, so forgive me if this is off topic. I seem not being
able to run it properly on hardy. got this as an error
File "/home/testuser/codes/scratch/mediacore/mediacore/lib/base.py",
line 92, in _perform_call
self, controller, params, remainder=remainder)
File "/home/testuser/envs/mediacoreenv/lib/python2.5/site-packages/
TurboGears2-2.0.3-py2.5.egg/tg/controllers.py", line 132, in
_perform_call
self._initialize_validation_context()
File "/home/testuser/envs/mediacoreenv/lib/python2.5/site-packages/
TurboGears2-2.0.3-py2.5.egg/tg/controllers.py", line 406, in
_initialize_validation_context
pylons.c.form_errors = {}
AttributeError: 'module' object has no attribute 'c'
The complete error is posted at
http://paste.turbogears.org/paste/123123
Regards,
Dakila
On Feb 9, 4:35 am, Anthony Theocharis <anthony.theocha...@gmail.com>
wrote:
> I'm a few days late on this thread, but I figured I'd chime in with a
> little 'me too!'
>
> An open source Audio/Video Podcasting/CMS web app recently released
> by the company I work with. I've been working on MediaCore for almost
> a year now.
> It's built to run on the official release of TG2.0.3. It also
> includes examples of how to use Routes with TG2.0 (which is alluded
> to in the TG2.0 docs, but not fully implemented in TG as of 2.0.3).
>
> http://getmediacore.com/http://github.com/simplestation/mediacore/
So sorry for leaving you hanging for two weeks. My schedule gets
pretty busy, between classes, job, and open source work.
I'm afraid I get a 502 error when I follow the link to the complete
error.
From your synopsis, I think the issue is your turbogears
installation. It looks like it's not complete.
How did you install TG2?
This fellow had a similar problem:
http://groups.google.com/group/turbogears/browse_thread/thread/
c5ef419531bf2502
-- Anthony