[TurboGears] Re: Dreamhost and new .py config files

2006-01-17 Thread Sean De La Torre
Ok, I finally got everything working. In addition to the changes posted above, you'll need to do the following to get the SVN version of TG to work: tg_fastcgi.fcgi: The VirtualPathFilter class can be completely removed. This line (towards the bottom) also needs to be removed:

[TurboGears] Template plugins

2006-01-17 Thread Ian Bicking
There's a couple things that seem weird to me in the template API. * What's up with the use of module names? Since they aren't really Python files anyway, and you also need __init__.py files. * There should really really be a search path for templates. That doesn't fit well with the

[TurboGears] Re: Template plugins

2006-01-17 Thread Ian Bicking
Another item: I feel like distribution and package are getting confused. This line: tfile = pkg_resources.resource_filename(package, %s.%s % (basename,

[TurboGears] Re: Trac is better now

2006-01-17 Thread Lee McFadden
502 Bad Gateway It's down again. :(

[TurboGears] Static files no longer available

2006-01-17 Thread Dan Jacob
Getting the following error when trying to access static files:Traceback (most recent call last): File c:\python24\lib\site-packages\cherrypy-2.2.0beta-py2.4.egg\cherrypy\_cphttptools.py, line 96, in _run applyFilters('before_main') File

[TurboGears] Re: a request's journey

2006-01-17 Thread Richard (koorb)
Ah that's beautiful, really useful too! Ronald Jaramillo wrote: Hi, I have posted an illustration on my blog (http:// www.checkandshare.com/blog/?p=34) that tries to describe the way a request 'flows' through the TurboGears stack. I plan to use it for my presentation (and maybe for the

[TurboGears] Re: Upgrading to SVN

2006-01-17 Thread Lior
I'm personnaly using the procdedure from Bill Woodward (detailed on http://groups.google.com/group/turbogears/msg/24bf35000bfe01f4 ). I've made a shell script to automate all of this. I'm regularly updating the script on my blog (http://crembo.blogspot.com/ ) when dependencies changes in SVN (for

[TurboGears] CalendarDatePicker widget and empty defaults

2006-01-17 Thread Lee McFadden
I have a use case where I don't always want a default value in any of my fields, but the CalendarDatePicker widget was forcing one upon me. I've created my own version of the widget (I'm really becoming a fan of widgets) but I think this is a common enough use case for it to be available in

[TurboGears] Re: CalendarDatePicker widget and empty defaults

2006-01-17 Thread Jorge Godoy
Lee McFadden [EMAIL PROTECTED] writes: I have a use case where I don't always want a default value in any of my fields, but the CalendarDatePicker widget was forcing one upon me. I've created my own version of the widget (I'm really becoming a fan of widgets) but I think this is a common

[TurboGears] Re: Dreamhost and new .py config files

2006-01-17 Thread Jorge Godoy
Sean De La Torre [EMAIL PROTECTED] writes: Ok, I finally got everything working. In addition to the changes posted above, you'll need to do the following to get the SVN version of TG to work: Sean, I believe there's a Trac entry on that and it contains a recipe... Could you update it when

[TurboGears] Re: proper way to instantiate a widget with a specific set of data

2006-01-17 Thread Lee McFadden
On 1/6/06, Karl Guertin [EMAIL PROTECTED] wrote: The data is expected to be a class with attributes matching the names in the form, but if you pass in a dict with the correct keys it gets converted. The names in the data and on the text fields have to match. This still does not work for me.

[TurboGears] admi18n does not save .po files with UTF-8 encoding

2006-01-17 Thread Dan Jacob
I have noticed that when I have used the admi18n tool in the Toolbox for creating message .po files I get the following kind of error in the Kid templates: UnicodeEncodeError: 'utf-8' codec can't encode characters in position 3-4: ordinal not in range(128) However, if I create the message.po

[TurboGears] Re: server crashes frequently

2006-01-17 Thread Lee McFadden
This happens all the time for me, but since I run a lot of other bits and pieces on this machine I assumed it was a problem at my end and I switched off autoreload. I have many RelatedJoins in all my models. I'll try creating a simple one without any later and see if that causes any problems on

[TurboGears] Re: [Slightly OT] a request's journey

2006-01-17 Thread Soni Bergraj
I don't want to start a license war but you may also want to look at this one which may be more to your taste. http://creativecommons.org/licenses/by-sa/2.5/ And it is always good to know that by-sa and by-nc-sa are not compatible. So, if one want the public to get maximum benefit from your

[TurboGears] Unicode in SQLite

2006-01-17 Thread Ivo Looser
Hi Together I had opened 2 weeks ago this ticket. http://trac.turbogears.org/turbogears/ticket/345 I whould realy like to go far with turbogear testings. But when i cuouldn't use german letters then its not the right tool form me. :-) Someone can give me a hint how i can fix this or what i can

[TurboGears] Re: Template plugins

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Ian Bicking [EMAIL PROTECTED] wrote: There's a couple things that seem weird to me in the template API. * What's up with the use of module names? Since they aren't really Python files anyway, and you also need __init__.py files. That's not necessarily true. They *can* be Python

[TurboGears] Problem enabling visit

2006-01-17 Thread Patrick Lewis
I am trying to enable visit (svn 520), and am not having any luck. I've uncommented visit.on=True in config.py, and left everything else visit/identity related commented out. I created the tg_visit table. I then visit the index() method of root. No cookie is set, and nothing shows up in the

[TurboGears] Re: server crashes frequently

2006-01-17 Thread Soni Bergraj
[EMAIL PROTECTED] wrote: This happens all the time for me, but since I run a lot of other bits and pieces on this machine I assumed it was a problem at my end and I switched off autoreload. I have many RelatedJoins in all my models. I'll try creating a simple one without any later and see

[TurboGears] Re: Writing a table widget as a container

2006-01-17 Thread Michele Cella
Mike Kent wrote: One thing I learned while doing this project is the current Widget base class is very form-input oriented. I see from comments from Kevin and Karl that what I set out to do is not really in line with the original intended use for widgets. It may be a mistake to limit our

[TurboGears] Re: admi18n does not save .po files with UTF-8 encoding

2006-01-17 Thread Dan Jacob
OK I don' t think the problem is with admi18n. You just have to remember to save your .po files with UTF-8 encoding, then it should work fine.

[TurboGears] Develix TurboGears Bug Bounty

2006-01-17 Thread Kevin Dangoor
Cliff Wells of Develix (http://www.develix.com) has offered a year of free hosting to people who help get the major TurboGears 0.9 release into shape! And, yes, you can run TurboGears apps on the Develix service! http://www.turbogears.org/bugbounty.html Just follow the link above and follow the

[TurboGears] functional testing: test against in-memory db, identity magic, longish test setup

2006-01-17 Thread Max Ischenko
Hello, I'm writing some functional tests for my TG app and run into a problem. In setup method, I do the following: from turbogears import database database.set_db_uri(sqlite:///:memory:) This supposed to setup an in-memory test db and allow me to proceed with import model and go on with

[TurboGears] Re: Writing a table widget as a container

2006-01-17 Thread David Bernard
+1 to have a lightweight root class. Maybe : * only two interface or protocol for simple and compound widget, that define the common contract for: * using it * extending it * a set of implementations (the current one ?) * some helpers fonction, base implementation signature.asc

[TurboGears] Re: Dreamhost and new .py config files

2006-01-17 Thread Sean De La Torre
Yeah, I'll update it, though it'll have to wait until next weekend. Jorge Godoy wrote: Sean De La Torre [EMAIL PROTECTED] writes: Ok, I finally got everything working. In addition to the changes posted above, you'll need to do the following to get the SVN version of TG to work: Sean,

[TurboGears] Re: Problem enabling visit

2006-01-17 Thread Jeff Watkins
Patrick Lewis wrote: I am trying to enable visit (svn 520), and am not having any luck. I've uncommented visit.on=True in config.py, and left everything else visit/identity related commented out. I created the tg_visit table. I then visit the index() method of root. No cookie is set, and

[TurboGears] Re: Something wicked is going on with identity or sqlobject

2006-01-17 Thread Jeff Watkins
Alberto wrote: There it is http://trac.turbogears.org/turbogears/attachment/ticket/397/threading.patch. Alberto Patches should only address one issue. The visit cookie should not be modified in the same patch as a hack to get around a flaw in SQLObject. Have you checked whether this

[TurboGears] Re: FastData infinite loop?

2006-01-17 Thread David Stanek
On 1/16/06, rick [EMAIL PROTECTED] wrote: Hrm.. searching for kid infinite loop brings up some troublingresults. I think my problem may be described inhttp://lesscode.org/projects/kid/ticket/111 .I have not had problems to date, but I believe that is because all ofmy templates have beenreferenced

[TurboGears] Re: Slightly OT: for wxPython users

2006-01-17 Thread Cliff Wells
On Mon, 2006-01-16 at 16:00 -0500, Tim Lesher wrote: On 1/15/06, Cliff Wells [EMAIL PROTECTED] wrote: If anyone here develops GUI apps using wxPython, you may find this interesting: http://blog.develix.com/archive/2006/01/15/using-turbogears-serve-wxpython-guis/ This is technically

[TurboGears] Re: server crashes frequently (formerly: Does TurboCheetah work for anybody?)

2006-01-17 Thread Kevin Dangoor
Wow. That *is* weird. Can you open a ticket on that? That needs more investigation. Is there any exception that's raised that you can see? Are you running on Windows? Kevin On 1/16/06, Soni Bergraj [EMAIL PROTECTED] wrote: Hello, i tracked the problem described in my previous post (Does

[TurboGears] Re: API : Widget and Template, needs details

2006-01-17 Thread Kevin Dangoor
On 1/16/06, David Bernard [EMAIL PROTECTED] wrote: My PluginTemplate works in the other way, produce Elements (nativ format) in transform and flatten the tree of Element to string into render. My question is about what must be return by engine.transform() and widget.insert() Both are

[TurboGears] Re: Startdate of CalendarDatePicker widget

2006-01-17 Thread Kevin Dangoor
Are you passing in a value when inserting the widget? I believe the default is supposed to be datetime.now, but if you pass in 0 or None, it might come up as 1970 (untested). Kevin On 1/16/06, Uwe Grauer [EMAIL PROTECTED] wrote: Does anyone know why the starting date of CalendarDatePicker is

[TurboGears] Virtual hosting options for Turbogears application

2006-01-17 Thread srid
Hi, I tried various hosting options since last year. I had always tied down myself to writing CGI apps, because of dedicated server options which are not to my budget. Recently, I see VPS hosting as pretty cheap. I find a lot like bluelinux, bytemark, interesting for consideration. So my

[TurboGears] Re: Something wicked is going on with identity or sqlobject

2006-01-17 Thread Jeff Watkins
Alberto wrote: Reloader thread?? Do you mean: a) the template reloader? (I'm too lazy/busy to check right now in the code if it's threaded or something. b) the visit-expiration-time-updater-thread? c) cherrypy's module reloader? d) none of the above. I meant a c. You can't turn off the

[TurboGears] Re: Slightly OT: for wxPython users

2006-01-17 Thread Cliff Wells
On Tue, 2006-01-17 at 15:07 +, Lee McFadden wrote: On 1/17/06, Cliff Wells [EMAIL PROTECTED] wrote: Really? How? The URI is hardcoded into the client application, so the only place to acquire potentially unsafe code is from the place where they acquired the original application.

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread Lee McFadden
I currently use Linode.com for my VPS needs. I have one server that runs my blog, planet.turbogears.org, a test TG app and 3 other websites. Bandwidth is huge and the support is excellent. Also, when they move to Xen the performance will be blazing.

[TurboGears] Re: Trac is better now

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Lee McFadden [EMAIL PROTECTED] wrote: 502 Bad Gateway It's down again. :( At least the database works :) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: Trac is better now

2006-01-17 Thread Lee McFadden
On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: At least the database works :) All clouds have their silver lining I suppose. :)

[TurboGears] Re: Something wicked is going on with identity or sqlobject

2006-01-17 Thread Alberto
Well, the patch I've posted at ticket 397 for sqlobject DOES solve the problem. I'm pretty sure it is an SQLObject's bug as: it's also reported by Randall Smith, it's solved by this patch and, as I understand it, python doesn't guarantee thread-safeness for the __init__ method. SQLObject's

[TurboGears] Re: Static files no longer available

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Dan Jacob [EMAIL PROTECTED] wrote: WrongConfigValue: StaticFilter requires an absolute final path. Make static_filter.dir, .file, or .root absolute. If an absolute path is now required this would seem a backwards step, as it makes the apps less portable from one server to

[TurboGears] Re: FastData infinite loop?

2006-01-17 Thread rick
It was referencing kid egg 0.8 egg. Though as I said, I'm not entirely convinced that it was solely to blame, because all I had to do was modify the source file with no particular functionality and it worked.

[TurboGears] Re: API : Widget and Template, needs details

2006-01-17 Thread David Bernard
I submitted the patch http://trac.turbogears.org/turbogears/ticket/403 to fix the problem on TurboKid. From my understand, the first number is used to tell is the Element must be used as event type (in Pull terminology) like START_TAG, END_TAG... and Element provide by the generator are only

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread srid
I am also a bit skeptical about VPS (as I'm new). Linode offers 3gb disk space. But installing a distro, alone will take around 1.5gb, right? What about your case, splee? -- Sridhar Ratna - http://www.24dot1.com/

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread Christopher Mayfield
I use dreamhost for my web hosting needs.they are very responsive to any questions you have about installing software.you also get shell access on the box with as many databases you need and more then enough space Right now they have a sale of giving out 60 GB disk space that increases each week--

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread Lee McFadden
On 1/17/06, srid [EMAIL PROTECTED] wrote: I am also a bit skeptical about VPS (as I'm new). Linode offers 3gb disk space. But installing a distro, alone will take around 1.5gb, right? What about your case, splee? -- Sridhar Ratna - http://www.24dot1.com/ I have 6GB on my plan, and even

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread Karl Guertin
On 1/16/06, Matthew Bevan [EMAIL PROTECTED] wrote: 1. TextArea fields have a large amount of whitespace added to them. Unfortunately for Kid, TextArea fields are whitespace sensitive, thus a None value results in two tab on one line, then one more on another in the case of my template. There

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread Kevin Dangoor
On 1/16/06, Matthew Bevan [EMAIL PROTECTED] wrote: 1. TextArea fields have a large amount of whitespace added to them. Unfortunately for Kid, TextArea fields are whitespace sensitive, thus a None value results in two tab on one line, then one more on another in the case of my template. There

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread David Stanek
On 1/17/06, Karl Guertin [EMAIL PROTECTED] wrote: On 1/16/06, Matthew Bevan [EMAIL PROTECTED] wrote: 1. TextArea fields have a large amount of whitespace added to them. Unfortunately for Kid, TextArea fields are whitespace sensitive, thus a None value results in two tab on one line, then one more

[TurboGears] Re: proper way to instantiate a widget with a specific set of data

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Lee McFadden [EMAIL PROTECTED] wrote: On 1/6/06, Karl Guertin [EMAIL PROTECTED] wrote: The data is expected to be a class with attributes matching the names in the form, but if you pass in a dict with the correct keys it gets converted. The names in the data and on the text

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread David Stanek
On 1/16/06, Matthew Bevan [EMAIL PROTECTED] wrote: 2. Tag termination - while the following -is- valid, it certainly is notoptimum! input class=text_field type=text name=Title value= id=Title/inputNot optimum in what way? What do you think it should be? You can do this in your .kid file: input

[TurboGears] Re: Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-17 Thread nerkles
This didn't work here. (latest svn 520)...

[TurboGears] Re: proper way to instantiate a widget with a specific set of data

2006-01-17 Thread Lee McFadden
On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: What does not work for you? Passing a dict? Kevin Yes, passing a dict does not work. I have the following code (just to make sure it wasn't my controller code messing things up) span

[TurboGears] Re: server crashes frequently (formerly: Does TurboCheetah work for anybody?)

2006-01-17 Thread Soni Bergraj
[EMAIL PROTECTED] wrote: Wow. That *is* weird. Can you open a ticket on that? That needs more investigation. Is there any exception that's raised that you can see? Opened ticket #408 (http://trac.turbogears.org/turbogears/ticket/408). Are you running on Windows? No, Gentoo GNU/Linux. Cheers,

[TurboGears] Re: Writing a table widget as a container

2006-01-17 Thread Kevin Dangoor
On 1/16/06, Mike Kent [EMAIL PROTECTED] wrote: myTable = Table(\ header=TableHeader(\ rows=[\ TableRow(\ cells=[\ TableCell(\ widgets=[Text(Column 1 Label)]\ ),\

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread Lee McFadden
On 1/17/06, Sridhar Ratna [EMAIL PROTECTED] wrote: And, I have come across another Xen hosting provider - http://www.xelhosting.com/ They give 128MB of RAM and their plans are relatively cheap. Your suggestions? I've never used xelhosting so I can't attest to their service. I reccomend

[TurboGears] Re: Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-17 Thread David Stanek
On 1/17/06, nerkles [EMAIL PROTECTED] wrote: This didn't work here. (latest svn 520)...Looks like the None issue has gone away, but another evil issue has taken it's place. Try doing a 'python setup.py develop' on turbokid. The other issue seems to be with FormEncode/widgets/TurboKid. Things are

[TurboGears] Re: Slightly OT: for wxPython users

2006-01-17 Thread Tim Lesher
On 1/17/06, Cliff Wells [EMAIL PROTECTED] wrote: As an aside, if someone has enough access to tinker with your hosts file... well I doubt they need to sneakily install software at that point since they can clearly do whatever they like to your PC ;-) DNS is another matter, but again, that's

[TurboGears] Re: Writing a table widget as a container

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Michele Cella [EMAIL PROTECTED] wrote: Mike Kent wrote: One thing I learned while doing this project is the current Widget base class is very form-input oriented. I see from comments from Kevin and Karl that what I set out to do is not really in line with the original

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread amix
unixshell.com - great and amazingly cheap.

[TurboGears] Re: Writing a table widget as a container

2006-01-17 Thread Cliff Wells
On Tue, 2006-01-17 at 12:06 -0500, Kevin Dangoor wrote: Hmm is it me, or does that remind people of STAN (or formencode's HTML package?) And of course, Mochikit's DOM is based on Stan too... you can't escape! Give up your XML-based templates and come to the slightly less dark side,

[TurboGears] Re: Something wicked is going on with identity or sqlobject

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Alberto [EMAIL PROTECTED] wrote: Anyway, what I wanted to say is that I'm pretty sure SQLObject is the cause of this bug, and the patch fixes it so I think it's better not to work around it but fixing the root cause as this is something that will affect ALL SQLObject instances, it

[TurboGears] Installing turbogears from a file...

2006-01-17 Thread ajones
Just wanted to drop a quick note on a couple of things about installing turbogears. Using the ez_install script at home worked really well. No problems whatsoever, good job guys. Installing at work was a little more tricky. We have a proxy at work and a quick glance at urllib2 showed I had a

[TurboGears] Re: Found the source of Kid's TypeError: 'NoneType' object is not callable error

2006-01-17 Thread nerkles
now the app doesn't work at all. I just get an error... same as the one in the pastebin.

[TurboGears] Re: Installing turbogears from a file...

2006-01-17 Thread Karl Guertin
On 1/17/06, ajones [EMAIL PROTECTED] wrote: Installing at work was a little more tricky. We have a proxy at work export http_proxy=http://your.proxy.com:8000; Though that might be different for windows, basically just sent the http_proxy env variable. Additionally, installing from a local

[TurboGears] Re: Template plugins

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Ian Bicking [EMAIL PROTECTED] wrote: Kevin Dangoor wrote: On 1/17/06, Ian Bicking [EMAIL PROTECTED] wrote: * There should really really be a search path for templates. That doesn't fit well with the modules either. Why should there be a search path? To save on typing?

[TurboGears] Anyone using view.baseTemplates?

2006-01-17 Thread Kevin Dangoor
Does anyone use turbogears.view.baseTemplates? Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

[TurboGears] Re: FastData infinite loop?

2006-01-17 Thread Kevin Dangoor
On 1/17/06, rick [EMAIL PROTECTED] wrote: It was referencing kid egg 0.8 egg. Though as I said, I'm not entirely convinced that it was solely to blame, because all I had to do was modify the source file with no particular functionality and it worked. Make sure you upgrade to svn Kid. I

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread Kevin Dangoor
On 1/17/06, David Stanek [EMAIL PROTECTED] wrote: Put it in Kid's trac: http://lesscode.org/projects/kid/ If you have a patch already I'll get to it tonight, otherwise in the next few days. I think there may be a ticket in Kid's Trac already. I added one to the TurboGears Trac and put the

[TurboGears] Re: server crashes frequently (formerly: Does TurboCheetah work for anybody?)

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Soni Bergraj [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Wow. That *is* weird. Can you open a ticket on that? That needs more investigation. Is there any exception that's raised that you can see? Opened ticket #408 (http://trac.turbogears.org/turbogears/ticket/408).

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread David Stanek
On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: It's not optimum looking HTML output. At least, I'm assuming he'scomplaining about the final HTML output, which doesn't need an endtag. If he's talking about the template itself, then I agree withyou... just add a / at the end in normal XML empty

[TurboGears] Re: admi18n does not save .po files with UTF-8 encoding

2006-01-17 Thread Max Ischenko
Dan, can I ask you to try my i18n extension that integrates into tg-admin command? It should work fine with unicode (I use it that way). Please see ticket #126 on Trac. You'll need setup.patch, catalog.patch and i18n.2.py. Regards, Max. // http://max.textdriven.com

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread Randall
I'm having this same problem. When using a TextArea widget and Kid, whitespace is inserted into the textarea.

[TurboGears] cherrypy.request.app_path failing sometimes

2006-01-17 Thread rick
When I call turbogears.url() I get this error, basically cherrypy has not yet placed the app_path in the request object. I put a trace in the function that sets the app_path and it does seem to call successfully on its own. I'm not sure if it's a different request object that it is trying to

[TurboGears] changeset #520

2006-01-17 Thread Max Ischenko
Hello, I noticed danjac40 made changes to lazygettext in #520. I think the fix is wrong, please see my patch in #387. Making __str__ to return unicode just move the problem to different place. Max.

[TurboGears] contributing to TG

2006-01-17 Thread Max Ischenko
Hello, What's needed to get trac login and/or commit priveledges to TurboGears SVN? Are these people preselected or there are guidelines on how to get there? Thanks, Max.

[TurboGears] Re: Writing a table widget as a container

2006-01-17 Thread Michele Cella
Kevin Dangoor wrote: My ideal vision: Widget |__ TagWidget |__ FormField TagWidget is a widget whose output/template is just a single tag and hence supports attributes using py:attrs. TagWidget really sounds like STAN or htmlgen. I don't think that wheel needs

[TurboGears] Re: mod_python

2006-01-17 Thread Damjan
if you compile mod_python against apache and python, this should not be a problem as well. some one should tell the package maintainers about that. Jeremy, the problem is not in mod_python itself. The problem is when you put together python and apache which are using different versions of the

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread Matthew Bevan
On Tuesday 17 January 2006 6:02 pm, Kevin Dangoor wrote: It's not optimum looking HTML output. At least, I'm assuming he's complaining about the final HTML output, which doesn't need an end tag. If he's talking about the template itself, then I agree with you... just add a / at the end in

[TurboGears] Re: Template plugins

2006-01-17 Thread Ian Bicking
Kevin Dangoor wrote: What API would you like to see? I think it could be added to the instantiation of the plugin. So def __init__(self, extra_vars_func=None, options=None, search_path=None): I actually think search_path should be required, and default to something like egg:ThisPackage,

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread Eric Brunson
Dreamhost looks impressive. I just sent their sales drones some technical questions, so I may move off my dedicated server to there. Christopher Mayfield wrote: I use dreamhost for my web hosting needs. they are very responsive to any questions you have about installing software. you also

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread Ronald Jaramillo
Hi,Another use case where prettyprinting means trouble:if you have a tdimg ... //td it get's pretty printed as:td img .. //tdThe extra line + space should'nt make a difference but a IE render bug will show extra space around the image (as if a br was added after the image). Ugly if you have sliced

[TurboGears] Re: contributing to TG

2006-01-17 Thread Karl Guertin
On 1/17/06, Max Ischenko [EMAIL PROTECTED] wrote: What's needed to get trac login? I'd like to know this one myself. ;] Are these people preselected or there are guidelines on how to get there? I just submitted a number of patches over the course of a few weeks. I don't think there's a

[TurboGears] Re: Installing turbogears from a file...

2006-01-17 Thread Karl Guertin
On 1/17/06, ajones [EMAIL PROTECTED] wrote: This didn't work on windows. Possibly because I didn't not use ez_setup to install setuptools then do easy_install, but 'ez_setup -f url TurboGears' worked at home and is what I was trying. It looks like it might be file separator issues, I'll have

[TurboGears] Re: Virtual hosting options for Turbogears application

2006-01-17 Thread Christopher Mayfield
here is a link to TurboGears On DreamHosthttp://trac.turbogears.org/turbogears/wiki/TurboGearsOnDreamHostI have not followed the tutoral yet On 1/17/06, Eric Brunson [EMAIL PROTECTED] wrote: Dreamhost looks impressive.I just sent their sales drones sometechnical questions, so I may move off my

[TurboGears] Re: contributing to TG

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Karl Guertin [EMAIL PROTECTED] wrote: On 1/17/06, Max Ischenko [EMAIL PROTECTED] wrote: What's needed to get trac login? I'd like to know this one myself. ;] I believe you can set your name in Trac and then that will appear when you comment or accept tickets. I haven't bothered

[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 Kevin Dangoor
On 1/17/06, Jared Kuolt [EMAIL PROTECTED] wrote: 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) That's pretty much the summary. Kevin

[TurboGears] Re: contributing to TG

2006-01-17 Thread Karl Guertin
On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: I believe you can set your name in Trac and then that will appear when you comment or accept tickets. Where do I set my name? So far, I've been typing in my name every time and I'm not authenticated with the system so I can't accept tickets

[TurboGears] Re: contributing to TG

2006-01-17 Thread Jorge Godoy
Karl Guertin [EMAIL PROTECTED] writes: On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: I believe you can set your name in Trac and then that will appear when you comment or accept tickets. Where do I set my name? So far, I've been typing in my name every time and I'm not authenticated

[TurboGears] Re: Writing a table widget as a container

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Michele Cella [EMAIL PROTECTED] wrote: That's the grid template: table id=${widget.name} class=grid cellpadding=0 cellspacing=1 border=0 thead py:if=widget.headers td py:for=head in widget.headers ${head} /td /thead tr py:for=i, row in

[TurboGears] Re: Unicode in SQLite

2006-01-17 Thread Martina Oefelein
Am 17.01.2006 um 13:28 schrieb Ivo Looser: I had opened 2 weeks ago this ticket. http://trac.turbogears.org/turbogears/ticket/345 I whould realy like to go far with turbogear testings. But when i cuouldn't use german letters then its not the right tool form me. :-) Someone can give me a

[TurboGears] Re: contributing to TG

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Karl Guertin [EMAIL PROTECTED] wrote: On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: I believe you can set your name in Trac and then that will appear when you comment or accept tickets. Where do I set my name? So far, I've been typing in my name every time and I'm not

[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: contributing to TG

2006-01-17 Thread Simon Belak
That does not seem to work. Tickets are still being accepted by mr. anonymous. Simon Kevin Dangoor wrote: On 1/17/06, Karl Guertin [EMAIL PROTECTED] wrote: On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: I believe you can set your name in Trac and then that will appear when you comment

[TurboGears] Re: contributing to TG

2006-01-17 Thread Jorge Godoy
Kevin Dangoor [EMAIL PROTECTED] writes: On 1/17/06, Karl Guertin [EMAIL PROTECTED] wrote: On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: I believe you can set your name in Trac and then that will appear when you comment or accept tickets. Where do I set my name? So far, I've been

[TurboGears] Re: Installing turbogears from a file...

2006-01-17 Thread Phillip J. Eby
ajones wrote: Downloaded the eggs from turbogears.org/download/ (had to get setuptools from the cheeseshop as the download page had a development version) Modify ez_setup.py so that DEFAULT_URL pointed to file:C:/path/to/download/directory/ Run ez_setup.py like normal using -f

[TurboGears] Re: contributing to TG

2006-01-17 Thread Kevin Dangoor
On 1/17/06, Jorge Godoy [EMAIL PROTECTED] wrote: Click on Settings. And is there anything more permanent? 'cause it looks like it is just valid for a session... That's how it worked here on Konqueror, at least (I haven't tried with Firefox because I have several tabs open... ;-)) What,

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread David Stanek
On 1/17/06, Matthew Bevan [EMAIL PROTECTED] wrote: On Tuesday 17 January 2006 6:02 pm, Kevin Dangoor wrote: It's not optimum looking HTML output. At least, I'm assuming he's complaining about the final HTML output, which doesn't need an end tag. If he's talking about the template itself, then I

[TurboGears] Re: contributing to TG

2006-01-17 Thread Karl Guertin
On 1/17/06, Kevin Dangoor [EMAIL PROTECTED] wrote: What, you can't remember the giant string that it gave you? :) That's why it lets you type your own string...

[TurboGears] Re: Several Widget concerns...

2006-01-17 Thread David Stanek
On 1/17/06, Ronald Jaramillo [EMAIL PROTECTED] wrote: Hi,Another use case where prettyprinting means trouble:if you have a tdimg ... //td it get's pretty printed as:td img .. //tdThe extra line + space should'nt make a difference but a IE render bug will show extra space around the image (as if a

[TurboGears] Re: Installing turbogears from a file...

2006-01-17 Thread ajones
Phillip J. Eby wrote: The normal way to use a setuptools egg you've already downloaded with ez_setup.py would be to just put the egg in the current directory. ez_setup.py detects when the requested version of the setuptools egg is present in the current directory, and will use it without

  1   2   >