Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Donald Stufft
On Dec 4, 2013, at 5:51 PM, Florian Apolloner wrote: > On Wednesday, December 4, 2013 11:20:39 PM UTC+1, Donald Stufft wrote: > entry points are kinda wonky with pip 1.4, pip 1.5 makes them sane. You would > not need a Windows specific Wheel with pip 1.5 > > Is there a test-pypi where I could

Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Florian Apolloner
On Wednesday, December 4, 2013 11:20:39 PM UTC+1, Donald Stufft wrote: > > entry points are kinda wonky with pip 1.4, pip 1.5 makes them sane. You > would not need a Windows specific Wheel with pip 1.5 > Is there a test-pypi where I could upload Django packages to test this? -- You received thi

Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Donald Stufft
On Dec 4, 2013, at 4:31 PM, Florian Apolloner wrote: > Oh, one last thing (a few actually): > How does 'entry_points' work with wheels? > Do we need an extra wheel for windows just to get the wrappers right? > Can we generate a windows wheel from *nix, or do we need a windows box? entry points

Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Florian Apolloner
Oh, one last thing (a few actually): - How does 'entry_points' work with wheels? - Do we need an extra wheel for windows just to get the wrappers right? - Can we generate a windows wheel from *nix, or do we need a windows box? Cheers, Florian On Wednesday, December 4, 2013 10:24:09 PM

Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Florian Apolloner
On Wednesday, December 4, 2013 8:24:49 PM UTC+1, Remram wrote: > > December 4 12:43, Florian Apolloner >> >> To my understanding of >> https://github.com/pypa/pip/blob/develop/pip/req.py#L633 pip will use >> setuptools for installing -- so why do you need setuptools in Django itself? >> > The p

Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Remram
December 4 12:43, Florian Apolloner > > To my understanding of > https://github.com/pypa/pip/blob/develop/pip/req.py#L633 pip will use > setuptools for installing -- so why do you need setuptools in Django itself? > Hi Florian, The point here is to use options that distutils doesn't offer, like

Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Florian Apolloner
Hi Remram, On Wednesday, December 4, 2013 4:56:55 PM UTC+1, Remram wrote: > > November 24 14:37, Florian Apolloner >> >> I am pretty much against setuptools and given that pip is somewhat >> becoming the defacto-standard to install stuff >> > > I completely agree to this. And setuptools is an imp

Re: Using setuptools to make django-admin.py runnable on Windows (#21340)

2013-12-04 Thread Remram
November 24 14:37, Florian Apolloner > > I am pretty much against setuptools and given that pip is somewhat > becoming the defacto-standard to install stuff > I completely agree to this. And setuptools is an important part of pip... In fact, pip has a strong dependency on setuptools, and automag

Re: How to install Django?

2013-12-04 Thread Daniele Procida
You'll get answers to your questions on the django-users email list, - the web interface is . The list you've posted to is django-developers, an email list is for the discussion of the development of Django itself. You might also find hel

How to install Django?

2013-12-04 Thread linomarie
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to django-developers@goog