On Fri, Sep 10, 2010 at 12:21 AM, Ron Johnson <rjohnson3...@yahoo.com> wrote:
> Me and my companions have tried to learn how to package programs through
> internet tutorials but all of the tutorials seem to require prior knowledge
> of how to package (or we are simple too dumb).  We have gleaned how to
> manually make a setup.py and that commands should be given through the
> terminal.  We were not sure where the manually created setup.py is suppose
> to go so we tried running the py2applet.py and it gave us the error
> py2applet can not find py2app.scripts.script_py2applet, which is the module
> it wants to import.  We thought that the problem may be because the py2app
> package should go in your python installation but we were unable to do so.
> Do we need to be administrators for the files to go to the right places?

use one of ::

  --prefix                             installation prefix
  --exec-prefix                        (Unix only) prefix for platform-
                                       specific files
  --home                               (Unix only) home directory to install
                                       under
  --user                               install in user site-package
                                       '/Users/engelbert/.local/lib/python2.6/
                                       site-packages'
  --install-base                       base installation directory (instead of
                                       --prefix or --home)
  --install-platbase                   base installation directory for
                                       platform-specific files (instead of --
                                       exec-prefix or --home)
  --root                               install everything relative to this
                                       alternate root directory


> How do we give modules to py2applet?
>
> Ron Johnson
>
>
> _______________________________________________
> Pythonmac-SIG maillist  -  pythonmac-...@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
>
>
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to