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.
Comment #1
Posted on Apr 16, 2009 by Quick HorseI 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
Comment #2
Posted on Apr 16, 2009 by Massive KangarooSorry 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.
Status: Invalid
Labels:
Type-Defect
Priority-Medium