jacktheripper píše v Pá 04. 03. 2011 v 05:40 -0800:
> I'm trying to use pyinstaller to cross-bundle windows exes from linux.
> According to the instructions on another thread, I did:
> `python Configure.py --target-platform=win32
> --executable=/media/SYSTEM/Python27/python.exe` -> output
> had to edit the glob to match my system but that's not a problem.
> Makespec reported no errors and Build.py gives me this.
> I use pyinstaller-1.5-rc1 with Python 2.7 on Windows and 2.6 on linux.
> I have also tried the same with Python 2.6 both on windows and linux
> to no avail.
> Any solutions? 

In current state pyinstaller does is not able to do that.

Could you point me where you read it?

You always need to run pyinstaller with python which you use on target
platform.

Anyway, for linux you can use wine and install there python windows
version. I know about guy doing it this way.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to