When I run "python ./setup.py install" I get "ImportError: No module named py2exe" error.
Le 02/01/2014 13:08, Atilla a écrit :
[bugs:#11] http://sourceforge.net/p/wikidpad/bugs/11/ Not installing on Ubuntu Status: open Created: Thu Jan 02, 2014 12:08 PM UTC by Atilla Last Updated: Thu Jan 02, 2014 12:08 PM UTC Owner: nobody When I run "python ./setup.py install" I get "ImportError: No module named py2exe" error. Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/wikidpad/bugs/11/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
[bugs:#11] http://sourceforge.net/p/wikidpad/bugs/11/ Not installing on Ubuntu
Status: open Created: Thu Jan 02, 2014 12:08 PM UTC by Atilla Last Updated: Thu Jan 02, 2014 12:08 PM UTC Owner: nobody
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/wikidpad/bugs/11/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Perhaps cx_Freeze...
[Info] cx_Freeze is an application which allows you to freeze Python code into executable files, in a way similar to how py2exe and py2app work.
The "setup.py" is only intended for creating the Windows binary, not for general installation. Refer e.g. to http://writingonlinux.wordpress.com/2012/02/09/wikidpad-on-ubuntu/
Log in to post a comment.
Le 02/01/2014 13:08, Atilla a écrit :
Perhaps cx_Freeze...
[Info] cx_Freeze is an application which allows you to freeze Python
code into
executable files, in a way similar to how py2exe and py2app work.
The "setup.py" is only intended for creating the Windows binary, not for general installation. Refer e.g. to http://writingonlinux.wordpress.com/2012/02/09/wikidpad-on-ubuntu/