You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 16 May 2013 at 9:20The text was updated successfully, but these errors were encountered: