Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.3 on Linux not working #5

Closed
GoogleCodeExporter opened this issue Feb 12, 2016 · 2 comments
Closed

Version 0.3 on Linux not working #5

GoogleCodeExporter opened this issue Feb 12, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant