Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 06 7:01 am)
All Python was working last time I looked at it.
What exactly did you do and what are the results you see?
In your previous post you mentioned that the PDF help file did not load but you found it manually. This may point to incorrectly placed files.
I wont have time to look at this this morning but I will be double checking it this afternoon.
This is what I get with the Real Skin Shader
Traceback (most recent call last):
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsRealSkinShader.py", line 908, in ?
SkinShader = SkinShaderDlg(tk)
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsRealSkinShader.py", line 697, in init
Label(self.StatusFrame, text='Selected Figure : ').grid(row=0, col=0, sticky="e")
File "C:Program FilesSmith MicroPoser ProRuntimePythonliblib-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
And this is what I get with WW 2.0
Traceback (most recent call last):
File "C:Program Filese frontierPoser 7RuntimePythonposerScriptsPhilCWardrobe Wizard 2.0Wardrobe Wizard Menu.py", line 22, in ?
import p4ww
ImportError: Bad magic number in C:Program Filese frontierPoser 7RuntimePythonposerScriptsPhilCWardrobe Wizard 2.0p4ww.pyc
I found my real skin shaders did not work unless placed in the same directory as the Poser version running. For example, I run Poser Pro but take objects from Poser7. I could not use python scripts, at least the realism shaders, from the Poser7 directory, but they worked if I installed them in the Poser Pro directory. Also I found that when in the Vista operating system you have to have UAC turned off for some of the realism shaders. Apparently no matter where you install them (for example I have all Poser stuff on my D: drive) some scripts want to access the C: drive and UAC denies access. I don't know if this helps, but it has been my experience so far.
Didn't work, double checked and it is going to the right directory. Since Poser 7 uses the same python version I'm thinking I'm ok on that since it works in Poser 7. Also got the WW 2.0 to work but it still tries to convert a pair of shoes instead of the top, and no, shoes is not checked, regular clothing is.
Figured it out, had to go load the figure. Don't know if I like this, it is so much easier to just pick the top on the character I'm converting from. Does this mean you have to hunt an item up manually every time you want to convert something? Please tell me I'm wrong on this and that I'm going about it the wrong way.
An on screen video walk through is available at:-
http://www.philc.net/WW2_plugin_overview/WW2_plugin_overview.html
An on screen video relating to morphs is available at:-
http://www.philc.net/WW2_FBM/WW2_FBM.html
The general instructions are accessed by clicking the Wardrobe Wizard "Help" or if preferred you can view them on line at:-
http://www.philc.net/WW2_help.htm This page also includes the on screen video on joint parameters.
Quote - So since Poser Pro is just a plugin for Poser 7 I'm wondering why the python isn't working.
PoserPro is not a plugin for Poser 7 - it's a new program.
Regarding Python - there is something about it in the PoserPro ReadMe:
*PoserPython scripts can make use of Tkinter to provide a GUI. Poser Pro ships with Tkinter 8.4. Scripts that were written for an earlier version of Tkinter might require adjustment. Please contact the author of your script for details.
*Poser 7 comes with Tkinter 8.3 - maybe that's the reason some scripts won't work. I have the same issue with the Real Skin shader and V3 Hyper Real although the V4Realism Kit works fine. *
Every
organisation rests upon a mountain of secrets ~ Julian
Assange
Quote - Poser 7 comes with Tkinter 8.3 - maybe that's the reason some scripts won't work. I have the same issue with the Real Skin shader and V3 Hyper Real although the V4Realism Kit works fine.
The "V3HyperReal" can be edited to update it for Tk8.4 (global replace of "col=" with "column=" should do the trick) and the same may work for the "RealSkin" if it's just a script rather than being compiled.
The "V4RealismKit" is compiled, but uses Poser's built GUI stuff, which is why it's not affected.
You can open the script in a text editor and do a search/replace of "-col" to "-column"
Notepad will do the job, thoughI prefer TextPad or another programmer's editor.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
By the way, the PoserPython help opens just fine from the Poser Pro menu in XP 64 bit and Vista 64 bit on my systems.
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
*Even on my 64 bit system which only has Poser Pro installed in the default, and I am set up as Administrator on all my systems, still can't get the help file for poser pro to come up.
Same here. The Poser Reference (not Poser Pro) starts OK, but that's not a huge amount of use, if it's information about Pro that is needed, and the PoserPython manual also comes up OK, but the Poser Pro Reference link seems dead to me.
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.
Did anyone ever figure out how to get the python programs to work, ie WW, and Real Skin?
Thanks