LostinSpaceman opened this issue on Sep 23, 2009 · 10 posts
LostinSpaceman posted Wed, 23 September 2009 at 3:40 AM
I just tried installing RSS to my laptop install of Poser 8 and running it and got this message:
[quote]Traceback (most recent call last):
File "C:Program FilesSmith MicroPoser 8RuntimePythonposerScriptsRealSkinShader.py", line 908, in ?
SkinShader = SkinShaderDlg(tk)
File "C:Program FilesSmith MicroPoser 8RuntimePythonposerScriptsRealSkinShader.py", line 697, in init
Label(self.StatusFrame, text='Selected Figure : ').grid(row=0, col=0, sticky="e")
File "C:Program FilesSmith MicroPoser 8RuntimePythonliblib-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
[/quote]
cspear posted Wed, 23 September 2009 at 4:34 AM
Back up the original python script then open in a text editor. Change all instances of 'col' to 'column'. Save it. Try it.
Windows 10 x64 Pro - Intel Xeon E5450 @ 3.00GHz (x2)
PoserPro 11 - Units: Metres
Adobe CC 2017
markschum posted Wed, 23 September 2009 at 9:15 AM
That change came in Poser 7. all cases of col must change to column for tkinter.
Grimmley posted Wed, 23 September 2009 at 9:22 AM
Yes it works fine if you do that, however be careful not to change any of the 'colour' instances, just 'col' for column, so best do it by hand one at a time :)
LostinSpaceman posted Wed, 23 September 2009 at 2:26 PM
Thanks! That did the trick. Wonder why he's not willing to do that simple edit himself and put out an update.
markschum posted Wed, 23 September 2009 at 3:35 PM
Hmmm, I thought he did put out an update. There were a few vendors with that script problem , and it was suggested that users contact the vendor for a proper update .
LostinSpaceman posted Wed, 23 September 2009 at 5:02 PM
Oh well, it was a simple enough fix thanks for that.
bagginsbill posted Wed, 23 September 2009 at 5:21 PM
Quote - Hmmm, I thought he did put out an update. There were a few vendors with that script problem , and it was suggested that users contact the vendor for a proper update .
Here's what face_off had to say about this problem.
http://www.physicalc-software.com/forum/viewtopic.php?t=137
According to that, RSS was updated in the store.
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)
face_off posted Tue, 29 September 2009 at 11:34 PM
For the record, RSS /was/ updated, so if you still had problems, for some reason you were still running an older version of the script.
All scripts (incl PoserPhysics) run on P8 too.
Paul
Creator of PoserPhysics
Creator
of OctaneRender
for Poser
Blog
Facebook
LostinSpaceman posted Wed, 30 September 2009 at 1:19 AM
I was running the Poser 6 v ersion. I never bothered to install the Poser 7 version because I wasn't using Poser 7. I had it in my downloads, just never unzipped it.