[TurboGears] Re: missing catwalk?

2006-01-26 Thread Jared Kuolt
Change from turbogears.catwalk import CatWalk to from turbogears.toolbox.catwalk import CatWalk On 1/26/06, JKR [EMAIL PROTECTED] wrote: Hi all, I tried to test catwalk feature, but it seems like it missing from the latest source in trunk? or maybe I was wrong, I try to also look for

[TurboGears] Re: trac registration

2006-01-18 Thread Jared Kuolt
Worked for me too. On 1/18/06, Kevin Dangoor [EMAIL PROTECTED] wrote: On 1/18/06, Martina Oefelein [EMAIL PROTECTED] wrote: Out of a mood, I tried loging in today, and it worked! Err... that's just a little too weird. Kevin -- [EMAIL PROTECTED]

[TurboGears] Re: contributing to TG

2006-01-17 Thread Jared Kuolt
As far as I can tell, Kevin will give you svn access if you start giving him more patches than he wants to deal with. (and, of course, the quality is good) On 1/17/06, rick [EMAIL PROTECTED] wrote: The svn get access is for everyone. If you have a patch, find the corresponding bug ticket or

[TurboGears] Re: contributing to TG

2006-01-17 Thread Jared Kuolt
Without a proper login you cannot actually accept a ticket. Just type your name into the assign to field.

[TurboGears] Re: trac registration

2006-01-17 Thread Jared Kuolt
Question: Does the authentication for (I'm assuming lighttpd) allow access to all authenticated users? Jared On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: On 1/17/06, Martina Oefelein [EMAIL PROTECTED] wrote: I did, but it seems not to work properly. After entering my new username

[TurboGears] DataController

2006-01-13 Thread Jared Kuolt
Is the DataController meant to be used as CRUD in application, or is it meant only for easy data manipulation? I haven't much time to research right now, but I have a couple columns that should be edited by the user, whereas others should be filtered. Here's an example: class Posts(SQLObject):

[TurboGears] Re: CONFIEM NAO É MENTIRA!!!!!!!!!

2006-01-13 Thread Jared Kuolt
What an excellent opportunity!

[TurboGears] Re: Devcast files

2006-01-12 Thread Jared Kuolt
This brings up a thought that I've forgotten about for a while: should we have an example code library?

[TurboGears] Re: Kid templates are a PAIN to debug

2006-01-12 Thread Jared Kuolt
TG r506 and TurboKid 0.9 - still having this problem. On 1/12/06, Kevin Dangoor [EMAIL PROTECTED] wrote: On 1/11/06, nerkles [EMAIL PROTECTED] wrote: Any update on this problem? I've got a pretty bad case of it. Make sure you're running the latest rev of Kid, TurboKid and TurboGears.

[TurboGears] Re: Kid templates are a PAIN to debug

2006-01-12 Thread Jared Kuolt
Kid == r251. Is that wrong? On 1/12/06, Kevin Dangoor [EMAIL PROTECTED] wrote: and you have the latest rev of Kid as well? If so, that's a bummer. Kevin On 1/12/06, Jared Kuolt [EMAIL PROTECTED] wrote: TG r506 and TurboKid 0.9 - still having this problem. On 1/12/06, Kevin Dangoor

[TurboGears] Re: Oddity in widgets/base.py

2006-01-12 Thread Jared Kuolt
Be careful, as you'll need a development version of InsandQuotedSyntax r232 r247 as the developers started supporting Python 3001 in higher revs, significantly breaking backwards compaitibilty. On 1/12/06, Kevin Dangoor [EMAIL PROTECTED] wrote: On 1/12/06, Mike Kent [EMAIL PROTECTED] wrote:

[TurboGears] Re: tg-admin sql create no longer creates identity or visitor tables

2006-01-09 Thread Jared Kuolt
newburyportion.com nerd.newburyportion.com On 1/9/06, Mike Kent [EMAIL PROTECTED] wrote: I got home today, did another svn update, read these posts, and without making any changes to my project, it now works. My procedure is to wipe and recreate my database, then run 'tg-admin sql create'

[TurboGears] Re: TurboGears new site look - let's get to it!

2006-01-06 Thread Jared Kuolt
On 06 Jan 2006 21:17:44 -0200, Jorge Godoy [EMAIL PROTECTED] wrote: That plus the start-project instead of project-start would be really interesting. I get more annoyed with having to type ./prTAB-TAB to get ./project-start.py than with 'quickstart'... My sentiments exactly. -- [EMAIL

[TurboGears] 1000+ Users Subscribed

2006-01-05 Thread Jared Kuolt
Some time between Tuesday and today we passed the 1000 users mark on the mailing list! Congratulations to all involved, especially Kevin The Danger Dangoor! -- [EMAIL PROTECTED]

[TurboGears] nl2br for Kid?

2006-01-05 Thread Jared Kuolt
Is there a simple solution for newline-to-br (nl2br) in Kid? Simple explantation, I need something that will escape all HTML entities then add a br/ at every newline. Thanks in advance, Jared Kuolt -- [EMAIL PROTECTED]

[TurboGears] Re: nl2br for Kid?

2006-01-05 Thread Jared Kuolt
Works for me, thanks! On 1/5/06, Bob Ippolito [EMAIL PROTECTED] wrote: Something like this, I guess: span py:for=line in line.splitlines()${line}br//span On Jan 5, 2006, at 12:58 PM, Jared Kuolt wrote: Is there a simple solution for newline-to-br (nl2br) in Kid? Simple

[TurboGears] Re: TurboGears new site look - let's get to it!

2006-01-05 Thread Jared Kuolt
I like most of it, except that green candy-looking Download Now button makes the whole amalgamation remind me of KDE. On 1/5/06, Richard (koorb) [EMAIL PROTECTED] wrote: Just going to throw this on the table quickly for some feedback

[TurboGears] Re: TurboGears new site look - let's get to it!

2006-01-04 Thread Jared Kuolt
Is this Application Vault a place to register applications using TurboGears? [1] http://koorb.co.uk/static/images/tglogos/layouts/blue-light.png

[TurboGears] Re: Attention: people running TurboGears 0.9 out of SVN

2006-01-04 Thread Jared Kuolt
After python setup.py develop: Searching for PasteScript=0.4dev-r4192 Reading http://www.python.org/pypi/PasteScript/ Reading http://pythonpaste.org/script/ No local packages or download links found for PasteScript=0.4dev-r4192 error: Could not find distribution for

[TurboGears] Re: Attention: people running TurboGears 0.9 out of SVN

2006-01-04 Thread Jared Kuolt
Yarg. $ sudo python setup.py develop --find-links usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --find-links requires argument

[TurboGears] Re: Attention: people running TurboGears 0.9 out of SVN

2006-01-04 Thread Jared Kuolt
python setup.py install seemed to work fine...

[TurboGears] Re: minimalistic blog engine in TG

2006-01-03 Thread Jared Kuolt
I've been quite busy with paid projects and the holidays lately. I should be back developing the Toast soon. On 1/3/06, David Stanek [EMAIL PROTECTED] wrote: On 1/3/06, Max Ischenko [EMAIL PROTECTED] wrote: Hello, I need to have a blog on a TG-backed site and looking for the simplest

[TurboGears] SCGI over Proxy in LightTPD

2005-12-29 Thread Jared Kuolt
Can anyone explain why one might want to use the SCGI method over the Proxy method outlined in the docs? http://www.turbogears.org/docs/deployment/lighttpd.html

[TurboGears] Re: Trac down again :(

2005-12-29 Thread Jared Kuolt
...and again. Kevin, did you receive my lighttpd.conf? It shows how I have trac setup with authentication. Jared

[TurboGears] Re: Egg on my face...

2005-12-23 Thread Jared Kuolt
Fedora has some serious problems installing TurboGears. Search the group for fedora and you'll see what I mean. On 12/23/05, Michele Cella [EMAIL PROTECTED] wrote: Bob Ippolito wrote: Can someone give me a URL or a history on why Egg is used to package TurboGears if so many

[TurboGears] Re: TurboGears visuals for 0.9/1.0

2005-12-22 Thread Jared Kuolt
Ha! widgets.py deleted... am I the only one that caught that? :D On 12/22/05, Jonathan LaCour [EMAIL PROTECTED] wrote: I think Karl's layout is original and nice, but (personally) I don't find it quite usable. For example, I think the front page exposes to many things packed in a small

[TurboGears] Re: [request for review] Wikki Tutorial for simple forms

2005-12-22 Thread Jared Kuolt
http://trac.turbogears.org/turbogears/wiki/SimpleWidgetForm It's up.

[TurboGears] Re: TurboGears visuals for 0.9/1.0

2005-12-22 Thread Jared Kuolt
Okay, now I get it. *looks left, turns right* On 12/22/05, Kevin Dangoor [EMAIL PROTECTED] wrote: Actually, that was no joke: http://trac.turbogears.org/turbogears/changeset/352 On 12/22/05, Jared Kuolt [EMAIL PROTECTED] wrote: Ha! widgets.py deleted... am I the only one that caught

[TurboGears] Re: understanding DataController

2005-12-22 Thread Jared Kuolt
On 12/22/05, Kevin Dangoor [EMAIL PROTECTED] wrote: Yes... a / on the end. I wonder if there's an easy way to make it redirect with the trailing slash automatically... That shouldn't matter. When CherryPy checks a path, it strips the slashes at the beginning and end. Here's the docstring for

[TurboGears] Re: welcome #900!

2005-12-21 Thread Jared Kuolt
I respect you and all, but you're a dork. :P On 12/21/05, Kevin Dangoor [EMAIL PROTECTED] wrote: I don't know who you are, but hi there! to the 900th member of this Google group! In other news, we've also served up north of 75,000 eggs. Had these eggs been laid by real pythons, this

[TurboGears] Re: Get a CALL-CENTER JOB WORK FROM HOME

2005-12-21 Thread Jared Kuolt
If anyone is looking at this group via a mail service, make sure to mark these fun mailings as spam. On 12/21/05, Kevin Dangoor [EMAIL PROTECTED] wrote: On 12/21/05, Softcall Services [EMAIL PROTECTED] wrote: Yes it is true. You can get a CALL-CENTER JOB and WORK FROM HOME. Work for an

[TurboGears] Re: Widgets and client-side validation

2005-12-21 Thread Jared Kuolt
On 12/20/05, Alvin Wang [EMAIL PROTECTED] wrote: Coincidentally, I have a drop in javascript library that I was planning on modifying when the formencode devcast was done. I don't understand the form stuff yet. I glanced at the Toasty Goat code and I might be able to figure it out from

[TurboGears] Re: i think i am ready to start a project..

2005-12-19 Thread Jared Kuolt
Here's my very early and buggy (but mostly useful) blog engine: http://toastygoat.org/trac/ Maybe some of the code will be useful to you. Jared On 12/19/05, sergio [EMAIL PROTECTED] wrote: all the projects i had hoped to do in turbogears have fallen through.. not really fallen through,

[TurboGears] Re: MochiKit visual

2005-12-19 Thread Jared Kuolt
I haven't worked much with mochikit, but at first glance, you're calling roundedcorners() before the element appears. Try putting that method in the onLoad of the body. body onLoad=roundedcorners(); On 12/19/05, Rune Hansen [EMAIL PROTECTED] wrote: This might belong on the Mochikit

[TurboGears] 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
4 new widgets; attrs now supported Widget #1: Hidden This is simply a hidden input field, but it is placed outside the table when using widget.TableForm. Widget #2: TextArea A textarea field. Yep. Widget #3: FileField Thanks to danjac40, there is now a simple widget for allowing file

[TurboGears] Re: shopping cart and catalog system

2005-12-19 Thread Jared Kuolt
Do it. Put it in the wiki and I'll make sure to get it into the docs as a tutorial. This is a hotly wanted tutorial! On 12/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I like the paypal thing, I got a similar project, although it is not a store. it is still just on my mind but i could

[TurboGears] Re: 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
Just out of curiosity: what's the importance of having it *outside* the table? If it doesn't appear... Is it to support the replacement of the table structure with something else through JavaScript and DOM? You'll get empty table rows otherwise. At least, that's how it show's up in FireFox,

[TurboGears] Re: 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
On 12/19/05, Leandro Lucarella [EMAIL PROTECTED] wrote: Just a little thought, doesn't multiple deserves it own option in the constructor? Like widgets.SelectField(options=options_b, multiple=True, ...) I think the attrs parameter is great for easly hack the widget, but in this case, a

[TurboGears] Re: Combine TG and Subway?

2005-12-19 Thread Jared Kuolt
What Subway features stand out over TurboGears? On 12/19/05, Steven Kryskalla [EMAIL PROTECTED] wrote: Sylvain Hellegouarch wrote: What you guys mean by Combine? I mean would it be a simple interopability or a full integration of both products? I think they mean a full integration,

[TurboGears] Re: 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
On 12/19/05, Richard (koorb) [EMAIL PROTECTED] wrote: IMHO I'm not convinced tables should be used, semantically speaking, for forms While I agree semantically speaking, there is no other cross-browser compatible way that doesn't require a crapload of ugly nested divs to create the same

[TurboGears] Re: 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
On 19 Dec 2005 16:32:58 -0200, Jorge Godoy [EMAIL PROTECTED] wrote: How about an additional option to say how many visible options there will be at once? Something to tell the number of rows the listbox will use. I'm not sure I understand what you mean. Can you give an example? -- [EMAIL

[TurboGears] Re: wikipedia article?

2005-12-19 Thread Jared Kuolt
Maybe after 0.9 ;)

[TurboGears] Re: Trac down again :(

2005-12-19 Thread Jared Kuolt
Down again... On 12/16/05, Jared Kuolt [EMAIL PROTECTED] wrote: Kevin, It's down again! Are you proxying it via lighttpd = trac standalone daemon? If so, you should try FastCGI. It worked extremely well for me. On 12/10/05, Kevin Dangoor [EMAIL PROTECTED] wrote: I just started it up

[TurboGears] No need for VirtualPathFilter; Use server.webpath [r340]

2005-12-19 Thread Jared Kuolt
As of r340, server.webpath now handles incoming requests as well. This eliminates the need for VirtualPathFilter. VPF is a hack as it is, and it makes sense to support the server.webpath instead. CherryPy 2.2 will have new support for this same functionality, and I plan to make this transparent

[TurboGears] Re: 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
={multiple:True, size:10}, name=Multiple, default=[val3,val4]) On 19 Dec 2005 18:11:26 -0200, Jorge Godoy [EMAIL PROTECTED] wrote: Jared Kuolt [EMAIL PROTECTED] writes: On 19 Dec 2005 16:32:58 -0200, Jorge Godoy [EMAIL PROTECTED] wrote: How about

[TurboGears] Re: MochiKit visual

2005-12-19 Thread Jared Kuolt
: On 19. des. 2005, at 18.07, Jared Kuolt wrote: I haven't worked much with mochikit, but at first glance, you're calling roundedcorners() before the element appears. Try putting that method in the onLoad of the body. body onLoad=roundedcorners(); Hi Jared, that was supposed to be my next

[TurboGears] Re: Agreement signed with Prentice Hall to publish a TurboGears book!

2005-12-19 Thread Jared Kuolt
Yes. How totally radicalawesomecowabunga. On 12/19/05, Ronald Jaramillo [EMAIL PROTECTED] wrote: Wt = )! On Dec 19, 2005, at 9:55 PM, Kevin Dangoor wrote: After a month of discussions with two different publishers (both of which sounded quite excited about the project), Mark Ramm

[TurboGears] Re: MochiKit visual

2005-12-19 Thread Jared Kuolt
ID=rounded No sign of the onLoad statement. This is of course no big deal, I can live without the rounded corners but it's irritating nevertheless. regards /rune On 19. des. 2005, at 21.58, Jared Kuolt wrote: Try this one again, just remember to restart your application. Kid

[TurboGears] Re: 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
On 12/19/05, Michele Cella [EMAIL PROTECTED] wrote: Jared Kuolt wrote: Where do you draw the line when supporting attributes? We could support all given attributes for each element, but I think that lends itself to being an incredible headache. Hi Jared, Today I was thinking exactly

[TurboGears] Re: 4 new widgets; attrs now supported

2005-12-19 Thread Jared Kuolt
I forgot to mention that yet another thought is to just create another widget like MultipleSelectField.

[TurboGears] Re: Trac down again :(

2005-12-19 Thread Jared Kuolt
And again... On 12/19/05, Jared Kuolt [EMAIL PROTECTED] wrote: Down again... On 12/16/05, Jared Kuolt [EMAIL PROTECTED] wrote: Kevin, It's down again! Are you proxying it via lighttpd = trac standalone daemon? If so, you should try FastCGI. It worked extremely well for me. On 12

[TurboGears] VirtualPathFilter replacement

2005-12-17 Thread Jared Kuolt
I've got a monkey patch ready that replaces the need for using the VirtualPathFilter for CherryPy [1]. It would allow for just setting server.webpath = 'whatever/dir/' and it would handle output AND input. Thoughts? [1] http://www.cherrypy.org/wiki/VirtualPathFilter -- [EMAIL PROTECTED]

[TurboGears] Re: Help with kid

2005-12-17 Thread Jared Kuolt
Use py:strip= [1] like so: a href=?${page_var=paginator.next} py:strip=not paginator.has_nextlater /a http://kid.lesscode.org/language.html#stripping-tags-py-strip On 12/17/05, Graham Ashton [EMAIL PROTECTED] wrote: I'm just playing around with TurboGears at the moment, evaluating it for

[TurboGears] Re: How To: TurboGears and sock files

2005-12-17 Thread Jared Kuolt
Excellent. I'll make sure this gets into the docs. On 12/17/05, citizenkahn [EMAIL PROTECTED] wrote: I'd put this in a wiki, but I'm not sure where there is a Turbogears one. Problem: I want to use turbo gears, but my machine is setup with mysql not bound to a network socket and I get the

[TurboGears] Re: How To: TurboGears and sock files

2005-12-17 Thread Jared Kuolt
And by the way, the wiki lives at http://trac.turbogears.org/ On 12/17/05, citizenkahn [EMAIL PROTECTED] wrote: I'd put this in a wiki, but I'm not sure where there is a Turbogears one. Problem: I want to use turbo gears, but my machine is setup with mysql not bound to a network socket

[TurboGears] Re: ExpatError if web page contains invalid entity codes

2005-12-16 Thread Jared Kuolt
This should have been fixed in 0.8a5, if I'm not mistaken. What TurboGears version are you running? On 12/16/05, toffe [EMAIL PROTECTED] wrote: Hi, In a web project I fetch information from a database and display the information with kid using p${XML(text_from_db)}/p The text from the db

[TurboGears] Re: Making form handling and widgets work

2005-12-16 Thread Jared Kuolt
On 12/16/05, Kevin Dangoor [EMAIL PROTECTED] wrote: *sigh* Things have been very disruptive for me outside of work for the past few days. I have a feature to cleanup and two more devcasts to do that will make some of these things clearer. I'll see what I can clarify below and we'll see if

[TurboGears] Re: Trac down again :(

2005-12-16 Thread Jared Kuolt
Kevin, It's down again! Are you proxying it via lighttpd = trac standalone daemon? If so, you should try FastCGI. It worked extremely well for me. On 12/10/05, Kevin Dangoor [EMAIL PROTECTED] wrote: I just started it up. My guess was that Trac didn't come up when the machine rebooted 16

[TurboGears] CherryPy is freaking out

2005-12-15 Thread Jared Kuolt
**TG Rev 327** CherryPy is freaking out and I don't know why! I'm made very minor changes in my app, but it seems to have killed something and I have no idea how to debug it: 2005/12/15 09:48:28 HTTP INFO SystemExit raised: shutting down autoreloader 2005/12/15 09:48:28 HTTP INFO CherryPy shut

[TurboGears] Re: CherryPy is freaking out

2005-12-15 Thread Jared Kuolt
Yes. I'm actually just starting integrating some widgets. Trying to, at least. :) I think I know what's coming. Something's borked, right? :P On 12/15/05, Michele Cella [EMAIL PROTECTED] wrote: Are you doing something that involves widgets templates inside your app? Ciao Michele Jared

[TurboGears] Re: textarea widget?

2005-12-15 Thread Jared Kuolt
Actually, that's exactly what I did! I have it in ToastyWidgets and it has the same problem as in ticket 148: http://trac.turbogears.org/turbogears/ticket/148 Except it doesn't show the unhandled exception bit. On 12/15/05, programmer.py [EMAIL PROTECTED] wrote: Something like this may work

[TurboGears] Re: Applying template performance dropped

2005-12-15 Thread Jared Kuolt
Nope! I've done (what sounds to be) the exact same thing as you, but mine loads very quickly. Can you show your callback for the std.settings please? On 12/15/05, jemi [EMAIL PROTECTED] wrote: Hi, I just updated to latest svn and added a page title via std.settings to my pages. I suddenly

[TurboGears] Hidden Widgets

2005-12-15 Thread Jared Kuolt
I've created a Hidden widget and I'd like it so that it won't show up in the TableForm. What would be a best practice for that? Shall we have a hidden parameter? I'm more than willing to incorporate it into turbogears.widgets.forms. The real problem lies in the fact that each widget is for'd,

[TurboGears] Re: Problem running tg-admin with r.330

2005-12-15 Thread Jared Kuolt
I just committed 330, 331 and 332, but they shouldn't have *anything* to do with your problem. On 16 Dec 2005 01:31:44 -0200, Jorge Godoy [EMAIL PROTECTED] wrote: Hi! I've just updated my TurboGears from SVN and when I try running tg-admin I always get the following output:

[TurboGears] Re: Problem running tg-admin with r.330

2005-12-15 Thread Jared Kuolt
You may want to try again. Rev 332 just worked for me when I ran 'tg-admin quickstart' On 12/15/05, Jared Kuolt [EMAIL PROTECTED] wrote: I just committed 330, 331 and 332, but they shouldn't have *anything* to do with your problem. On 16 Dec 2005 01:31:44 -0200, Jorge Godoy [EMAIL

[TurboGears] Re: mod_python

2005-12-15 Thread Jared Kuolt
Some new stuff was just recently integrated from the wiki but is not yet up on the docs page. Take a look here: http://trac.turbogears.org/turbogears/wiki/ModPythonIntegration If you're running on Linux, there's a section that you should take a look at after Good luck! Let me know if this helps

[TurboGears] Re: A question about deployment under Apache 2

2005-12-15 Thread Jared Kuolt
I'll try to look at our configuration tomorrow, as this definitely needs to be cleared up. Jared On 12/15/05, Angus Lee [EMAIL PROTECTED] wrote: Suppose I've followed the instructions on http://trac.turbogears.org/turbogears/wiki/ModPythonIntegration, and have put my project's main

[TurboGears] Re: ? Cannot connect to MySQLServer

2005-12-14 Thread Jared Kuolt
_mysql.c:41:19: mysql.h: No such file or directory _mysql.c:42:26: mysqld_error.h: No such file or directory _mysql.c:43:20: errmsg.h: No such file or directory Seems like you need to install the mysql client libraries. IIRC, that's why you had these errors.

[TurboGears] Re: vpath vs. args and kw vs. param?

2005-12-14 Thread Jared Kuolt
I'm a bit of a noob myself, though you should be able to access your keywords like so: kw['action'] kw['state'] I don't know anything about vpath or param. On 12/14/05, icylamb [EMAIL PROTECTED] wrote: Hi all, I'm trying to implement a url parser for my own wiki system. Then when I

[TurboGears] Designs wanted for Toasty Goat

2005-12-14 Thread Jared Kuolt
Toasty Goat: Blog Engine for TurboGears The development of Toasty Goat is coming along at a rather frantic pace. So frantic in fact that I've had to re-vamp previous work on several occasions, due to new/changing requirements. That said, I'm a crappy designer. If anyone has any ideas for some

[TurboGears] Re: Global Vars and Kid

2005-12-14 Thread Jared Kuolt
No, the docs are just vague about it. On 12/14/05, Kevin Dangoor [EMAIL PROTECTED] wrote: Did the docs say that? I'm not sure they do... Kevin On 12/14/05, Jared Kuolt [EMAIL PROTECTED] wrote: Okay okay, I'm dumb. It's std.settings. Man, I've never been smart about STDs. O_o

[TurboGears] Re: Blog using TG

2005-12-13 Thread Jared Kuolt
Yarg, mine's been going over some pretty tremendous changes so I'm not releasing anything just yet. Sorry for the problems! Seriously though, if you guys have any extra feature requests, let me know so I can try to fit them into a schedule. Thanks! On 12/13/05, David Stanek [EMAIL PROTECTED]

[TurboGears] Re: New devcast: TurboGears Widgets

2005-12-13 Thread Jared Kuolt
Works for me in FreeBSD. You just have to have the right codecs. This should include the right codecs: http://www.bwongar.com/articles/108.htm On 12/13/05, Damjan [EMAIL PROTECTED] wrote: From the new Devcasts page: http://www.turbogears.org/docs/devcasts.html Ahh, what's with python

[TurboGears] New autocommit style with tg-admin shell

2005-12-13 Thread Jared Kuolt
I'm trying to create a row using tg-admin shell (svn trunk). I do this: Blah(var=whatever) and it works, except it doesn't automatically commit to the db. I have a feeling this has to do with Kevin's change to the autocommit something or other. I just have to wrap it with hub.being() and

[TurboGears] Re: New devcast: TurboGears Widgets

2005-12-13 Thread Jared Kuolt
Quicktime? On 12/13/05, sbain [EMAIL PROTECTED] wrote: Has anyone been successful in playing this devcast on Windows? For me, VLC plays the TurboTunes H.264 cast without issue, but not this one. (For this one, VLC plays the audio but not the video beyond an initial fixed frame.) Any

[TurboGears] Global Vars and Kid

2005-12-13 Thread Jared Kuolt
I'd like to build some settings that I want to be global, meaning i don't have to pass them to the kid templates. How can I create a global variable so Kid can use it? -- [EMAIL PROTECTED]

[TurboGears] Re: Blog using TG

2005-12-13 Thread Jared Kuolt
Toasty Goat is available due to popular demand. I'd love to see thoughts on where this project should go!! Simple Demo: http://superjared.com:1222/ Trac: http://superjared.com/trac On 12/13/05, Jared Kuolt [EMAIL PROTECTED] wrote: Yarg, mine's been going over some pretty tremendous changes so

[TurboGears] Re: Problem running under mod_python

2005-12-12 Thread Jared Kuolt
Hmm. What OS are you running? On 12/12/05, Andrew [EMAIL PROTECTED] wrote: Hello: I followed the instructions on http://www.turbogears.org/docs/deployment/mod_python.html to start running in production by get the following error-- Mod_python error: PythonHandler mpcp

[TurboGears] Re: CherryPy traceback on startup

2005-12-12 Thread Jared Kuolt
Does it happen every time you start the project? On 12/12/05, Graham Ashton [EMAIL PROTECTED] wrote: Hi. I'm trying to install TG on my Ubuntu (breezy) box. I followed the instructions on the download page: sudo python ez_setup.py -f http://www.turbogears.org/download/index.html

[TurboGears] Re: Shouldn't Turbogears site run on TG?

2005-12-12 Thread Jared Kuolt
My 2 cents: the TG Blog should be using a TG-based blog engine *cough* Toasty Goat is coming soon *cough* Just my new cents. On 12/12/05, Kevin Dangoor [EMAIL PROTECTED] wrote: That's pretty nice. I also like the way MochiKit samples are done:

[TurboGears] Re: multiple out types

2005-12-10 Thread Jared Kuolt
After updating to svn trunk, take a look at this: http://trac.turbogears.org/turbogears/wiki/FeedObject On 10 Dec 2005 20:40:11 -0200, Jorge Godoy [EMAIL PROTECTED] wrote: Elvelind Grandin [EMAIL PROTECTED] writes: that is just the default html/xhtml format to send kid pages in. 0.9

[TurboGears] Re: Changes to i18n package

2005-12-09 Thread Jared Kuolt
In the meantime, ¿Es usted listo engranar para arriba? Literal translation back to english: Are you ready to gear for above? I don't think it's as much a problem with the translator as it is the idiom of our culture. Ask an Italian guy if he's ready to gear up and he's likely to smack you.

[TurboGears] Re: Blog using TG

2005-12-09 Thread Jared Kuolt
Funny that you mention that. I was going to release mine tonight! I've got a pretty basic engine going on, but it's going to be full-featured. On 12/9/05, David Stanek [EMAIL PROTECTED] wrote: I am thinking about writing a blog application with TurboGears. Has anyone started one yet? I am

[TurboGears] Re: Changes to i18n package

2005-12-09 Thread Jared Kuolt
Yes. Buckets. I understand a little Italian, but not very good Spanish which is AFAIK syntactically correct. On 12/9/05, Kevin Dangoor [EMAIL PROTECTED] wrote: On 12/9/05, Jared Kuolt [EMAIL PROTECTED] wrote: Io capisco un po L'Italiano, ma non molto benne L'Espagnol. ;) For those

[TurboGears] Re: Blog using TG

2005-12-09 Thread Jared Kuolt
necessary. On 09 Dec 2005 17:34:06 -0200, Jorge Godoy [EMAIL PROTECTED] wrote: Jared Kuolt [EMAIL PROTECTED] writes: Development is not as fast as it could be. I'm pretty weak in Python, new to Kid, SQLObject, etc. and not very smart. This blog is gonna suck... :P If you guys

[TurboGears] Re: Blog using TG

2005-12-09 Thread Jared Kuolt
Hey, I'm still fleshing out the model. There's a lot to add! Plus, I'm still using 0.8a5. On 12/9/05, Kevin Dangoor [EMAIL PROTECTED] wrote: Boy, I expected it would at least have feeds, given that Elvelind gave 'em to you for free :) Thanks for sharing! Kevin On 12/9/05, Jared Kuolt

[TurboGears] Re: Changes to i18n package

2005-12-09 Thread Jared Kuolt
Io capisco un po L'Italiano, ma non molto benne L'Espagnol. ;) On 12/9/05, Leandro Lucarella [EMAIL PROTECTED] wrote: Jared Kuolt, el viernes 9 de diciembre a las 09:14 me escribiste: In the meantime, ¿Es usted listo engranar para arriba? Literal translation back to english

[TurboGears] Re: Blog using TG

2005-12-09 Thread Jared Kuolt
This'll be down until after Tang Soo Do; Proabably after 8:30-ish. On 12/9/05, Jared Kuolt [EMAIL PROTECTED] wrote: Hey, I'm still fleshing out the model. There's a lot to add! Plus, I'm still using 0.8a5. On 12/9/05, Kevin Dangoor [EMAIL PROTECTED] wrote: Boy, I expected it would

[TurboGears] Re: TurboGears visuals for 0.9/1.0

2005-12-08 Thread Jared Kuolt
Stepping up a level: if we had unlimited resources here, who would you go to for logo and site design? I'm fond of the work done for Firefox/Thunderbird for the Mozilla Foundation, but I don't know who did that. (I'm sure I can find out...) Does anyone else have some particularly inspiring

[TurboGears] Re: TurboGears visuals for 0.9/1.0

2005-12-08 Thread Jared Kuolt
On 12/8/05, Ronald Jaramillo [EMAIL PROTECTED] wrote: What about financing the designers wage by asking him to do artwork for a t-shirt as part of the assigment? I for one will love to buy a nice t-shirt to support the project! Ronald Jared looks left, turns right.

[TurboGears] Re: Set return MIME type for controller methods on the fly.

2005-12-08 Thread Jared Kuolt
I believe its something like cherrypy.response.headerMap['Content-Type'] that you can set. On 12/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using turbogears as a front-end to an XML db. I want to be able to allow users to submit a query to my DB with the results of the XPath

[TurboGears] Re: Set return MIME type for controller methods on the fly.

2005-12-08 Thread Jared Kuolt
Having checked after dinner I've found that I'm right! That's a surprise for me ;) Here's the doc on it: http://www.cherrypy.org/cherrypy-2.1.0/docs/book/html/index.html#id3478303 On 12/8/05, Jared Kuolt [EMAIL PROTECTED] wrote: I believe its something like cherrypy.response.headerMap

[TurboGears] Re: Web Site Propossal

2005-12-07 Thread Jared Kuolt
specification. On 12/7/05, Kevin Dangoor [EMAIL PROTECTED] wrote: On 12/7/05, Jared Kuolt [EMAIL PROTECTED] wrote: A big reason I don't like this idea is that the changes between 0.8 and 0.9 are so vast, it's comparing apples and oranges. I'm almost to the point of telling people not to touch

[TurboGears] OT: Congrats Jeff!

2005-12-07 Thread Jared Kuolt
Congratulations on your new baby, Jeff!! http://newburyportion.com/2005/12/molly-elizabeth-watkins For those of you who don't know, Jeff Watkins has been developing the Identity model for TurboGears. -- [EMAIL PROTECTED]

[TurboGears] Re: Running Turbogears as a service in Windows

2005-12-07 Thread Jared Kuolt
On 12/7/05, Sean De La Torre [EMAIL PROTECTED] wrote: I was also able to get TG to run using Apache/FastCGI on my dreamhost.com account. If anyone is interested, please let me know and I'll write that one up as well. I'm lazy! Please! For the sake of the docs! -- [EMAIL PROTECTED]

[TurboGears] Upgrading to 0.8a5 doesn't upgrade CherryPy

2005-12-06 Thread Jared Kuolt
Just like the title says. Going from 0.8a4 to 0.8a5 didn't upgrade CherryPy: localhost ~ # /usr/local/bin/easy_install -f http://www.turbogears.org/download/ index.html --script-dir /usr/local/bin TurboGears Reading http://www.turbogears.org/download/index.html Searching for TurboGears Best

[TurboGears] Re: Upgrading to 0.8a5 doesn't upgrade CherryPy

2005-12-06 Thread Jared Kuolt
You and your theories. I made sure that I deleted and re-downloaded ez_setup.py, upgraded setup tools, then did the upgrade. Should I just run this? easy_install -U cherrypy (I'm not used to it so I'm probably wrong...) On 12/6/05, Kevin Dangoor [EMAIL PROTECTED] wrote: On 12/6/05, Jared

[TurboGears] Re: Upgrading to 0.8a5 doesn't upgrade CherryPy

2005-12-06 Thread Jared Kuolt
you should be able to easy_install -U CherryPy = 2.1.0, != 2.1.0-rc2, != 2.1.0-rc1, != 2.1.0-beta Worked like a charm. Thanks. I really need to read up on setup tools. -- [EMAIL PROTECTED]

[TurboGears] Re: Using onload combined with py:if

2005-12-06 Thread Jared Kuolt
I looked up py:attrs to see if it is possible to do it the way you want, but it doesn't look like the py:if works for attributes inside elements. I would just change the variable from Boolean to the onload method: body onload=${jsonload} You could also have it perform the js task right before

[TurboGears] Re: Using onload combined with py:if

2005-12-06 Thread Jared Kuolt
script py:if=True my_fun_method(); /script /body Though that somewhat defeats the purpose of onload. I want to run a JS function, not a Python function... This is part of the problem (the other part is that I don't know much JavaScript ;-)). This is javascript. Let me redo it

  1   2   >