Thanks all--Good point, I'm on windows :) I will try these suggestions out and report back!

On 5/10/2013 3:47 AM, Carlos Rico wrote:
I think you can just copy the PyQt4 folder along with the 'sip.pyd' into one of your user script folders:

// Maya version user scripts directory
internalVar -usd;

// Maya application scripts directory
print (`internalVar -uad` + "scripts");


2013/5/10 Gmail <[email protected] <mailto:[email protected]>>

    Sorry, don't know which OS you are on, but can't you add the path
    to your pyQt install location, then run maya from the same command
    prompt/terminal session?

    set path=%path%;C:\python27


    On 10/05/2013, at 16:22, Joe Weidenbach <[email protected]
    <mailto:[email protected]>> wrote:

    > Hello all,
    >
    > I'm making a tool for my Master's thesis, and I've hit a wall
    with the Maya UI (which is not uncommon from what I can see).  I'm
    ready to make the leap to PyQt, but I have one issue that may be a
    gamebreaker.  As it's for my thesis, I have to be able to run my
    tool on the school computers, which a) I don't have administrative
    rights to, and b) do not have the PyQt or Qt libraries installed.
    >
    > My question is this:  Is there a known way to set up PyQt and Qt
    in a portable fashion, such that I can put it in the writable
    student area of the drive, and then add it dynamically to my path
    for my tool?  I was able to get PyMel working in this way when I
    ran into bugs introduced by SP1 on Maya 2012 not too long ago
    (granted, that's all Python).  Or, am I just out of luck if
    running it on a system I don't have rights to modify is a
    requirement of the tool?
    >
    > Thanks in advance for any responses!
    >
    > Thanks,
    >
    > Joe
    >
    > --
    > 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]
    <mailto:python_inside_maya%[email protected]>.
    > To post to this group, send email to
    [email protected]
    <mailto:[email protected]>.
    > 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]
    <mailto:python_inside_maya%[email protected]>.
    To post to this group, send email to
    [email protected]
    <mailto:[email protected]>.
    For more options, visit https://groups.google.com/groups/opt_out.





--
*Carlos Rico Adega
*Maya Generalist*
*-------------------------------------
LinkedIn <http://www.linkedin.com/pub/carlos-rico/6/58/325>
[email protected] <mailto:[email protected]>
--
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 post to this group, send email to [email protected].
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to