Apology accepted. :-)
What I originally meant was, if you download the script, the problem
comes when using it, there is no problem trying to get it to work or
anything of that nature. The problem is strictly once ran and clicking
one of the menus I get the error mentioned in my previous message in the
script error, and it is that error I hope I can eliminate so the script
runs clean.
There is no script for me to post in pastebin, although if no one wants
to download the script on their own, I will post the individual code
files for analyzing if needed ?
Thanks again everyone !
Christopher
Marcus Ottosson <mailto:[email protected]>
Sunday, November 23, 2014 4:48 PM
Reading my reply again, I find that it probably came off a little
blunt. Sorry about that, Crest.
--
*Marcus Ottosson*
[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]
<mailto:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCK-4ieEtTFFqCjALz42mvdzmnmTztD8LfwJYraCSj9fw%40mail.gmail.com
<https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCK-4ieEtTFFqCjALz42mvdzmnmTztD8LfwJYraCSj9fw%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
Justin Israel <mailto:[email protected]>
Sunday, November 23, 2014 2:06 PM
Presumably the tool is trying to write out a data file to your C:
drive, and does not have permission.
Without the link to the source, I can't be sure, but is there an input
for telling it where to store this file? Apparently your C: root is
not a sufficient location.
--
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:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2jjvMuy642OJ4%2BzgdsfisnWboSVEkRW0Hnk%3DEo%3D4Ho6Q%40mail.gmail.com
<https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2jjvMuy642OJ4%2BzgdsfisnWboSVEkRW0Hnk%3DEo%3D4Ho6Q%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
Marcus Ottosson <mailto:[email protected]>
Sunday, November 23, 2014 12:40 PM
Crest, I would love nothing more than to help you solve this problem,
but you're not making it very easy.
If you have a look at some of the other questions in this list, or on
StackOverflow, you'll find that the best thing for you to do would be
for you to share an isolated snippet of code with the problem. That
way, I could more easily determine what may be causing this issue.
Also, for the best possible answers, I would strongly suggest skimming
this.
http://www.catb.org/esr/faqs/smart-questions.html
--
*Marcus Ottosson*
[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]
<mailto:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCtA2TbONjDHKJEVtgCA-fxhrN4VLUCG9xUkXYYsmY7PQ%40mail.gmail.com
<https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCtA2TbONjDHKJEVtgCA-fxhrN4VLUCG9xUkXYYsmY7PQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
Crest Christopher <mailto:[email protected]>
Sunday, November 23, 2014 11:53 AM
The script is available online "UV Deluxe", or do you prefer I post
the code as well ?
Clicking any one of the tabs within the tool causes this error;
box is false
# Error: 13
# Traceback (most recent call last):
# File "<custom path>\UVDeluxe\uvdeluxe.py", line 230, in <lambda>
# ec=lambda *args:uis.setUiState())
# File "<custom path>\UVDeluxe\uistates.py", line 88, in setUiState
# UiStates.pickleDump(self)
# File "<custom path>\UVDeluxe\uistates.py", line 36, in pickleDump
# datafile = open(UiStates.path+UiStates.filename,'w')
# IOError: [Errno 13] Permission denied: 'C:/config.uvd' #
Christopher
Justin Israel <mailto:[email protected]>
Sunday, November 23, 2014 6:19 AM
Post the script on a pastebin. Copy what you did and the errors your
are getting. Can't help until we see something.
--
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:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA230Z1eig3dP%3D_9stdxgDGhoH1wHgz6C4X8xDRczgh5Bg%40mail.gmail.com
<https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA230Z1eig3dP%3D_9stdxgDGhoH1wHgz6C4X8xDRczgh5Bg%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
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/5472B0E1.3090801%40gmail.com.
For more options, visit https://groups.google.com/d/optout.