I have install drush under windows

If i make a status :
C:\workspace\Drupal\kartel\www>drush status

C:\workspace\Drupal\www>REM See http://drupal.org/node/506448 for more information.
PHP configuration : C:\wamp\bin\php\php5.2.11\php.ini
Drupal Root : C:/workspace/Drupal/www
Drupal version : 6.15
Site Path : sites/default
Site URI : http://default
Database Driver : mysqli
Database Hostname : localhost
Database Username : root
Database Name : drupaltestkartel
Database Password :
Database : Connected
Drupal Bootstrap : Successful
Drupal User : Anonyme

C:\workspace\Drupal\www>

If i trie a download i have this error

C:\workspace\Drupal\www>drush dl cck

C:\workspace\Drupal\www>REM See http://drupal.org/node/506448 for more information.
Unable to download cck-6.x-2.6.tar.gz to [error]
C:/workspace/Drupal/www/sites/all/modules/ from
http://ftp.drupal.org/files/projects/cck-6.x-2.6.tar.gz
An error occurred at function : drush_pm_download [error]

Do you have a idee
Yto

Comments

greg.1.anderson’s picture

Try this with drush-HEAD; I'll be you find that it is working now.

maykbrito’s picture

Still get same error.
It's not worked for me! =/ (windows seven).

jarodms’s picture

I was getting the same error too. By looking at the source code, it turns out I needed wget and gzip + tar installed. (Yes, sometimes we that are forced to Windows don't have that installed...my bad. :P )

Goto http://gnuwin32.sourceforge.net/packages.html and download the packages you need. I got Wget, Gzip and Tar. There are ZIP's and Setup files...your pick. Wget and Tar had additional dependency ZIP's in case you don't use the Windows setup.

Unzip the packages and add them to your path.

PATH=C:\tools\gzip-tar\bin;C:\tools\wget\bin;C:\tools\php;C:\tools\drush;

Then drush dl nodewords worked for me.

marcushenningsen’s picture

Status: Active » Fixed

Great solution, thanks a lot.

Actually, I got errors unzipping and/or untarring after having installed the programmes. I got it fixed by installing the ZIP's instead of the binary setup files of those two programmes.

Marcus

sinasalek’s picture

Thanks, that fixed my issue

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.