Christoph Zwerschke schrieb:
>> So, I took some time today, to build a proper TurboGears
>> widget/extension package and now (*drum roll*) I present to you:
>>
>>     TurboFancyFlash: http://pypi.python.org/pypi/TurboFancyFlash
> 
> Thank's a lot! I'll probably use this and give you feedback then.

Yeah, any feedback is appreciated. Especially how this works/looks on IE
6/7 and Safari.



I had one strange problem while running the FancyFlashExample
application on my desktop box. When I start the server, the console
output says the server is listening on "http://0.0.0.0:8080/"; and, sure,
I can access the app there.

Though I can access the app also on http://localhost:8080/, the flash
messages will not work, probably because of the same-origin policy I
have configured for cookies.

A related phenomenon might be that when I want to start the toolbox from
 this project, I also see this in the console output:

04/Feb/2008:21:22:12 HTTP INFO Serving HTTP on http://0.0.0.0:7654/

... but the browser opens http://localhost:7654/. There I first get a
blank page and the following debug message in the console output:

2008-02-04 21:13:08,879 turbogears.controllers DEBUG Calling <function
noaccess at 0x8a5dd14> with *((<turbogears.toolbox.base.Toolbox object
at 0x8a6006c>,)), **({})

After some time, the browser displays:

"No access for ::ffff:127.0.0.1

By default only localhost (127.0.0.1) has access to the Toolbox

You can provide access to your client by passing your host address to
Toolbox as a parameter. Ex:

                        tg-admin toolbox -c ::ffff:127.0.0.1
"

Does somebody know, what's going on here? I remember there were similar
                    reports on the main mailing list recently so maybe
someone can tell my what's the cause of this before I investigate further.

I use TG 1.0.4.3 in a virtualenv installation. My computer has a static
IP configuration.

Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to