0
votes
1answer
14 views
easy_install PIL fails
I am trying to setup a dev environment on a new laptop, I am trying sudo easy_install PIL after seting up setuptools and python etc, I get this error. Setup script exited with error: command 'gcc' …
0
votes
1answer
21 views
Packaging and Distribution of Java Program
I need a way to package and distribute a Java program to a remote device.
Web Start is not ideal as it only distributes Jars and requires Web Server.
I need to distribute and run scripts during the …
0
votes
2answers
39 views
How do you install pycairo on Mac OS X?
This is the first time I've ever touched python, I'm trying to use a library 'cairo', but have been unable to import it getting the message
Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32)
[GCC …
0
votes
0answers
34 views
Windows 7 Installation Experience? [closed]
Our team is starting to put together installers for our various software products. Some of our products are .Net based, some Progress 4GL and others are .Net CF running on Windows Mobile 6 (we are …
0
votes
0answers
9 views
AppFabric Installation Problem
Hoping someone else has already encountered this and has a solution...
I'm trying to install the AppFabric Beta 1 caching service, on a virtual Windows Server 2008 (CacheServer1). My cache …
1
vote
0answers
23 views
Why does Postgres refuse to start as service?
I try to install Postgres on Windows (Server 2003). Both versions I tried (8.3, 8.4) fail at the end of the installation because the service cannot be started. I tried with different users for the …
0
votes
4answers
786 views
Why can’t I install SQL Server SP1 (KB968369)?
Hi,
I have a Windows Server 2008 x64 machine. I have the "Microsoft SQL Server 2008 Service Pack 1 (KB968368)" as an "optional" update available from Windows Update. I choose to install it, my …
0
votes
3answers
1k views
Installing IIS on windows 2003 without the windows CD
Ihave a server that I need to install IIS on - however I don't have the windows 2003 CD available. It prompts me to insert the CD labeled "Service Pack 2 CD-ROM" - I've downloaded the service pack …
0
votes
2answers
210 views
Why does Macports take FOREVER to build simple packages?
I guess the title says it all. Building from source outside of macports is a breeze. Building with macports takes forever and seems to freeze the os every so often. Is this typical behavior? …
0
votes
1answer
13 views
IIS: Setting a script map on “Web Sites” node
Regarding setting up script maps on IIS, I am wondering what happens if I create a script map for .php files to C:\php\php.exe on the Web Sites node. Do all websites below the web Sites node, …
2
votes
5answers
529 views
installing c++ boost on mac osx leopard — port fails
I'm not much of a c++ programmer, just an end-user trying to install an existing project from source.
One of the project dependencies is the boost library.
When I tried to install boost on my osx …
0
votes
2answers
28 views
Lowest common sql provider installed by default on windows
Can anyone tell me what data providers are installed by default on windows xp and above for accessing sql server, im looking for (and hoping) that there is a common OLEDB provider, or sql native …
1
vote
3answers
323 views
Installing Erlang on Windows XP
I have tried installing Erlang 13B through to 12B to follow the tutorials.
Everytime I get to c(tut), I get an error instead of (ok, tut), so it seems like there are no modules installed, can anyone …
1
vote
6answers
5k views
Uninstalling an MSI file from the command line without using msiexec
msiexec is a command prompt software that installs an msi program.
But I have found that you can install an msi file from the command line by just typing in the name of the msi file on the command …
1
vote
2answers
30 views
Creating installers for complex cross-platform programs
I'm sketching an application deployment process for a bunch of relatively complex desktop applications. We have both native and Java apps, so the deployment must be able to check for existence of the …
