Ticket #75 (closed defect: wontfix)

Opened 4 months ago

Last modified 4 months ago

RFE: Can you make pyndexter 100% Pure Python?

Reported by: lrhazi@gmail.com Assigned to: athomas
Priority: major Component: bpkg
Severity: normal Keywords: pure python
Cc:

Description

Was trying to use this module on Google appengine, but the import failed:

Could not import "strop": Disallowed C-extension or built-in module, trying to import: bsddb

Google has a Python full text indexing, but it seems very limited:

http://code.google.com/p/googleappengine/source/browse/trunk/google/appengine/ext/search/__init__.py?r=11

Thanks a lot.

Attachments

Change History

06/06/08 23:13:56 changed by athomas

  • status changed from new to closed.
  • resolution set to wontfix.

My understanding of App Engine? is that it does not allow writes to local files. This precludes using the builtin indexer in its current form, and making it pure Python won't really help.

An App Engine? specific backend could be interesting though.


Add/Change #75 (RFE: Can you make pyndexter 100% Pure Python?)




Change Properties
Action