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 hurry.extjs

How to install hurry.extjs

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install hurry.extjs
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.2.1 Available View build log
Windows (64-bit)
2.2.1 Available View build log
Mac OS X (10.5+)
2.2.1 Available View build log
Linux (32-bit)
2.2.1 Available View build log
Linux (64-bit)
2.2.1 Available View build log
 
License
ZPL 2.1
Dependencies
Imports
Lastest release
version 2.2.1 on Jan 5th, 2011

hurry.extjs

Introduction

This library provides a simple API to use ExtJS with hurry.resource.

Due to licenses conflicts, hurry.extjs can't packages the sources of ExtJS. So you need to do it manually.

How to use?

Add hurry.zoperesource and hurry.extjs to your setup.py and run ./bin/buildout:

System Message: WARNING/2 (<string>, line 21)

Literal block expected; none found.

install_requires=[ ..., 'hurry.zoperesource' 'hurry.extjs', ],

Download ExtJS and place it in your project. Next step, it's to publish the sources of ExtJS as a resource directory. Using Grok, you should have something like this in your configure.zcml

<configure xmlns="http://namespaces.zope.org/zope"

System Message: ERROR/3 (<string>, line 32)

Inconsistent literal block quoting.

xmlns:grok="http://namespaces.zope.org/grok" xmlns:browser="http://namespaces.zope.org/browser">

<include package="grok" /> <includeDependencies package="." /> <grok:grok package="." />

<include package="hurry.zoperesource" />

<browser:resourceDirectory name="extjs" directory="ext-2.2.1" />

</configure>

hurry.extjs will look for the resourceDirectory named extjs, so it's important that you use the same name in the resourceDirectory statement.

Now, you can import extjs like this:

System Message: WARNING/2 (<string>, line 52)

Literal block expected; none found.

from hurry.extjs import extjs_all, extjs_css

And then to trigger inclusion in the web page, anywhere within your page or widget rendering code, do this:

System Message: WARNING/2 (<string>, line 57)

Literal block expected; none found.

extjs_all.need() extjs_css.need()

Authors
  • Santiago Videla

CHANGES

2.2.1 (2009-05-04) (ExtJS version: 2.2.1)
  • Initial public release.

Download

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.