[wingide-users] pi files
John Burnett
JBurnett at blizzard.com
Tue May 20 15:39:39 MDT 2008
Just to be explicit, I have this:
####
import maya.OpenMaya
maya
####
...right-clicking on "maya" and choosing "Goto definition" does nothing. If I have:
####
import maya.OpenMaya as om
om
####
...right-clicking "om" brings up the pi file.
John
-----Original Message-----
From: Wingware Support [mailto:support at wingware.com]
Sent: Tuesday, May 20, 2008 2:20 PM
To: John Burnett
Cc: wingide-users at wingware.com
Subject: Re: [wingide-users] pi files
John Burnett wrote:
> Nope, __init__.py files are present in the directories where the pyc files are sitting... Or are you referring to the pi file directories?
__init__.py in the directories where the modules (.pyc / .pyd) are is
probably what we want. What happens when you use goto definition on
maya in a file with import maya ?
Thanks,
John
More information about the wingide-users
mailing list