Application setup like windows msi

2020-03-04 Thread J A
I was wondering g if there was a way to distribute an application that took advantage of user input like a windows .msi does. On linux of course. -- https://mail.python.org/mailman/listinfo/python-list

Fwd: Pkg iter_module for different versions of python

2020-02-09 Thread J A
Might anyone know of a root place where python modules get saved to for both python2 and 3. I assume I'm looking for all of the places where "site-packages" can be written to. J -- Forwarded message ----- From: J A Date: Sun, 9 Feb 2020 at 17:56 Subject: Re: Pkg

Pkg iter_module for different versions of python

2020-02-09 Thread J A
as a sysadmin I've written several small tools as python command line apps that get installed with python setup.py install. I would now like to create another tool that would quickly list out all of my custom tools that may be installed on the system. so that others can get a quick menu of what com

Re: executable builder

2011-12-12 Thread J A
I am having some issues compiling an exe myself but most of that stems from the version of python I am using. That being said, try using GUI2EXE http://code.google.com/p/gui2exe this program makes the setup file go a lot easier, also it will tie in a few different tools like py2exe which is wha

How to find parent function/class of generators?

2007-08-25 Thread J. A. Aczel
Hello all. I think I should explain my problem in detail, so everyone understands what I'm trying to do and why. There may be a better approach to the whole problem then I am using. I am working on a game, with most of my AI code & such divided up into generator functions (really coroutines that d

Re: ANN: eric3 3.9.0 released

2006-05-07 Thread J. A. Gaeta Mendes
Petr Jakes wrote: > I think you can get the answer on > http://www.die-offenbachs.de/detlev/eric3-mailinglist.html > rather then here. > > HTH > > Petr Jakes Thanks Petr, I've got help there. To those interested, the problem was PyKDE was missing. Best regards, -- jagm -- http://mail.python.

Re: ANN: eric3 3.9.0 released

2006-05-06 Thread J. A. Gaeta Mendes
Detlev Offenbach wrote: > Hi, > > this is to inform you of the release of eric3 3.9.0. This version > includes support for Qt4 and PyQt4. Hi, I'm getting a "Segmentation fault" error when trying to execute eric3 although I've installed Qt-3.3.4, QSCintilla-1.65, sip-4.4.3 and PyQt-3.16, in tha