Am 16.09.2008 um 12:15 schrieb [EMAIL PROTECTED]:
> I get no error message when I import in the interpreter.

What path does this print (in the interpreter):

  >>> import mwlib
  >>> print mwlib.__file__

And if you insert these lines in mwlib.cgi (just below the "import  
sys" line)

import mwlib
print '\n\n'
print mwlib.__file__
sys.exit(0)

and go to the CGI page directly with your browser, does it print the  
same path?

> But I'd expect a different error if it was the unpacking that didn't
> work. I have PYTHON_EGG_CACHE setup in apache already, so it seems
> unlikely.

Hm, right.

> And the json turns up in the folder when I run, so thats
> strike two i guess.

What do you mean by this? Do you mean you actually have a  
metabook.json file? Because this would mean that mwlib.serve could be  
included.

> But I'll take a closer look. Any other ideas?

No, not really.


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

Reply via email to