Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: python source code -> win/dos executable (on linux)

Reply
Thread Tools

Re: python source code -> win/dos executable (on linux)

 
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      06-28-2010
In message <4c24c152$0$31381$>, superpollo
wrote:

> suppose i work in a linux environment, but i would like to ship a
> win/dos executable file from time to time, just for test purposes (my
> "testers" are windows users and don't want to go through the hassle of
> installing python on their win boxes).


Is it really such a hassle to install things on Windows?
 
Reply With Quote
 
 
 
 
Grant Edwards
Guest
Posts: n/a
 
      06-28-2010
On 2010-06-28, Lawrence D'Oliveiro <_zealand> wrote:
> In message <4c24c152$0$31381$>, superpollo
> wrote:
>
>> suppose i work in a linux environment, but i would like to ship a
>> win/dos executable file from time to time, just for test purposes (my
>> "testers" are windows users and don't want to go through the hassle of
>> installing python on their win boxes).

>
> Is it really such a hassle to install things on Windows?


Sometimes. But, no matter how easy it is, if you rely on your
customers to install some third party SW that's required for your
program to work, they'll figure out a way to screw it up.

If you're shipping a Windows program, you can barely count on the
target machine having a working base Windows install. Expecting
something else to be there is pure fantasy.

--
Grant
 
Reply With Quote
 
 
 
 
David Robinow
Guest
Posts: n/a
 
      06-28-2010
On Sun, Jun 27, 2010 at 9:16 PM, Lawrence D'Oliveiro
<_zealand> wrote:
> In message <4c24c152$0$31381$>, superpollo
> wrote:
>
>> suppose i work in a linux environment, but i would like to ship a
>> win/dos executable file from time to time, just for test purposes (my
>> "testers" are windows users and don't want to go through the hassle of
>> installing python on their win boxes).

>
> Is it really such a hassle to install things on Windows?

I find it somewhat easier than on Ubuntu, but I think you've missed the point.
 
Reply With Quote
 
Lawrence D'Oliveiro
Guest
Posts: n/a
 
      06-29-2010
In message <4c286d71$0$18654$>, superpollo
wrote:

> Lawrence D'Oliveiro ha scritto:
>>
>> Is it really such a hassle to install things on Windows?

>
> no, but it *IS* to explain it to dumb users...


Can’t you create an installation package that specifies Python and all the
other necessary dependencies, so the Windows package-management system will
automatically pull the right versions in when the user does the
installation?
 
Reply With Quote
 
Stephen Hansen
Guest
Posts: n/a
 
      06-29-2010
On 6/29/10 12:27 AM, Lawrence D'Oliveiro wrote:
> In message<4c286d71$0$18654$ .it>, superpollo
> wrote:
>
>> Lawrence D'Oliveiro ha scritto:
>>>
>>> Is it really such a hassle to install things on Windows?

>>
>> no, but it *IS* to explain it to dumb users...

>
> Can’t you create an installation package that specifies Python and all the
> other necessary dependencies, so the Windows package-management system will
> automatically pull the right versions in when the user does the
> installation?


At first, on reading this, I assumed it was sarcastic (and sort of
decided not to reply, because anti-windows is too easy); but on reading
again I'm not so sure, you're writing it all out so .. dry. Then again,
'hearing' tone in text is hard.

If this isn't sarcastic: windows has no package management system. You
include every dependency manually (in varying forms) or things don't run.

Windows has a way to track what you install, and the ability to
uninstall about three fourths of it later. That's it.

--

... Stephen Hansen
... Also: Ixokai
... Mail: me+list/python (AT) ixokai (DOT) io
... Blog: http://meh.ixokai.io/

 
Reply With Quote
 
Bill Davy
Guest
Posts: n/a
 
      07-01-2010
"Stephen Hansen" <me+list/> wrote in message
news:mailman.2344.1277821469.32709.python-...
> On 6/29/10 12:27 AM, Lawrence D'Oliveiro wrote:
>> In message<4c286d71$0$18654$ .it>, superpollo
>> wrote:
>>
>>> Lawrence D'Oliveiro ha scritto:
>>>>
>>>> Is it really such a hassle to install things on Windows?
>>>
>>> no, but it *IS* to explain it to dumb users...

>>
>> Can't you create an installation package that specifies Python and all
>> the
>> other necessary dependencies, so the Windows package-management system
>> will
>> automatically pull the right versions in when the user does the
>> installation?

>
> At first, on reading this, I assumed it was sarcastic (and sort of decided
> not to reply, because anti-windows is too easy); but on reading again I'm
> not so sure, you're writing it all out so .. dry. Then again, 'hearing'
> tone in text is hard.
>
> If this isn't sarcastic: windows has no package management system. You
> include every dependency manually (in varying forms) or things don't run.
>
> Windows has a way to track what you install, and the ability to uninstall
> about three fourths of it later. That's it.
>
> --
>
> ... Stephen Hansen
> ... Also: Ixokai
> ... Mail: me+list/python (AT) ixokai (DOT) io
> ... Blog: http://meh.ixokai.io/
>



Not that I am a supporter of Windows nor an expert at MSI BUT later versions
of Visual Studio do have a mechanism for building a package. I know it's
not in VC6, but is in VS.2008.
HTH,
Bill


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create executable from executable with py2exe vedrandekovic@gmail.com Python 0 03-29-2008 12:23 PM
Running an Executable Before Executable JAR Jason Cavett Java 8 05-16-2007 07:14 PM
what is fast dynamically linked executable or statically linked executable ?how to decide? pratap C Programming 20 03-07-2007 04:46 AM
How can I run a c executable in pwd ,while the executable is in some other directory vishsid3@gmail.com C Programming 15 08-21-2006 06:04 AM
source code to executable code flow , functionality in detail akasokan@gmail.com Computer Support 3 03-19-2006 08:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57