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 pb.recipes.pydev

How to install pb.recipes.pydev

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install pb.recipes.pydev
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.4.5 Available View build log
Windows (64-bit)
0.4.5 Available View build log
Mac OS X (10.5+)
0.4.5 Available View build log
Linux (32-bit)
0.4.5 Available View build log
Linux (64-bit)
0.4.5 Available View build log
 
License
BSD
Lastest release
version 0.4.5 on Jan 5th, 2011

A recipe that writes a .pydevproject file in a specified location. This file will contain paths of all the eggs of the current zope instance + any other paths specified in the buildout.cfg file. After running the buildout you'll have to close and reopen the Eclipse project, to regenerate the project's module indexes.

Almost all options of this recipe for the buildout.cfg are optional. The only one required is the eggs option. A sample zope3 instance buildout, with the pydev recipe could be something like this:

[buildout]
develop = .
parts = instance pydev

[sample-app]
recipe = zc.zope3recipes:app
eggs = something [app, third_party]

[pydev]
recipe = pb.recipes.pydev
eggs = ${sample-app:eggs}

For Plone integration and further configuration options, read the README.txt doctest inside the source code.

Change History

Version 0.4.5
  • Change extra_path to extra-path to conform to community standard. Old version is still accepted
Version 0.4.4
  • Add remote_path parameter to specify external path of the project to access eggs via network shares
Version 0.4.3
  • Don't trigger an error if the .pydevproject file is missing
Version 0.4.2
  • Add documentation on Plone integration
Version 0.4.1
  • Cleanup package to follow package standards
Version 0.4
  • no longer crash when dealing with .pydevproject files with no external source folder node.
Version 0.3
  • Fix issue with paths that appear for two times in the generated file
  • No longer pass the .pydevproject path to buildout as it gets deleted

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

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.