akshayrkulkarni / gui2exe

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

Version 0.3 on Linux not working #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On Linux, copy zip to dir
2. Run python Setup.py install
3. Get error about drive D:/ not being found 
error: can't copy
'D:\MyProjects\GUI2Exe\docs\images\icons\exclamation.gif': doesn't exist or
not a regular file

What is the expected output? What do you see instead?
To install GUI2EXE

What version of GUI2Exe, Python and wxPython are you using? On what
operating system?
GUI2Exe 0.3, Python 2.5.1, wxGTK/Python 2.8.9.1

Please provide any additional information below.
Just running the GUI2Exe.py script generates a SegFault.

Original issue reported on code.google.com by hansco...@gmail.com on 20 Feb 2009 at 9:54

GoogleCodeExporter commented 9 years ago
I had the same problem on Windows.

I had extracted the contents of the zip file to 'c:\Python25\GUI2exe'.

If you open the 'Setup.py', you can copy and paste the entire thing to Word, 
use 
the 'Find and Replace' facility to replace instances of 'D:\\MyProjects' with 
wherever you have extracted the zip file to (in my case 'c:\\Python25'.

Copy and paste back into 'setup.py' and it should work.

Probably a clumsy way of doing it, but seemed to work. Note the need for \\

Thanks
Chris

Original comment by chris.co...@gmail.com on 16 Apr 2009 at 6:46

GoogleCodeExporter commented 9 years ago
Sorry I did not mention it clearly, GUI2Exe is **not** meant to be installed as 
site-
package with this command:

python Setup.py install

Nor to be compiled as executable. GUI2Exe should be used as-is, like a normal 
Python 
file, i.e., double-clicking on the GUI2Exe.py file on Windows or writing:

python GUI2Exe.py

On all platform (not sure about Mac though). I'll put an explanatory note in 
the main 
page.

Original comment by andrea.gavana@gmail.com on 16 Apr 2009 at 8:28