Difference between revisions of "Python 3.4 tested packages"

From ReactOS Wiki
Jump to: navigation, search
m (Category:Testing)
m (changed category :Testing to :Tests)
Line 238: Line 238:
  
  
[[Category:Testing]]
+
[[Category:Tests]]

Revision as of 21:20, 30 November 2017

This page holds currents status of Python 3.4.x packages tested with ReactOS.

Package installation notes

Python's pip utility cannot access PyPI index due to bug (https://jira.reactos.org/browse/CORE-13775). So you need to download packages manually from https://pypi.python.org/ To install downloaded package pass --no-index option to pip module:

python -m pip install --no-index <package file>

Architecture dependent packages cannot be installed because they are compiled for greater Windows version (Win 7). This packages should be compiled from source.

Tested packages

Package name Version ReactOS version Installation Application Comments
Cython 0.25.2 75210 Works Not tested Possible used one time to compile extension for multidict
dateutil 2.6.0 75210 Works Not tested
decorator 4.0.11 75210 Works Not tested Package budled with tests. They can be run check if package works.
Django-base 1.1 75159 Failed Not tested Not enough memory error when copying files
hupper 1 75210 Works Not tested
ipython-genutils 0.2.0 75210 Works Not tested
jsonschema 2.6.0 75210 Works Works Example executed as expected
jupyter_core 4.3.0 75210 Works Not tested
multidict 3.1.0 75210 Works Works Example works. To compile an extension use minGW and Cython (optionally).
nbformat 4.3.0 75210 Works Not tested
nose 1.3.7 75159 Works Works Tested with numpy.test
numpy 1.13.0 75159 Works Works Tested with numpy.test. Failed only one test.
PasteDeploy 1.5.2 75210 Works Not tested
plaster 0.5 75210 Works Not tested
plaster-pastedeploy 0.3.1 75210 Works Not tested
Pygments 2.2.0 75210 Works Failed First example from quick start failed. Possible it require some package.
pyparsing 2.2.0 75159 Works Works Hello world example parsed successfully
Pyramid 1.9b1 75210 Works Works Run HelloWorld app successfully
pytz 2017.2 75159 Works Works Example ok
repoze.lru 0.6 75210 Works Not tested
simplegeneric 0.8.1 75210 Works Works
six 1.10.0 75210 Works Not tested
testpath 0.3.1 75210 Works Works Example ok
Tornado 4.5.1 75210 Works Failed import tornado.web failed with OSError:[WinError 10022] An invalid argument was supplied
traitlets 4.3.2 75210 Works Not tested
translationstring 1.3 75210 Works Not tested
typing 3.6.1 75210 Works Works
venusian 1.1.0 75210 Works Not tested
WebOb 1.7.2 75210 Works Not tested
win_unicode_console 0.5 75210 Works Not tested
zope.deprecation 4.2.0 75210 Works Not tested
zope.interface 4.4.2 75210 Works Not tested