1
vote
3answers
110 views
Does python’s pip support http authentication?
As the title says, does pip support http authentication, like easy_install does?
If not, are there any (better) alternatives to running a private package repository? I see pip ca …
0
votes
1answer
580 views
Easy_install of wxpython has “setup script” error.
I have an install of python 2.5 that fink placed in /sw/bin/. I use the easy install command
sudo /sw/bin/easy_install wxPython
to try to install wxpython and I get an error whi …
3
votes
7answers
456 views
What Is The Best Database For Delphi Desktop Applications That Supports Stored Procedures?
I started with Turbo Pascal 3, went to TP5, Bought TP6 called Borland the next day and downgraded to TP5.5. Bought Delphi 3, and now have Delphi 5 Enterprise. I sort of lost intere …
0
votes
1answer
53 views
Installing TurboGears on windows 7
Hi, I tried installing TurboGears 1.0 on Windows 7 using tgsetup.py. and got following error
error: Couldn't find a setup script in c:\users\sandre~1\appdata\local\temp\
easy_inst …
0
votes
2answers
124 views
virtualenv, mysql-python, pip: anyone know how?
I'm trying to install the mysql bindings in a virtualenv. I'd prefer to use pip or easy_install. pip gives me the following error:
File "setup_posix.py", line 24, in mysql_con …
1
vote
5answers
594 views
Python package install using pip or easy_install from repos
The simplest way to deal with python package installations, so far, to me, has been to check out the source from the source control system and then add a symbolic link in the pytho …
3
votes
2answers
95 views
How to make easy_install execute custom commands in setup.py?
I want my setup.py to do some custom actions besides just installing the Python package (like installing an init.d script, creating directories and files, etc.) I know I can custom …
0
votes
2answers
99 views
choose python version for egg installation | install parallel versions of site-package
Via fink install I put the following python version on my MacOSX:
python2.3,
python2.4,
python2.5,
python2.6.
Further, python is alias for python2.6 on my system.
I want to i …
0
votes
1answer
50 views
Can’t get django-registration to work (on Windows)
Trying to add django-registration to my app. I have installed setup tools to use easy_install. I think that works..
I run easy_install django-registation and a cmd prompt window f …
0
votes
0answers
36 views
What is a easiest way to implement Mail Server in ubuntu and hook in webmail through XAMPP? [closed]
Hi Everyone,
I currently have xampp running on my ubuntu server. I tried a variety of things including installing, postfix+dovecot+roundcube+postfixadmin (postfix+dovecot work I th …
6
votes
3answers
665 views
How do I remove packages installed with Python’s easy_install?
Python's easy_install makes installing new packages extremely convenient. However, as far as I can tell, it doesn't implement the other common features of a dependency manager - li …
3
votes
3answers
130 views
How do I forbid easy_install from zipping eggs?
What must I put into distutils.cfg to prevent easy_install from ever installing a zipped egg? The compression is a nice thought, but I like to be able to grep through and debug tha …
0
votes
1answer
86 views
Make SetupTools/easy_install aware of installed Debian Packages?
Hi,
I'm installing an egg with easy_install which requires ruledispatch. It isn't available in PyPI, and when I use PEAK's version it FTBFS. There is, however, a python-dispatch p …
0
votes
1answer
127 views
Mechanize not being installed by easy_install?
I am in the process of migrating from an old Win2K machine to a new and much more powerful Vista 64 bit PC. Most of the migration has gone fairly smoothly - but I did find that I n …
1
vote
1answer
101 views
How to make easy_install expand a package into directories rather than a single egg file?
How exactly do I configure my setup.py file so that when someone runs easy_install the package gets expanded into \site-packages\ as a directory, rather than remaining inside an eg …
