Forum: Poser Python Scripting


Subject: Figure to Prop (Dimension3D)

ice-boy opened this issue on Aug 21, 2011 · 12 posts


ice-boy posted Sun, 21 August 2011 at 3:00 AM

i have poser pro 2010 and i think the script doesnt work with the latest poser. can someone try it out if its my computer?

http://www.renderosity.com/mod/freestuff/details.php?item_id=50705

could someone update the script for Poserpro 2010?

 

thanks


semidieu posted Sun, 21 August 2011 at 3:27 AM

What does this script ?

Convert the file from a figure (.cr2) to a prop (.pp2) ?

Or a Poser figure to a Poser prop ?

 

I'm sure D3D will jump here and check what's going on :)


nruddock posted Sun, 21 August 2011 at 8:35 AM

Quote - ... i think the script doesnt work with the latest poser ...

What error messages are you getting ? If you're not getting error messages, give details of what does or doesn't happen or works differently than previously.


markschum posted Sun, 21 August 2011 at 10:02 AM

Rhat script appears to have been written in 2008 for Poser 5

it uses tkinter for the interface and one line reads

Label(self.frame, text="Name").grid(row=0, column=0)

 

I believe that all references to column need to change to col but you should be getting n error that points to the line thats wrong.

 


ice-boy posted Wed, 14 September 2011 at 4:52 AM

this is what i get

 

Traceback (most recent call last):
  File "D:3dpythonFigure to Prop.py", line 10, in ?
    from Tkinter import *
  File "C:Program Files (x86)Smith MicroPoser Pro 2010RuntimePythonliblib-tkTkinter.py", line 38, in ?
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: DLL load failed:


nruddock posted Wed, 14 September 2011 at 3:30 PM

That error usually means that the Poser Python has been damaged (most likely known cause is having installed the standalone Wardrobe Wizard into the Poser directory), you have another install of Python that's interfering with Poser's, or there's a missing DLL.


ice-boy posted Thu, 15 September 2011 at 12:34 PM

is this python installed inside poser? or do we have to do it ourself?


ice-boy posted Thu, 15 September 2011 at 12:37 PM

Quote - That error usually means that the Poser Python has been damaged (most likely known cause is having installed the standalone Wardrobe Wizard into the Poser directory), you have another install of Python that's interfering with Poser's, or there's a missing DLL.

i have blender on my computer. i think python is inside. could this be the problem?


markschum posted Thu, 15 September 2011 at 7:21 PM

try putting the script in the poser python folder and run it from there.


ice-boy posted Fri, 16 September 2011 at 9:25 AM

Dimension3D found the problem

 

msvcr71.dll was missing under runtime/python/dlls


nruddock posted Fri, 16 September 2011 at 6:48 PM

Quote - msvcr71.dll was missing under runtime/python/dlls

That should only be a problem for the 32-bit version of PPro2010, if the problem was occuring with the 64-bit version, then something else is awry.


mackis3D posted Wed, 19 October 2011 at 12:43 PM

Quote - > Quote - msvcr71.dll was missing under runtime/python/dlls

That should only be a problem for the 32-bit version of PPro2010, if the problem was occuring with the 64-bit version, then something else is awry.

No that was also the problem for the 64bit version too. I had the same situation and it disappeared after copying the *.dll into the specific Python folder (DLLs). The problem vanished in PP2012.