[wingide-users] pi files
John Burnett
JBurnett at blizzard.com
Tue May 20 15:14:11 MDT 2008
Nope, __init__.py files are present in the directories where the pyc files are sitting... Or are you referring to the pi file directories?
John
-----Original Message-----
From: Wingware Support [mailto:support at wingware.com]
Sent: Tuesday, May 20, 2008 1:16 PM
To: John Burnett
Cc: wingide-users at wingware.com
Subject: Re: [wingide-users] pi files
John Burnett wrote:
> This is actually still causing a problem here...
>
> If I do this in a new py file:
>
> ####
> import maya.cmds
> maya.cmds.
> ####
>
> ...I don’t get any auto-complete info. However, this works:
>
> ####
> import maya.cmds as cmds
> cmds.
> ####
This may be due to __init__.py files not being available. Is this the case?
Thanks,
John
More information about the wingide-users
mailing list