RE: Build error when building Python.Net with ActiveState Pythonbuil d202
by Mark Hammond other posts by this author
Nov 8 2000 7:03AM messages near this date
Build error when building Python.Net with ActiveState Python
buil d202
|
Re: Build error when building Python.Net with ActiveState Python buil d202
Yes - this is a known problem and will be updated very soon.
The last line of the traceback is:
File "H:\NetPython\p2c\genil.py", line 989, in dispatch
assert type(ret)==type(''), "node did not return a valid value: '%s'" %
(nod
You can simply comment out line 989 - the object is now a Unicode object
rather than a string!
Mark.
> -----Original Message-----
> From: python.net-admin@[...].com
> [mailto:python.net-admin@[...].com]On Behalf Of Craig,
> Philip
> Sent: Monday, 30 October 2000 10:31 PM
> To: 'python.net@listserv.ActiveState.com'
> Subject: Build error when building Python.Net with ActiveState
> Pythonbuil d202
>
>
> Hi,
>
> Has anyone successfully built Python.Net with ActiveState build 202?
>
> I always get the attached error when it tries to compile builtins.py
>
> Thanks in advance, <<PythonBuildErr.txt>>
>
> Philip
>
>
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. No
> confidentiality or privilege is waived or lost by any mistransmission.
> If you receive this message in error, please immediately delete it and all
> copies of it from your system, destroy any hard copies of it and
> notify the
> sender. You must not, directly or indirectly, use, disclose, distribute,
> print, or copy any part of this message if you are not the intended
> recipient. CREDIT SUISSE GROUP and each of its subsidiaries each reserve
> the right to monitor all e-mail communications through its networks. Any
> views expressed in this message are those of the individual sender, except
> where the message states otherwise and the sender is authorised to state
> them to be the views of any such entity.
> Unless otherwise stated, any pricing information given in this message is
> indicative only, is subject to change and does not constitute an offer to
> deal at any price quoted.
> Any reference to the terms of executed transactions should be treated as
> preliminary only and subject to our formal written confirmation.
>
>
>
>
_______________________________________________
Python.NET mailing list. To unsubscribe go to http://listserv.ActiveState.com/mailman/subscr
ibe/python.net
Thread:
Craig, Philip
Mark Hammond
Andre Burgaud
|