Thanks for the suggestions, I really appreciate your help.
I am already remote debugging with Wing, though I could never get a
connection on the server.
I spent a couple hours yesterday setting up my local machine to
replicate the environment on the server. It turns out that because
the Windows Service isn't run as a regular user with regular
permissions, maya standalone won't launch.
On my local machine, the service pops up a warning (from the maya
instance) that a valid MAYA_APP_DIR can be found.
I assume that because I was using a remote desktop connection to the
server, I never sawt the pop-up, and the process wasn't really
hanging, just waiting for user input.
Now I just need to figure out how to give maya a valid MAYA_APP_DIR
under a service, which doesn't have the same user/system permissions
that a regular user login gives.
-Ian
On Sep 22, 11:48 am, Paul Molodowitch <
elron...@gmail.com> wrote:
> Hey there - first of all, I'm sorry I didn't notice your earlier issue. We
> try to scan this list for pymel related stuff and respond, but sometimes we
> miss stuff...
>
> However, regarding some of your questions about pymel support: well, there
> is no official support. It is still being actively developed, and we try to
> get to tickets when we can.... but having said that, we don't receive any
> money for pymel, so our time is essentially donated to the project, and
> sometimes we simply don't have much time to devote to pymel. There is a
> chance that you will have to end up troubleshooting on your own though - all
> of pymel is open source, and it's all python, so you should be able to use
> all the usual python-debugging tricks.
>
> It can help to email Chad (
chad...@gmail.com) or I (
elron...@gmail.com)
> sys.path.append(r'D:\bin\eclipse_36_final\plugins\org.python.pydev.debug_1. 6.1.2010072814\pysrc')
> import pydevd
> pydevd.settrace()
>
> ...into wherever you're importing pymel.core, right before the pymel.core
> import. Then you'd fire up eclipse, and go to the python debugging view,
> and click on the button to hook up to a remote debugging session.
>
> - Paul
>
>
>
> On Tue, Sep 21, 2010 at 5:22 PM, Chris G <
cgreb...@gmail.com> wrote:
> > It might be that maya can't run as a windows service. I'm not
> > familiar with windows services, but there must be a way to edit the
> > security policies ?
>
> > On Tue, Sep 21, 2010 at 3:29 PM, hapgilmore <
hapgilm...@hotmail.com>