It's the same system & virtualenv.  it's just that 'using' the package
seems to work fine, but testing it fails.

c is exported in pylons , but that double assignment line seems to not
define it via an import. i guess there's some pylons bootstrap code
that needs to be run.

in any event, based on your suggestion i've got the tests working like
this now:

try:
   from pylons import c
except ImportError:
   from pylons import tmpl_context as c

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

Reply via email to