Version-Release number of selected component: python-libs-2.7.3-7.2.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 cmdline: python -m py_compile lines3d_demo.py kernel: 3.7.3-101.fc17.i686 backtrace: :py_compile.py:123:compile:IOError: [Errno 13] Permission denied: 'lines3d_demo.pyc' : :Traceback (most recent call last): : File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main : "__main__", fname, loader, pkg_name) : File "/usr/lib/python2.7/runpy.py", line 72, in _run_code : exec code in run_globals : File "/usr/lib/python2.7/py_compile.py", line 170, in <module> : sys.exit(main()) : File "/usr/lib/python2.7/py_compile.py", line 162, in main : compile(filename, doraise=True) : File "/usr/lib/python2.7/py_compile.py", line 123, in compile : with open(cfile, 'wb') as fc: :IOError: [Errno 13] Permission denied: 'lines3d_demo.pyc' : :Local variables in innermost frame: :cfile: 'lines3d_demo.pyc' :f: <closed file 'lines3d_demo.py', mode 'U' at 0xb76ef700> :timestamp: 1330464345L :doraise: True :codestring: "import matplotlib as mpl\nfrom mpl_toolkits.mplot3d import Axes3D\nimport numpy as np\nimport matplotlib.pyplot as plt\n\nmpl.rcParams['legend.fontsize'] = 10\n\nfig = plt.figure()\nax = fig.gca(projection='3d')\ntheta = np.linspace(-4 * np.pi, 4 * np.pi, 100)\nz = np.linspace(-2, 2, 100)\nr = z**2 + 1\nx = r * np.sin(theta)\ny = r * np.cos(theta)\nax.plot(x, y, z, label='parametric curve')\nax.legend()\n\nplt.show()\n\n" :codeobject: <code object <module> at 0xb7702968, file "lines3d_demo.py", line 1> :file: 'lines3d_demo.py' :dfile: None
Created attachment 698311 [details] File: executable
Created attachment 698312 [details] File: environ
Created attachment 698313 [details] File: smolt_data
Created attachment 698314 [details] File: core_backtrace
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed.