Ticket #4923 enhancement closed fixed

Opened 2 years ago

Last modified 2 years ago

updates Download page

Reported by: daenney Owned by: exarkun
Priority: normal Milestone:
Component: website Keywords:
Cc: oubiwann, thijs Branch:
Author: Launchpad Bug:

Description

Currently the Downloads page states that because OS X has a systemwide installation of an old Twisted and there's no safe way to upgrade users are stuck with the Twisted Apple provides.

However, if one would use virtualenv/virtualenvwrapper it's perfectly possible to use a newer version of Twisted:

mkvirtualenv --python=pyton2.6 --no-site-packages --distribute  virtualenvname
workon virtualenvname
pip install twisted

The only problem with this is that a py2app bundled application that requires a newer version of Twisted would need to be launched from within the virtualenv otherwise they'd be stuck on Twisted 8.2.0.

If people are using a newer python version, from MacPython or something like that, their path is changed and they can install Twisted from pypi without breaking anything.

Change History

1

Changed 2 years ago by DefaultCC Plugin

  • cc oubiwann added

2

Changed 2 years ago by exarkun

  • owner set to glyph

3

Changed 2 years ago by thijs

  • owner changed from glyph to exarkun
  • cc thijs added

I don't have rights to modify this page, exarkun does, so assigning to him.

4

Changed 2 years ago by exarkun

  • status changed from new to closed
  • resolution set to fixed

I edited the page. It now. suggests that even on OS X Twisted can be installed from source if desired.

Note: See TracTickets for help on using tickets.