Re: [pyxb-users] problem with pyxbgen when the xsd has a entry

2012-05-01 Thread Peter Bigot
Without inspecting in detail, this is probably: https://sourceforge.net/apps/trac/pyxb/ticket/112 At this time there is no fix. I may have an opportunity to dig into this in a month or so. You could assist by providing the modified files you mention, so when it does get worked I can verify this

[pyxb-users] problem with pyxbgen when the xsd has a entry

2012-05-01 Thread Bill Riegel
Poc.xsd is the modified xsd Poc.xml is the example xml file When I run pocsample.py I see: pydev debugger: starting Traceback (most recent call last): File "C:\downloads\eclipse_indigo_3_7\eclipse\plugins\org.python.pydev.debug_2.4.0.2012020116\pysrc\pydevd.py", line 1307, in debugger.

Re: [pyxb-users] problem with pyxbgen

2010-11-11 Thread Peter Bigot
As the trac ticket suggests, it's partially fixed. You can see the current solution in git, either by cloning the repository or browsing it in: http://pyxb.git.sourceforge.net/git/gitweb.cgi?p=pyxb/pyxb;a=shortlog;h=refs/heads/trac/89 The most recent commit in that branch may be what you need.

Re: [pyxb-users] problem with pyxbgen

2010-08-20 Thread Peter Bigot
Both of these are bugs. https://sourceforge.net/apps/trac/pyxb/ticket/88 deals with the presence of unicode characters in the input; there were several places where Python was unhappy, but the specific one you ran into can be fixed by changing the str(s) to unicode(s) in the MakeIdentifier definit

[pyxb-users] problem with pyxbgen

2010-08-19 Thread 王守军
Hi, I have got 2 problems with pyxbgen. 1. I try to generate binding classes for test.xsd: http://www.w3.org/2001/XMLSchema";> > I have created the binding with: $ p