I have come up with a few changes that seem to allow things to compile at least. It seems that the LIBNAME value was being used even when a library was not set. I don't know enough about the OpenSG type system to know if these changes are correct though. I have attached a patch file with my changes.
Thanks, Aron On 1/23/07, Aron Bierbaum <[EMAIL PROTECTED]> wrote:
I am trying to generate an OpenSG field container type and I am
running into problems. It seems that as soon as a either remove the
library attribute or set it to an empty string everything falls apart.
Here is my file:
<?xml version="1.0" ?>
<FieldContainer
name="TestTransform"
parent="Transform"
library=""
structure="concrete"
pointerfieldtypes="both"
systemcomponent="false"
parentsystemcomponent="true"
isNodeCore="true"
>
</FieldContainer>
My specific error is:
File "C:\Source\OpenSG\version2.0\Tools\fcd2code\TemplateFiller.py", line 233
AttributeError: 'NoneType' object has no attribute 'ljust'
Does anyone have any ideas how to fix this.
Thanks,
Aron
LIBNAME.patch
Description: Binary data
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
