No, I can't import paste.script from bbpy and from the normal python interpreter even after I installed pastescript.
c:\Zope\sampleproject>.\bin\bbpy >>> import paste >>> import paste.script Traceback (most recent call last): File "<console>", line 1, in <module> ImportError: No module named script >>> import paste.script.command Traceback (most recent call last): File "<console>", line 1, in <module> ImportError: No module named script.command -- View this message in context: http://bluebream.765161.n3.nabble.com/BlueBream-ImportError-No-module-named-script-command-tp3201939p3202603.html Sent from the BlueBream mailing list archive at Nabble.com. _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
