> That's a basic Python thing; it's nothing that Wing should need to do. That's why I can't understand why it fails. I've used PyDev as my main editor. I'll just work around this issue to test the IDE.
> Don't know if that was just a typo in your post, but the initial 'F' > in 'From myBiz import *' should be lower-case. It's just outlook that autocorrects my spelling. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 30. juni 2006 16:21 To: Dabo Users list Subject: Re: [dabo-users] Developing and debugging dabo applications On Jun 30, 2006, at 10:16 AM, Simen Haugen wrote: > But Wing IDE can't > import packages (I don't think it's using __init__.py)! It's a > slightly > slow start on a new IDE. That's a basic Python thing; it's nothing that Wing should need to do. > I have the following structure for my program > Main.py > biz\__init__.py > biz\myBiz.py > > __init__.py: > >> From myBiz import * >> > > Main.py: > import biz #this does not work. Can't be found Don't know if that was just a typo in your post, but the initial 'F' in 'From myBiz import *' should be lower-case. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
