Hi folks!
I tried everything! I cannot find a way to install pyCurl on my Windows 7 machine!
I found these binaries link... BUT there are no binaries for 2.6. : (
Help would be great. : )
This is a rather dumb question but i'am looking at a bizarre situation.
I am running fedora and have python 2.6.5 installed. The other day i installed MySQL-python using yum (because i do not have the setuptools module so i cannot build it from source).
Anyway yesterday i wrote my entire data access layer in python and it was running fine, i did…
I have a system set up to download jad files on users' Blackberries, but it only works intermittently, and seemingly randomly. If the user clicks on the link within their BlackBerry browser, 95% of the time on the first try an error message will pop up saying there was an HTTP 500 error (which our server never returns).
Viewing the details of…
Recently I am having problems with installing rcov gem on my windows (vista Home Basic environment), so after googling I found one solution and that is
gem install rcov -v 0.8.1.1.0 #version that installs without errors
gem update rcov #update to the latest version, in my case rcov-0.8.1.2.0-x86-mswin32
But this solution didn't worked on…
I'm trying to use curl with PHP on my box without any success.
My Config :
OS : win 7 64 bits,
PHP : 5.3.1,
Apache : 2.2.14
I was able to use the mysql extension, so the configuration of my php.ini seems fine. But I get and error in Apache log with curl :
PHP Warning: PHP Startup: Unable to load dynamic library…
I usually do all my java development on linux, using fedora package manager setting up a development environment is easy and fast.
Now I have to start using windows but I never used it for java development and im having a few difficulties having it setup.
So I downloaded and installed thye java 6 JDK (just the standard…
Hi,
I want to install this python package:
http://pypi.python.org/pypi/netifaces/0.5
But I don't know how and I know nothing about python. Still, I guess there is a standardized way to install it. Am I right?
Thanks in advance
downloaded the files and got the iso. then made a virtual disk in vmware and then unable to start. my machine details are intel pentium d 945 (that does not support virtualization) while it is an sse2/sse3 cpu. plz suggest some solution
I have a custom control packed as myControl.dll. How to install it in VS2010 by using the WPF ToolBox Control template? I do not want to use the "Choose Toolbox..." or "Drag and Drop" techniques.
I have executed the commands as prescribed in the instructions at the rvm website but things don't seem to work..
Fetching the code from the git repository runs smoothly but when I try to use
rvm notes
Error:
/usr/local/bin/rvm: line 73: /home/cody/.rvm/scripts/rvm: No such file or directory
flashes in multiple…
hi
i am new to ubuntu,
so i dont know how to install wayback...
i downloaded wayback-1.4.2.tar.gz from some website...
next what will i do...
anyone explain..
thanks and advance
I am sorry I have already asked this question on "Superuser", but nobody answers there, so I deleted it from "Superuser" and decided to post it here. Hope it's not a big crime, especially given the fact that I was firstly advised to use twill here on "StackOverflow" (not on "SuperUser")
How do I start using twill? I…
Hi,
I've installed and tested Wordpress configurations on my home server which I use as my test server.
Is it possible to upload everything, including Wordpress, from my home web server to my hosting account so it will work instantly there?
Of course I need to change the database name, password, but that's about it.
…
I would like to use Qt with VxWorks. Is that possible? If so, does anyone know if there's a tutorial or step-by-step guide on how to do so?
Extra
If anyone has experience in using Qt with VxWorks, you could share here as well.
I have an application that uses .NET 3.5SP1, but I have been having a LOT of random crashes with it. I am starting to narrow the fields of possible causes to the framework itself, where I suspect some other app is installing a lower patch version.
Is there any apps in the wild, or anything I can slap together that…
I am trying to install GDAL for python on a Windows XP machine (Python 2.6 currently installed) following the instructions at http://trac.osgeo.org/gdal/wiki/GdalOgrInPython (as is mirrored in a hundred other places). It says I need both the GDAL source (or Windows binary) and the python bindings. The python…
I would like to make sure that my application is installed in the correct location on the hard drive or allow the user to determine the install location. How can I do that?
Thanks
I tried to follow PHP.net curl site and even this link: http://curl.phptrack.com/forum/viewtopic.php?t=52
and try to install the CURL in my window laptop. It doesn't work.. CURL is not installed.
I wonder do I need to run it on windows server...
Anyone has good sites guiding me how to install CURL? thanks.
short version: how can I get rid of the multiple-versions-of-python nightmare ?
long version: over the years, I've used several versions of python, and what is worse, several extensions to python (e.g. pygame, pylab, wxPython...). Each time it was on a different setup, with different OSes, sometimes different…
I need at least Java 1.6 to run a program that someone else in my lab wrote
On the Java website it tells me to update Java via apple's software update function, i've run this a few times but it only got up to Java 1.5.0_24 and it now says no more updates are available for my computer
Is there another way to…
Hi,
I need to find where the setup is installed by the user.. how ? please help me ..(i.e Need to find the target location selected by the user in vb.net)
Thank you
Hi All,
I am trying to install MySQLdb package. I found the source code here.
I did the following:
gunzip MySQL-python-1.2.3c1.tar.gz
tar xvf MySQL-python-1.2.3c1.tar
cd MySQL-python-1.2.3c1
python setup.py build
As the result I got the following:
Traceback (most recent call last):
File "setup.py",…
Folks,
Yesterday I installed Rails 3.2 on Ubuntu 12.10 and created a new project in order to check it. It was working OK.
Today I tried to create a new project and got the message bellow (Portuguese version):
O programa 'rails' pode ser encontrado nos seguintes pacotes:
* rails
* ruby-railties-3.2
…
When a user has restricted rights on his/her computer and runs my Inno Setup installer, Windows pop-up an administrator login prompt.
The problem is that when the administrator types in his/her username and password and logs-in, Inno Setup thinks that he or she is the logged in user and installs my app…