Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install etsproxy

How to install etsproxy

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install etsproxy
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.1
0.1.2Never BuiltWhy not?
0.1.1 Available View build log
0.1.0 Available View build log
Windows (64-bit)
0.1.1
0.1.2Never BuiltWhy not?
0.1.1 Available View build log
0.1.0 Available View build log
Mac OS X (10.5+)
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Linux (32-bit)
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Linux (64-bit)
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
 
License
BSD
Depended by
Lastest release
version 0.1.2 on Apr 4th, 2013

This is the ETS proxy package, it contains the proxy modules for all ETS projects which map the old enthought namespace imports (version 3) to the namespace-refactored ETS packages (version 4). For example:

from enthought.traits.api import HasTraits

is now simply:

from traits.api import HasTraits

For convenience this package also contains a refactor tool to convert projects to the new namespace (such that the don't rely on the proxy):

$ ets3to4 -h
usage: ets3to4 DIRECTORY

This utility, can be used to convert projects from ETS version 3 to 4.
It simply replaces old namespace strings (e.g. 'enthought.traits.api')
to new ones (e.g. 'traits.api'), in all Python files in DIRECTORY
recursively.
Once the conversion of your project is complete, the etsproxy module
should no longer be necessary.  However, this tool is very simple and
does not catch all corner cases.

This module will be removed in the future, and old-style (enthought.xxx) imports should be converted (over time) to the new ones.

Subscribe to package updates

Last updated Apr 4th, 2013

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.