Halfway there. It imports now, but it says that the module does not
have functions which I know it does have. I will just leave it all in
one folder for now and play with organization after I get the project
working better.
On 3/11/10, Steve Holden wrote:
> Alex Hall wrote:
>> Hi all,
>> The manu
Alex Hall wrote:
> Hi all,
> The manual says, for modules in a project stored in subdirectories, you can
> do:
> import folderName.module
>
> I have a couple questions, though:
> 1. Do I then have to call functions from module like
> folder.module.function, or can I still use the normal module.fu
Alex Hall wrote:
Hi all,
The manual says, for modules in a project stored in subdirectories, you can do:
import folderName.module
I have a couple questions, though:
1. Do I then have to call functions from module like
folder.module.function, or can I still use the normal module.function?
Ei
Hi all,
The manual says, for modules in a project stored in subdirectories, you can do:
import folderName.module
I have a couple questions, though:
1. Do I then have to call functions from module like
folder.module.function, or can I still use the normal module.function?
2. When I try to do this,