I would be concerned about trying to use Python3.x when your developing for
Maya, as Maya is still Python2.x. You would have to make sure to only do
things that are Python2.x compatible. And you could run into issues if you
are importing code.

Also, how are you executing your code, that you are receiving that error
message? Are you trying to run it directly from within Sublime?


On Sat, Jan 4, 2014 at 8:34 AM, Ævar Guðmundsson <
[email protected]> wrote:

> What you are trying is well doable, I can help if you can provide a little
>> more detail, starting with pasting the output of your sys.path :
>>
>
> import sys
> print [ n for n in sys.path ]
>
>   An indicator for you here is this needs to point at the Maya install to
> get started, once that is set up you can then set up a socket connection
> which allows you to have instant feedback in the Maya workspace while you
> are writing in Sublime.
>
>   Start by pasting into this thread the output of the python command
> above, along with the location of your Maya install and I'm sure we can get
> this working.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/9b5bac2b-c7a2-43bc-bc1f-951557831bf4%40googlegroups.com
> .
>
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA16rooMkJWn%3DDpycyDAHKfTHyTzHYOnrBUW1WB%3DAUQAww%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to