Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 05 9:36 pm)
No it isn't already like this. Maybe in one place, but that's not the place it is talking about.
Look at the error it is showing you what line exactly:
File "D:E frontierPoser 7RuntimePythonposerScriptsWacrosUserDefinedUnimeshRealismKit.py", line 1096, in init
Label(self.StatusFrame, text='Selected Figure : ').grid(row=0, col=0, sticky="e")
It says right there, line 1096, col=0
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
There are typically many lines with row and col. You'll need to change
all of them. If you have a good word processor, you should be able
to do a "search and replace all" command, to change all
col=
to
column=
My python page
My ShareCG freebies
Attached Link: http://physicalc-software.com/forum/viewtopic.php?t=137
> Quote - ... I believe the latest have been updated.Post by the author detailing which scripts have been updated.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I just upgraded my Poser7 to SR3 and, yesterday, while trying to use OclusionMaster in a render I got this error in the script screen:
Traceback (most recent call last):
File "D:E frontierPoser 7RuntimePythonposerScriptsWacrosUserDefinedOcclusionMaster.py", line 338, in ?
MatDlg = MaterialsDlg(tk)
File "D:E frontierPoser 7RuntimePythonposerScriptsWacrosUserDefinedOcclusionMaster.py", line 70, in init
Label(self.HelpFrame, text='HELP', font=f).grid(row=0, col=0,sticky="w")
File "D:E frontierPoser 7RuntimePythonliblib-tkTkinter.py", line 1790, in grid_configure
self.tk.call(
_tkinter.TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky
I tryied changing the script code, bud as looking trough the code I saw everything was as it should be, so I got confused...
UnimeshRealismkit is also doing a similar error:
Traceback (most recent call last):
File "D:E frontierPoser 7RuntimePythonposerScriptsWacrosUserDefinedUnimeshRealismKit.py", line 1566, in ?
SkinShader = SkinShaderDlg(tk)
File "D:E frontierPoser 7RuntimePythonposerScriptsWacrosUserDefinedUnimeshRealismKit.py", line 1096, in init
Label(self.StatusFrame, text='Selected Figure : ').grid(row=0, col=0, sticky="e")
File "D:E frontierPoser 7RuntimePythonliblib-tkTkinter.py", line 1790, in grid_configure
self.tk.call(
_tkinter.TclError: ambiguous option "-col": must be -column, -columnspan, -in, -ipadx, -ipady, -padx, -pady, -row, -rowspan, or -sticky
Actually they are kinda the same, but better put more than less info in the post.
I hope someone helps me, Altough I have V4Realism Kit I still use Aiko3 a lot in my renders, and Occlusion Master is already a great tool itself, I don't want to loose them.
Thanks already.