I get this [well, the error about strop...I haven't noticed the fcntl
one] on XP running through cygwin, using the source code .zip (as
opposed to the msi, in case that makes any difference).

I'm about 50% certain that it's coming from the SDK, but it could
easily be coming from some built-in python module I'm importing that
tries to load a C-optimized library then falls back to a native-python
one when that fails.  I haven't noticed the delay the OP mentioned, so
I haven't cared enough to try to track it down.

On Feb 17, 6:37 pm, boson <[email protected]> wrote:
> This is on Mac OS X 10.5.6.  I didn't add any external imports, but
> I'll go back over all of my imports anyway and see if something might
> be triggering it.
>
> On Jan 31, 4:41 am, Waldemar Kornewald <[email protected]> wrote:
>
> > Hi,
>
> > On Jan 29, 10:55 pm, boson <[email protected]> wrote:
>
> > > Running Django + app-engine-patch locally... Frequently on requests
> > > (can't determine why/when) I get these two log items:
>
> > > DEBUG Could not import "strop": Disallowed C-extension or built-in
> > > module
> > > DEBUG Could not import "fcntl": Disallowed C-extension or built-in
> > > module
>
> > > Each one takes about half a second to come out.  This isn't a big
> > > deal, but it is a little bit annoying.  Is there any way to tell it to
> > > stop trying to import these modules, or speed it up somehow?
>
> > Which OS do you have?
>
> > I've never seen those debug messages. Do you possibly import something
> > that uses those modules?
>
> > Bye,
> > Waldemar Kornewald
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to