> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:python-
> [EMAIL PROTECTED] On Behalf Of spohle
> Sent: Monday, April 30, 2007 10:25 AM
> To: python-list@python.org
> Subject: Re: import structures
>
> On Apr 30, 8:16 am, "Hamilton, William " <
spohle <[EMAIL PROTECTED]> wrote:
> as of now i have a __init__.py file in the directory with:
> from pkgutil import extend_path
> __path__ = extend_path(__path__, __name__)
>
> but i still have to import each class by it's own. im really looking
> for something like import wx
> and then get all
On Apr 30, 8:16 am, "Hamilton, William " <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:python-
> > [EMAIL PROTECTED] On Behalf Of spohle
> > Sent: Monday, April 30, 2007 10:03 AM
> > To: [EMAIL PROTE
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:python-
> [EMAIL PROTECTED] On Behalf Of spohle
> Sent: Monday, April 30, 2007 10:03 AM
> To: python-list@python.org
> Subject: Re: import structures
>
> On Apr 30, 8:00 am, Paul McGuire <[EMAIL PROTECTED]&
On Apr 30, 8:00 am, Paul McGuire <[EMAIL PROTECTED]> wrote:
> On Apr 30, 9:56 am, spohle <[EMAIL PROTECTED]> wrote:
>
>
>
> > hi,
>
> > i have written a small project for myself all in seperate classes and
> > each of the classes lives in a seperate file. now i am looking for an
> > import structur
On Apr 30, 9:56 am, spohle <[EMAIL PROTECTED]> wrote:
> hi,
>
> i have written a small project for myself all in seperate classes and
> each of the classes lives in a seperate file. now i am looking for an
> import structure something like import wx, and then have access to all
> my classes just li