-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 [email protected] on 16 May 2013 at 9:20