Changes between Version 1 and Version 2 of PythonPackages
- Timestamp:
- Dec 16, 2011 9:59:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPackages
v1 v2 1 1 = Python Packages Required in GSAS-II = 2 2 3 GSAS-II requires a number of packages that are not formally distributed as a part of Python: 3 At present, GSAS-II is being developed with Python version 2 (2.7.2 as I write this). This is because some of the packages 4 that GSAS-II requires are not yet supported or are not yet well tested in Python 3. Note that the following packages that are not distributed as a part of Python are required in GSAS-II: 4 5 5 6 * [http://www.wxpython.org/ WxPython] … … 9 10 * [http://pyopengl.sourceforge.net/ PyOpenGL] 10 11 11 At present, if any of these packages are not present in the version of Python used to start GSAS-II, the program will fail.12 These packages must be installed after Python is installed, or preferably you can install a Python distribution that includes all of these packages [See platform-specific nstallation instructions: [InstallWindows Windows], [InstallMac Mac OS X] or [InstallLinux Linux]). At present, if any of these packages are not present in the version of Python used to start GSAS-II, the program will not run.