[wingide-users] import error ("no module named <bla>"),
with Plone 2.1.1 on Mac OS X
T. Kim Nguyen
nguyen+wingide-users at uwosh.edu
Mon Feb 12 09:17:56 MST 2007
Thank you for the quick responses - that was indeed the problem.
I was mistakenly trying to initiate the debugging session from the
WingIDE GUI, whereas all I needed to do was set the breakpoint, then
use my browser to load a page at localhost:50080 that would end up
hitting the line where the breakpoint was set.
Works like a charm!
On Feb 8, 2007, at 6:57 PM, Wingware Support wrote:
> On Thu, 2007-02-08 at 15:52 -0600, T. Kim Nguyen wrote:
>> When I start debugging (by clicking on the bug icon at the bottom
>> left, or on the Debug button in the toolbar), I get this error:
>
> Oh, I see. You're trying to debug your script directly from Wing but
> that won't work outside of the context of Zope and Plone as a whole,
> which takes care of the arcane path hackery that they do to make these
> imports work.
>
> You need to use the WingDBG product instead (which Wing should install
> automatically into your Products directory when you point it to the
> Zope
> Instance Home in the Project Preferences under the Extensions
> tab). See
> the instructions here:
>
> http://wingware.com/doc/howtos/zope
>
> --
> Stephan Deibel
>
> Wingware
> Wing IDE for Python
> Advancing Software Development
>
> www.wingware.com
>
More information about the wingide-users
mailing list