clonly / python4delphi

Automatically exported from code.google.com/p/python4delphi
0 stars 0 forks source link

Problems after upgrade #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use P4D 3.33 with DelphiXE and Python25 on Win7

I'm migrating a project from Delphi 2006 to XE, so I needed to upgrade P4D too. 
It compiles normally, but when I try to execute the following code, I get an 
error.

Code:

import os

Error

exceptions.ImportError: No module named os.

It's working fine on Delphi 2006.

Thanks,

Weverton

Original issue reported on code.google.com by wever...@tron.com.br on 16 May 2013 at 9:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Well, it is some "days" old, but maybe need this information.

If you not have done yet, the regarding Python module is needed beside your 
binary. Here os.pyc. Haven't figured out how to change the path at the moment.

Original comment by stixx...@gmail.com on 5 Sep 2013 at 12:51