Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Wine installation - error: unable to find wine executable.

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
JimSturgess
Posts: 4
Joined: 2017-12-05 14:11

Wine installation - error: unable to find wine executable.

#1 Post by JimSturgess »

I would like to compile python project to standalone executable file.

In directory with sources I find instructions with following informations:
1.
$ sudo apt-get install wine-development
$ sudo ln -sf /usr/bin/wine-development /usr/local/bin/wine
$ wine --version
wine-2.0 (Debian 2.0-3+b2)

2. Make sure `/opt` is writable by the current user.
3. Run `build.sh`.
4. The generated binaries are in `dist`.
So I call "apt-get install wine-development", and then "ln -sf /usr/bin/wine-development /usr/local/bin/wine".

But when I call " wine --version", I got an error message:
error: unable to find wine executable. this shouldn't happen.
How I can solve this problem ?

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: Wine installation - error: unable to find wine executabl

#2 Post by Capitain_Jack »

I guess the problem is that the wine-development package do not install wine as dependancy, you must also install wine, wine32 or/and wine64.
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

Post Reply