To be honest I'm still searching for one editor to rule them all.

I have settled for Komodo for now, the main reasons being that I can easily
write Python Macros, get code completion, highlighting, code browser, and
most importantly it works the same on windows & linux.

jEdit is very extensible as well, but it doesn't work correctly on Windows,
the Jython interpreter seems to need an update(Cant write and execute Python
Macros).

 

Sigh. I'll probably get fed up one day and write my own.

 

From: python_inside_maya@googlegroups.com
[mailto:python_inside_m...@googlegroups.com] On Behalf Of andrew chernysh
Sent: Sunday, February 14, 2010 5:50 AM
To: python_inside_maya@googlegroups.com
Subject: Re: [Maya-Python] How to import some new python module in Wing

 

Btw, which IDE did you switch to? Do you python in there?

2010/2/13 Shaun Friedberg <sh...@pyrokinesis.co.nz>

Are you trying to use wingapi in an interactive shell?  It's not available
there because it requires a running copy of Wing and the shell runs in a
separate process.

Try saving your script externally then Edit -> Reload Scripts.

 

I have found Wingware to be. a bit rough around the edges. I got it to work,
but soon after changed to another IDE.

 

Good Luck.

 

 

 

From: python_inside_maya@googlegroups.com
[mailto:python_inside_m...@googlegroups.com] On Behalf Of Subbu.Add
Sent: Sunday, February 07, 2010 4:42 PM
To: python_inside_maya@googlegroups.com
Subject: [Maya-Python] How to import some new python module in Wing

 

Hi,

Any one is using Wing IDE for Maya purpose. Mr. Eric helped me up to some
extent to send commands from Wing to Maya.
But I couldn't import wingapi module. Which is supplied along Wing IDE pro
(Trail version)

Actual problem is there are some other modules like 'editor' are available
in the installation folder. But I couldn't use those with
>>> import wingapi
>>> import editor        etc.

I have tried sys.path.append to the path showing to the above two modules.
But still it is not working.

I have followed this below link. But still it is not helping fully.

http://mayamel.tiddlyspot.com/#[[How%20can%20I%20have%20Wing%20send%20Python
%20or%20mel%20code%20to%20Maya%3F]]

I have sent mail to help desk also at wingware.net

If this trial version works properly, we are planning to go for wing IDE for
production purpose.

Thanks,
Subbu

-- 
http://groups.google.com/group/python_inside_maya

-- 
http://groups.google.com/group/python_inside_maya

 

-- 
http://groups.google.com/group/python_inside_maya

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to