main logo
Subject: RE: [dabo-users] Developing and debugging dabo applications
Author: "Simen Haugen"
Posted: 2006/06/30 09:25:25
 
View Entire Thread
New Search


> 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: dabo-users-bounces /at/ leafe DO.T com [mailto:dabo-users-bounces@leafe.com]
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








 
©2006 Simen Haugen
<-- Prior Message New Search Next Message -->