0
votes
1answer
10 views
How can I use TurboGears2 auth with PyAMF?
I'm using TurboGears with PyAMF behind a Flex client, and everything works well.
What I want to do is expose just a AMF login method to the world, and only allow access to other …
4
votes
6answers
975 views
Turbogears 2 vs Django - any advice on choosing replacement for Turbogears 1?
I have been using Turbogears 1 for prototyping small sites for the last couple of years and it is getting a little long in the tooth. Any suggestions on making the call between upg …
0
votes
1answer
52 views
Installing TurboGears on windows 7
Hi, I tried installing TurboGears 1.0 on Windows 7 using tgsetup.py. and got following error
error: Couldn't find a setup script in c:\users\sandre~1\appdata\local\temp\
easy_inst …
-2
votes
1answer
62 views
Turbogears 2.0 with Python 2.6
I've tried to install TurboGears 2.0 with Python 2.6 on both Windows 7 and Windows XP, but both give the same error:
File "D:\PythonProjects\tg2env\Scripts\paster-script.py", line …
8
votes
8answers
678 views
Can anyone point out the pros and cons of TG2 over Django?
Django is my favorite python web framework. I've tried out others like pylons, web2py, nevow and others.
But I've never looked into TurboGears with much enthusiasm.
Now with TG2 …
1
vote
4answers
332 views
Doing CRUD in Turbogears
Are there any good packages or methods for doing extensive CRUD (create-retrieve-update-delete) interfaces in the Turbogears framework. The FastDataGrid widget is too much of a bla …
0
votes
5answers
60 views
JavaFX or RIA desktop app (on dvd) also available on the web?
Is it possible to develop an application easily available on the web that also can be distributed on DVD (installer or started from the dvd)?
For the moment, we use static html (f …
1
vote
3answers
77 views
Switching databases in TG2 during runtime
I am doing an application which will use multiple sqlite3 databases, prepopuldated with data from an external application. Each database will have the exact same tables, but with d …
3
votes
2answers
124 views
What’s the equivalent of Rails’ Migrations or Django’s South in Pylons and TG2?
Does anyone know how Pylons and TG2 projects handle database migrations? I'm looking for something similar to Rails' Migrations and Django's South.
0
votes
1answer
54 views
TurboGears2/SQLAlchemy: Inserting a new row into a table with an autoincrement Primary Key
I am a noob and am trying to get my head around TG2 and SQLAlchemy. The specific problem I am wrestling with at the moment is how to insert a new row into a table when the PK fiel …
2
votes
3answers
96 views
python/genshi newline to html <p> paragraphs
I'm trying to output the content of a comment with genshi, but I can't figure out how to transform the newlines into HTML paragraphs.
Here's a test case of what it should look lik …
3
votes
1answer
167 views
Turbogears 2 Tutorials?
Anyone know of a good beginners tutorial for Turbogears 2? I'm particularly interested in one that would have some details on working with existing database schema rather than crea …
1
vote
2answers
134 views
How can i use TurboMail 3 together with TurboGears 2
Hy,
I want to use TurboMail3 (website) together with a TurboGears 2(website) project. Which files to I have to modify to include TurboMail into my TurboGears project? Everything I …
0
votes
0answers
47 views
ToscaWidgets Recaptcha - Error Rendering Recaptcha => Page cuts off
Hello everyone,
I am using the TW for recaptcha, integrated everything as shown in the examples.
When sending the ReCaptcha to my template, my whole page output just cuts off.
I …
0
votes
2answers
43 views
embed multiple kid template files into a main one
In the main kid template file, I want it to have only div tags, each of which do only call a rendered kid file and paste content inside it. (like "include" function in php) but I d …
