well, actually this validation shouldnt be necessary, as you can expect people to at least have a minimum of python understanding, such as giving valid names to variables and packages. I dont think its your job to validate this stuff. Remember the python "we are all consenting adults" thingy.
btw: this post is some funny shit :P greetings, Tom On Tue, Sep 15, 2009 at 8:01 AM, Diez B. Roggisch <[email protected]> wrote: > > teamnoir schrieb: >> I've just made my first attempt to run "paster quickstart" and it's >> crashed. >> >> I'm not sure what this says about turbogears. > > I'm sure it says something about you not knowing that python packages > can't contain dashes because > > foo-bar > > is interpreted as "take foo and subtract bar from it". > > Thus it can't be imported, and trying so causes all kinds of problems. > > About TG it says that me might consider putting some validation code in > there that prevents this from happening. > > Diez > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

