473,403 Members | 2,071 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

where to get McMillan Installer?

There does not seem to be a valid url for the Installer, anywhere.
Could anyone provide me with a copy of it?

many thanks.
Jun 27 '08 #1
7 1015
En Tue, 13 May 2008 07:06:09 -0300, gsal <sa*******@gmail.comescribió:
There does not seem to be a valid url for the Installer, anywhere.
Could anyone provide me with a copy of it?
I think py2exe is its successor: http://www.py2exe.org/

--
Gabriel Genellina

Jun 27 '08 #2
On May 13, 5:47*am, "Gabriel Genellina" <gagsl-...@yahoo.com.ar>
wrote:
En Tue, 13 May 2008 07:06:09 -0300, gsal <salger...@gmail.comescribió:
There does not seem to be a valid url for the Installer, anywhere.
Could anyone provide me with a copy of it?

I think py2exe is its successor:http://www.py2exe.org/

--
Gabriel Genellina
I actually thought 'copy' was a banned word. I don't have one, but I
can. I.e., cutting and pasting code is working fine currently. I
just got two editors!
Jun 27 '08 #3

hhhmmm...py2exe...I tried it earlier and it couldn't handle some of
the packages I was using because they were in the "egg" form. I was
hoping Installer could...then again, I don't know how long ago
Installer was written and whether eggs came along after that...

Regarding the word 'copy'...will you please enlighten me? were you
serious? is it really banned (around here)? I mean, I thought we were
talking about an open application which, for as long as you pass along
the (GNU,GPL) license, you are allowed to provide it to other people.

So, then, allow me to ask the real question: how do I go about
deploying a Python application to somebody who has nothing (python nor
related modules) where my application uses modules from Lib/site-
packages that are in "egg" form?

Regards,

gsal
Jun 27 '08 #4
On May 13, 8:23*am, gsal <salger...@gmail.comwrote:
hhhmmm...py2exe...I tried it earlier and it couldn't handle some of
the packages I was using because they were in the "egg" form. *I was
hoping Installer could...then again, I don't know how long ago
Installer was written and whether eggs came along after that...

Regarding the word 'copy'...will you please enlighten me? were you
serious? is it really banned (around here)? I mean, I thought we were
talking about an open application which, for as long as you pass along
the (GNU,GPL) license, you are allowed to provide it to other people.

So, then, allow me to ask the real question: *how do I go about
deploying a Python application to somebody who has nothing (python nor
related modules) where my application uses modules from Lib/site-
packages that are in "egg" form?

Regards,

gsal
Funny you should ask that way; this is strictly speaking, real aside.

If people like to share, but don't know what enough is, (or when,)
real world problems can sometimes arise. And it's not as easy as
asking an authority to see for yourself. There are all kinds of power
structures and big sleeping men lying about. They're big and
sleeping, just men.

Plagiarism (sp.) is a form of copying-- my professors have always
resented and penalized quoting right from the book. I continue, if
the book's wording is the best way to say certain things (which would
be so popular as to be indistinguishable from analytic/necessary, i.e.
math), the study is rote, and the creation lies about. But is math in
creation? I might hold so. One test even emphasizes, "in your own
words."

But the power structures are men, and men are living; what does life
want? What will man try to do in and over time? What are the
universe's poles/attractors/pulls? What has he done before? Is there
any money in any logical, cross-sectional isolation of them? As it's
my belief that man can have too much money, what if you succeed in
trying to make it in the foregoing way?

Jun 27 '08 #5
gsal wrote:
There does not seem to be a valid url for the Installer, anywhere.
Could anyone provide me with a copy of it?

many thanks.
http://pyinstaller.python-hosting.com/

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
Jun 27 '08 #6
On May 13, 1:59 pm, Kevin Walzer <k...@codebykevin.comwrote:
gsal wrote:
There does not seem to be a valid url for the Installer, anywhere.
Could anyone provide me with a copy of it?
many thanks.

http://pyinstaller.python-hosting.com/

--
Kevin Walzer
Code by Kevinhttp://www.codebykevin.com
Thanks, Kevin
Jun 27 '08 #7
En Tue, 13 May 2008 10:23:33 -0300, gsal <sa*******@gmail.comescribió:
hhhmmm...py2exe...I tried it earlier and it couldn't handle some of
the packages I was using because they were in the "egg" form. I was
hoping Installer could...then again, I don't know how long ago
Installer was written and whether eggs came along after that...
http://www.py2exe.org/index.cgi/ExeWithEggs
PyInstaller has the same problem regarding eggs: see
http://pyinstaller.python-hosting.com/wiki/FAQ
(did I menction that I hate eggs?)

--
Gabriel Genellina

Jun 27 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: achrist | last post by:
After using the McMillan installer and executables built with it for a while, I've noticed some residual files accumulating on my disk. The installer docs mentions these. Here's code I wrote...
1
by: Ajay Bakhshi | last post by:
Hi, I have Python-2.2.3/ Mcmillian Installer: _5b5_5 System: HP 11.11 64 bit. Installer + Python were build with 64 bit support (Compiler flag: +DD64) I have a Python file...
1
by: bap | last post by:
Is anyone else having problems accessing the Mcmillan installer web site (www.mcmillan-inc.com)? I get a no permission error message - so I don't know if my ISP is blocked or something is wrong...
1
by: Pierre Rouleau | last post by:
Hi all, When building a exe for a Python application under Windows XP with The McMillan installer, the insttaltion succeeds but when I run the resulting executable the application tracebacks...
2
by: Federico | last post by:
Hi, Where can I download the mcmillan installer utility? http://www.mcmillan-inc.com/ doesn't exist anymore? Thanks
1
by: Sion Arrowsmith | last post by:
We have an application which we distribute as a .exe as created with the McMillan installer, plus a suite of "plugins" which can also be run as standalone applications for internal use. The...
9
by: Christopher Stone | last post by:
I can't seem to find a working web site for this installer. Are there any mirror sites available which have this application? I need an installer for Linux based systems, and I heard this was the...
1
by: Chris | last post by:
I would like to be able to "package-up" a Python application on my development platform (Linux) so that it can be easily distributed and installed on Windows and UNIX e.g. HP-UX, AIX etc. I'd...
10
by: Svein Brekke | last post by:
Hi. Thank you Gordon McMillan for a very nice freeze tool for python. (I use it on Windows XP SP2 for creating a single-file self-extracting wxPython based installation script for a non-python...
4
by: mrmakent | last post by:
3 quick questions for the newsgroup: 1. Does anyone know why McMillan Installer 5b5 does not work with Python 2.4 under Linux (works with Python 2.3 just fine), and how to fix it? 2. Will...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.