Is it either Rails and Django more difficult to install on Windows?

I tried to get these frameworks running on Windows Vista for a couple of days, but to no avail.

Every time I thought that they worked for me, I get some random error related to installing PostgreSQL or MySQL, or were screwed in the paths or some other command line error "was not recognized by the internal or external command" (or that that). Someone told me that for these frameworks it’s much easier to work on Ubuntu, but I really don’t want to do this switch, since all I have is Windows. Are these common problems when trying to work on Windows?

I think I just stick with C # and .NET, since everything seems to work very well with this install-twenty-different-components stuff and whether they work together. Instant Django appropriate to use?

+2
source share
5 answers

Yes. RoR and Django were hard to install on Vista.

I apologize for not having specifics, but here is a general overview of my problem and how I overcame it. Maybe there is something for you.

Python: Vista Python, . , HP HP Python factory. HP Python HP Python, , Django. → → → → → , , "". Python, .

RoR: ? , , " " .

RoR Django: MySQL Postgres. SQLite , Ruby/Python, . SQLite , .

!

+3

Django Windows ( XP, Vista) . Python , , , Django:

python setup.py install

Vista, , " ", , .

+8

Django Vista, , Vista . .

, Ubuntu Debian , # .NET. , # .NET, , Windows.

+2

Instant Rails, Windows. Ruby, Rails, MySQL, PHP phpMyAdmin. script .

+2

django and python did not work for me using the windows vista command line until I opened the windows registry and installed:

Computer \ HKEY_CLASSES_ROOT \ py_auto_file \ Shell \ open \ commands (default)

to

"C: \ Python26 \ python.exe" "% 1"% *

0
source

Source: https://habr.com/ru/post/1706285/


All Articles