Hi,

I'm trying to generate Django models/forms for an xsd, Im getting the a.m.
error with v. 2.12d

This is the xsd (it is an official XSD for Italian gov. invoicing):

http://www.fatturapa.gov.it/export/fatturazione/sdi/fatturapa/v1.0/fatturapa_v1.0.xsd

I've renamed the xsd to comply with python module naming (removed the dot).


I'm trying to follow step-by-step the instructions from this page:
http://www.rexx.com/~dkuhlman/generateDS.html#id75


Any idea?


Full tb:
Traceback (most recent call last):
  File "./gends_generate_django.py", line 146, in <module>
    main()
  File "./gends_generate_django.py", line 141, in main
    generate_model(options, module_name)
  File "./gends_generate_django.py", line 92, in generate_model
    cls.generate_model_(wrtmodels, wrtforms)
AttributeError: type object 'AllegatiType' has no attribute
'generate_model_'


-- 
Alessandro Pasotti
w3:   www.itopen.it
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to