We cannot use UserSetup.py, because its a standalone application and not inside maya.
On Wednesday, September 26, 2012 2:20:18 PM UTC+5:30, Panupat wrote: > > We use sys.path.append(your-script-path) in userSetup.py. > We also have a seperate script that copies most recent userSetup.py on > each machine. > > > On Wed, Sep 26, 2012 at 3:06 PM, PBLN RAO <[email protected]<javascript:> > > wrote: > >> Hi all, >> >> we have developed an application which is a portable version and in a >> stage to deploy. >> >> we are planning to keep the copy (all .pyc) in server and give shortcuts >> to end user to use it from server. >> >> the client systems will not have python and pyqt installed locally. >> >> so how can we deploy this app in server so that all of them can access >> without installation process or making it a .exe. >> >> -- >> view archives: http://groups.google.com/group/python_inside_maya >> change your subscription settings: >> http://groups.google.com/group/python_inside_maya/subscribe >> > > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
