<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi Stephen<br>
<br>
You have thrown too many variables into this question.<br>
<br>
Was the old version of "Python for Delphi" working ok with Delphi
2007 and Python 2.5?<br>
Is the latest version of "Python for Delphi" working ok with
Delphi 2007 and Python 2.5?<br>
Is the latest version of "Python for Delphi" working ok with
Delphi < 2006 and Python 2.7?<br>
<br>
I would say your problems are related to unicode. I can't remember
if Delphi 2007 saves source code in UTF-8 by default, so you might
need to explicity state the encoding at the top of the python
script files.<br>
<pre style="" class="lang-py prettyprint prettyprinted"><code><span class="com"># encoding: utf-8</span></code></pre>
<br>
Todd.<br>
</div>
<blockquote
cite="mid:0019B0AC6A80D4119E5C204C4F4F5020A51D8B@NTSERVER"
type="cite">
<pre wrap="">Hi all,
I'm submitting this on someone else's behalf, and hopefully someone here has
some ideas:
-----------------
I maintain a Delphi 2007 application that uses Python for Delphi to run
Python scripts. I currently use Python 2.5 and wish to upgrade to Python
2.7. However, the latest version of Python for Delphi seems to recognize
only up to Python 2.6 and Delphi 2006. How do I get my program working with
Python 2.7?
When I uninstall Python 2.5, install Python 2.7 and recompile the Delphi
application, it crashes as it is unable to find python25.dll.
I would appreciate any help on this.
-----------------
cheers,
Steve
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: <a class="moz-txt-link-abbreviated" href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a>
Admin: <a class="moz-txt-link-freetext" href="http://delphi.org.nz/mailman/listinfo/delphi">http://delphi.org.nz/mailman/listinfo/delphi</a>
Unsubscribe: send an email to <a class="moz-txt-link-abbreviated" href="mailto:delphi-request@listserver.123.net.nz">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe
</pre>
</blockquote>
<br>
</body>
</html>